mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
[maven-release-plugin] prepare release acs-community-packaging-6.0.0-test
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.alfresco</groupId>
|
<groupId>org.alfresco</groupId>
|
||||||
<artifactId>acs-community-packaging</artifactId>
|
<artifactId>acs-community-packaging</artifactId>
|
||||||
<version>6.0.0-SNAPSHOT</version>
|
<version>6.0.0-test</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
4
pom.xml
4
pom.xml
@@ -2,7 +2,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>acs-community-packaging</artifactId>
|
<artifactId>acs-community-packaging</artifactId>
|
||||||
<name>Alfresco Content Services Community Packaging</name>
|
<name>Alfresco Content Services Community Packaging</name>
|
||||||
<version>6.0.0-SNAPSHOT</version>
|
<version>6.0.0-test</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
@@ -21,7 +21,7 @@
|
|||||||
<connection>scm:git:git@github.com:Alfresco/acs-community-packaging.git</connection>
|
<connection>scm:git:git@github.com:Alfresco/acs-community-packaging.git</connection>
|
||||||
<developerConnection>scm:git:git@github.com:Alfresco/acs-community-packaging.git</developerConnection>
|
<developerConnection>scm:git:git@github.com:Alfresco/acs-community-packaging.git</developerConnection>
|
||||||
<url>https://github.com/Alfresco/acs-community-packaging</url>
|
<url>https://github.com/Alfresco/acs-community-packaging</url>
|
||||||
<tag>HEAD</tag>
|
<tag>acs-community-packaging-6.0.0-test</tag>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
|
@@ -7,7 +7,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.alfresco</groupId>
|
<groupId>org.alfresco</groupId>
|
||||||
<artifactId>acs-community-packaging</artifactId>
|
<artifactId>acs-community-packaging</artifactId>
|
||||||
<version>6.0.0-SNAPSHOT</version>
|
<version>6.0.0-test</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
369
zip/pom.xml
369
zip/pom.xml
@@ -1,186 +1,185 @@
|
|||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<artifactId>alfresco-content-services-community-distribution</artifactId>
|
||||||
<artifactId>alfresco-content-services-community-distribution</artifactId>
|
<packaging>jar</packaging>
|
||||||
<packaging>jar</packaging>
|
<name>Alfresco Content Services Community WAR Installation</name>
|
||||||
<name>Alfresco Content Services Community WAR Installation</name>
|
|
||||||
|
<parent>
|
||||||
<parent>
|
<groupId>org.alfresco</groupId>
|
||||||
<groupId>org.alfresco</groupId>
|
<artifactId>acs-community-packaging</artifactId>
|
||||||
<artifactId>acs-community-packaging</artifactId>
|
<version>6.0.0-test</version>
|
||||||
<version>6.0.0-SNAPSHOT</version>
|
<relativePath>../pom.xml</relativePath>
|
||||||
<relativePath>../pom.xml</relativePath>
|
</parent>
|
||||||
</parent>
|
|
||||||
|
<dependencies>
|
||||||
<dependencies>
|
<!-- WAR files -->
|
||||||
<!-- WAR files -->
|
<dependency>
|
||||||
<dependency>
|
<groupId>org.alfresco</groupId>
|
||||||
<groupId>org.alfresco</groupId>
|
<artifactId>content-services-community</artifactId>
|
||||||
<artifactId>content-services-community</artifactId>
|
<version>${project.version}</version>
|
||||||
<version>${project.version}</version>
|
<type>war</type>
|
||||||
<type>war</type>
|
</dependency>
|
||||||
</dependency>
|
<dependency>
|
||||||
<dependency>
|
<groupId>org.alfresco</groupId>
|
||||||
<groupId>org.alfresco</groupId>
|
<artifactId>alfresco-server-root</artifactId>
|
||||||
<artifactId>alfresco-server-root</artifactId>
|
<type>war</type>
|
||||||
<type>war</type>
|
</dependency>
|
||||||
</dependency>
|
|
||||||
|
<dependency>
|
||||||
<dependency>
|
<groupId>org.alfresco</groupId>
|
||||||
<groupId>org.alfresco</groupId>
|
<artifactId>alfresco-mmt</artifactId>
|
||||||
<artifactId>alfresco-mmt</artifactId>
|
</dependency>
|
||||||
</dependency>
|
|
||||||
|
<!-- JAR files, to extract alfresco/extension -->
|
||||||
<!-- JAR files, to extract alfresco/extension -->
|
<dependency>
|
||||||
<dependency>
|
<groupId>org.alfresco</groupId>
|
||||||
<groupId>org.alfresco</groupId>
|
<artifactId>alfresco-repository</artifactId>
|
||||||
<artifactId>alfresco-repository</artifactId>
|
</dependency>
|
||||||
</dependency>
|
<dependency>
|
||||||
<dependency>
|
<groupId>org.alfresco</groupId>
|
||||||
<groupId>org.alfresco</groupId>
|
<artifactId>alfresco-data-model</artifactId>
|
||||||
<artifactId>alfresco-data-model</artifactId>
|
</dependency>
|
||||||
</dependency>
|
<dependency>
|
||||||
<dependency>
|
<groupId>org.alfresco</groupId>
|
||||||
<groupId>org.alfresco</groupId>
|
<artifactId>content-services-community</artifactId>
|
||||||
<artifactId>content-services-community</artifactId>
|
<version>${project.version}</version>
|
||||||
<version>${project.version}</version>
|
<classifier>classes</classifier>
|
||||||
<classifier>classes</classifier>
|
</dependency>
|
||||||
</dependency>
|
|
||||||
|
<!-- 3rd party libs -->
|
||||||
<!-- 3rd party libs -->
|
<dependency>
|
||||||
<dependency>
|
<groupId>org.postgresql</groupId>
|
||||||
<groupId>org.postgresql</groupId>
|
<artifactId>postgresql</artifactId>
|
||||||
<artifactId>postgresql</artifactId>
|
<version>${dependency.postgresql.version}</version>
|
||||||
<version>${dependency.postgresql.version}</version>
|
</dependency>
|
||||||
</dependency>
|
|
||||||
|
<!-- Alfresco Pdf Renderer -->
|
||||||
<!-- Alfresco Pdf Renderer -->
|
<dependency>
|
||||||
<dependency>
|
<groupId>org.alfresco</groupId>
|
||||||
<groupId>org.alfresco</groupId>
|
<artifactId>alfresco-pdf-renderer</artifactId>
|
||||||
<artifactId>alfresco-pdf-renderer</artifactId>
|
<classifier>linux</classifier>
|
||||||
<classifier>linux</classifier>
|
<type>tgz</type>
|
||||||
<type>tgz</type>
|
</dependency>
|
||||||
</dependency>
|
<dependency>
|
||||||
<dependency>
|
<groupId>org.alfresco</groupId>
|
||||||
<groupId>org.alfresco</groupId>
|
<artifactId>alfresco-pdf-renderer</artifactId>
|
||||||
<artifactId>alfresco-pdf-renderer</artifactId>
|
<classifier>win64</classifier>
|
||||||
<classifier>win64</classifier>
|
<type>tgz</type>
|
||||||
<type>tgz</type>
|
</dependency>
|
||||||
</dependency>
|
|
||||||
|
</dependencies>
|
||||||
</dependencies>
|
|
||||||
|
<build>
|
||||||
<build>
|
<finalName>${project.artifactId}-${project.version}</finalName>
|
||||||
<finalName>${project.artifactId}-${project.version}</finalName>
|
<!-- Filtering is required to make maven substitute variables in resources -->
|
||||||
<!-- Filtering is required to make maven substitute variables in resources -->
|
<resources>
|
||||||
<resources>
|
<resource>
|
||||||
<resource>
|
<directory>src/main/resources</directory>
|
||||||
<directory>src/main/resources</directory>
|
<filtering>true</filtering>
|
||||||
<filtering>true</filtering>
|
</resource>
|
||||||
</resource>
|
</resources>
|
||||||
</resources>
|
<plugins>
|
||||||
<plugins>
|
<plugin>
|
||||||
<plugin>
|
<artifactId>maven-dependency-plugin</artifactId>
|
||||||
<artifactId>maven-dependency-plugin</artifactId>
|
<executions>
|
||||||
<executions>
|
<!-- Extract keystore from alfresco-repository -->
|
||||||
<!-- Extract keystore from alfresco-repository -->
|
<execution>
|
||||||
<execution>
|
<id>extract-keystore</id>
|
||||||
<id>extract-keystore</id>
|
<phase>generate-resources</phase>
|
||||||
<phase>generate-resources</phase>
|
<goals>
|
||||||
<goals>
|
<goal>unpack</goal>
|
||||||
<goal>unpack</goal>
|
</goals>
|
||||||
</goals>
|
<configuration>
|
||||||
<configuration>
|
<artifactItems>
|
||||||
<artifactItems>
|
<artifactItem>
|
||||||
<artifactItem>
|
<groupId>org.alfresco</groupId>
|
||||||
<groupId>org.alfresco</groupId>
|
<artifactId>alfresco-repository</artifactId>
|
||||||
<artifactId>alfresco-repository</artifactId>
|
<includes>alfresco/keystore/**</includes>
|
||||||
<includes>alfresco/keystore/**</includes>
|
</artifactItem>
|
||||||
</artifactItem>
|
</artifactItems>
|
||||||
</artifactItems>
|
</configuration>
|
||||||
</configuration>
|
</execution>
|
||||||
</execution>
|
|
||||||
|
<!-- Extract JLAN DLLs -->
|
||||||
<!-- Extract JLAN DLLs -->
|
<execution>
|
||||||
<execution>
|
<id>extract-jlan-dll</id>
|
||||||
<id>extract-jlan-dll</id>
|
<phase>generate-resources</phase>
|
||||||
<phase>generate-resources</phase>
|
<goals>
|
||||||
<goals>
|
<goal>unpack</goal>
|
||||||
<goal>unpack</goal>
|
</goals>
|
||||||
</goals>
|
<configuration>
|
||||||
<configuration>
|
<artifactItems>
|
||||||
<artifactItems>
|
<artifactItem>
|
||||||
<artifactItem>
|
<groupId>org.alfresco</groupId>
|
||||||
<groupId>org.alfresco</groupId>
|
<artifactId>alfresco-jlan-embed</artifactId>
|
||||||
<artifactId>alfresco-jlan-embed</artifactId>
|
<classifier>windll</classifier>
|
||||||
<classifier>windll</classifier>
|
<includes>*.dll</includes>
|
||||||
<includes>*.dll</includes>
|
</artifactItem>
|
||||||
</artifactItem>
|
</artifactItems>
|
||||||
</artifactItems>
|
</configuration>
|
||||||
</configuration>
|
</execution>
|
||||||
</execution>
|
|
||||||
|
<!-- Copy ROOT.war -->
|
||||||
<!-- Copy ROOT.war -->
|
<execution>
|
||||||
<execution>
|
<id>copy-resources</id>
|
||||||
<id>copy-resources</id>
|
<phase>generate-resources</phase>
|
||||||
<phase>generate-resources</phase>
|
<goals>
|
||||||
<goals>
|
<goal>copy</goal>
|
||||||
<goal>copy</goal>
|
</goals>
|
||||||
</goals>
|
<configuration>
|
||||||
<configuration>
|
<artifactItems>
|
||||||
<artifactItems>
|
<artifactItem>
|
||||||
<artifactItem>
|
<groupId>org.alfresco</groupId>
|
||||||
<groupId>org.alfresco</groupId>
|
<artifactId>alfresco-server-root</artifactId>
|
||||||
<artifactId>alfresco-server-root</artifactId>
|
<type>war</type>
|
||||||
<type>war</type>
|
<outputDirectory>${project.build.outputDirectory}/web-server/webapps</outputDirectory>
|
||||||
<outputDirectory>${project.build.outputDirectory}/web-server/webapps</outputDirectory>
|
<destFileName>ROOT.war</destFileName>
|
||||||
<destFileName>ROOT.war</destFileName>
|
</artifactItem>
|
||||||
</artifactItem>
|
</artifactItems>
|
||||||
</artifactItems>
|
</configuration>
|
||||||
</configuration>
|
</execution>
|
||||||
</execution>
|
|
||||||
|
</executions>
|
||||||
</executions>
|
</plugin>
|
||||||
</plugin>
|
|
||||||
|
<plugin>
|
||||||
<plugin>
|
<artifactId>maven-assembly-plugin</artifactId>
|
||||||
<artifactId>maven-assembly-plugin</artifactId>
|
<executions>
|
||||||
<executions>
|
<execution>
|
||||||
<execution>
|
<id>make-assembly</id>
|
||||||
<id>make-assembly</id>
|
<phase>package</phase>
|
||||||
<phase>package</phase>
|
<goals>
|
||||||
<goals>
|
<goal>single</goal>
|
||||||
<goal>single</goal>
|
</goals>
|
||||||
</goals>
|
</execution>
|
||||||
</execution>
|
</executions>
|
||||||
</executions>
|
<configuration>
|
||||||
<configuration>
|
<appendAssemblyId>false</appendAssemblyId>
|
||||||
<appendAssemblyId>false</appendAssemblyId>
|
<descriptors>
|
||||||
<descriptors>
|
<descriptor>src/assemblies/distribution.xml</descriptor>
|
||||||
<descriptor>src/assemblies/distribution.xml</descriptor>
|
</descriptors>
|
||||||
</descriptors>
|
</configuration>
|
||||||
</configuration>
|
</plugin>
|
||||||
</plugin>
|
|
||||||
|
<plugin>
|
||||||
<plugin>
|
<!-- Package distribution assembly descriptor, to be reused by Enterprise -->
|
||||||
<!-- Package distribution assembly descriptor, to be reused by Enterprise -->
|
<artifactId>maven-jar-plugin</artifactId>
|
||||||
<artifactId>maven-jar-plugin</artifactId>
|
<executions>
|
||||||
<executions>
|
<execution>
|
||||||
<execution>
|
<id>create-assembly-descriptor</id>
|
||||||
<id>create-assembly-descriptor</id>
|
<goals>
|
||||||
<goals>
|
<goal>jar</goal>
|
||||||
<goal>jar</goal>
|
</goals>
|
||||||
</goals>
|
<configuration>
|
||||||
<configuration>
|
<classifier>assembly</classifier>
|
||||||
<classifier>assembly</classifier>
|
<classesDirectory>${basedir}/src</classesDirectory>
|
||||||
<classesDirectory>${basedir}/src</classesDirectory>
|
<includes>
|
||||||
<includes>
|
<include>assemblies/*</include>
|
||||||
<include>assemblies/*</include>
|
</includes>
|
||||||
</includes>
|
</configuration>
|
||||||
</configuration>
|
</execution>
|
||||||
</execution>
|
</executions>
|
||||||
</executions>
|
</plugin>
|
||||||
</plugin>
|
</plugins>
|
||||||
</plugins>
|
</build>
|
||||||
</build>
|
|
||||||
</project>
|
</project>
|
Reference in New Issue
Block a user