03-23-2015 09:09 AM
<properties>
<!– Defines the target WAR artifactId to run this amp, only used with the -Pamp-to-war switch
. | Allowed values: alfresco | share. Defaults to a repository AMP, but could point to your custom corporate Alfresco WAR –>
<alfresco.client.war>alfresco</alfresco.client.war>
</properties>
03-24-2015 11:49 AM
$ mvn install -Prun
Assembling webapp [repo] in [/home/martin/src/alfresco-sdk-temp/all-in-one-test/repo/target/repo]
[INFO] Processing war project
[INFO] Processing overlay [ id org.alfresco:alfresco]
[INFO] Processing overlay [ id org.alfresco:repo-amp]
03-27-2015 05:03 AM
03-30-2015 04:23 AM
<mirrors>
<mirror>
<id>mycompany-nexus</id>
<name>My companies mirror of external repos</name>
<url>http://path/to/my/repository</url>
<mirrorOf>*</mirrorOf>
</mirror>
</mirrors>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.1</version>
<configuration>
<tagNameFormat>@{project.version}-mycompany</tagNameFormat>
</configuration>
</plugin>
<alfresco.version>5.0.d-mycompany</alfresco.version>
03-31-2015 09:59 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.