mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
[maven-release-plugin] prepare release alfresco-remote-api-6.0
This commit is contained in:
11
pom.xml
11
pom.xml
@@ -2,7 +2,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>alfresco-remote-api</artifactId>
|
<artifactId>alfresco-remote-api</artifactId>
|
||||||
<name>Alfresco Remote API</name>
|
<name>Alfresco Remote API</name>
|
||||||
<version>6.0-SNAPSHOT</version>
|
<version>6.0</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
<connection>scm:git:git@github.com:Alfresco/alfresco-remote-api.git</connection>
|
<connection>scm:git:git@github.com:Alfresco/alfresco-remote-api.git</connection>
|
||||||
<developerConnection>scm:git:git@github.com:Alfresco/alfresco-remote-api.git</developerConnection>
|
<developerConnection>scm:git:git@github.com:Alfresco/alfresco-remote-api.git</developerConnection>
|
||||||
<url>https://github.com/Alfresco/alfresco-remote-api</url>
|
<url>https://github.com/Alfresco/alfresco-remote-api</url>
|
||||||
<tag>HEAD</tag>
|
<tag>alfresco-remote-api-6.0</tag>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
@@ -264,9 +264,7 @@
|
|||||||
<target>
|
<target>
|
||||||
<echo message="Extracting alfresco-pdf-renderer (windows) for testing..." />
|
<echo message="Extracting alfresco-pdf-renderer (windows) for testing..." />
|
||||||
<mkdir dir="${project.build.directory}/test-binaries/alfresco-pdf-renderer" />
|
<mkdir dir="${project.build.directory}/test-binaries/alfresco-pdf-renderer" />
|
||||||
<untar compression="gzip"
|
<untar compression="gzip" src="${settings.localRepository}/org/alfresco/alfresco-pdf-renderer/${dependency.alfresco-pdf-renderer.version}/alfresco-pdf-renderer-${dependency.alfresco-pdf-renderer.version}-win64.tgz" dest="${project.build.directory}/test-binaries/alfresco-pdf-renderer" />
|
||||||
src="${settings.localRepository}/org/alfresco/alfresco-pdf-renderer/${dependency.alfresco-pdf-renderer.version}/alfresco-pdf-renderer-${dependency.alfresco-pdf-renderer.version}-win64.tgz"
|
|
||||||
dest="${project.build.directory}/test-binaries/alfresco-pdf-renderer" />
|
|
||||||
</target>
|
</target>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
@@ -443,8 +441,7 @@
|
|||||||
<configuration>
|
<configuration>
|
||||||
<target>
|
<target>
|
||||||
<copy todir="${project.build.outputDirectory}">
|
<copy todir="${project.build.outputDirectory}">
|
||||||
<fileset dir="${basedir}/src/main/resources"
|
<fileset dir="${basedir}/src/main/resources" includes="alfresco/messages/**/*.properties,alfresco/templates/webscripts/**/*.properties" />
|
||||||
includes="alfresco/messages/**/*.properties,alfresco/templates/webscripts/**/*.properties" />
|
|
||||||
<mapper type="regexp" from="^([^_]*).properties$" to="\1_en.properties" />
|
<mapper type="regexp" from="^([^_]*).properties$" to="\1_en.properties" />
|
||||||
</copy>
|
</copy>
|
||||||
</target>
|
</target>
|
||||||
|
Reference in New Issue
Block a user