Merge branch 'develop' into stable
This commit is contained in:
@@ -13,9 +13,10 @@
|
|||||||
<!-- This execution downloads the Platform WAR -->
|
<!-- This execution downloads the Platform WAR -->
|
||||||
<execution>
|
<execution>
|
||||||
<id>download-platform-webapp</id>
|
<id>download-platform-webapp</id>
|
||||||
<phase>pre-integration-test</phase>
|
<phase>package</phase>
|
||||||
<goals><goal>copy</goal></goals>
|
<goals><goal>copy</goal></goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
|
<skip>${skipTests}</skip>
|
||||||
<artifactItems>
|
<artifactItems>
|
||||||
<artifactItem>
|
<artifactItem>
|
||||||
<groupId>${alfresco.platform.war.groupId}</groupId>
|
<groupId>${alfresco.platform.war.groupId}</groupId>
|
||||||
@@ -30,9 +31,10 @@
|
|||||||
<!-- This execution downloads the postgreSQL JDBC JAR -->
|
<!-- This execution downloads the postgreSQL JDBC JAR -->
|
||||||
<execution>
|
<execution>
|
||||||
<id>download-platform-jdbc</id>
|
<id>download-platform-jdbc</id>
|
||||||
<phase>pre-integration-test</phase>
|
<phase>package</phase>
|
||||||
<goals><goal>copy</goal></goals>
|
<goals><goal>copy</goal></goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
|
<skip>${skipTests}</skip>
|
||||||
<artifactItems>
|
<artifactItems>
|
||||||
<artifactItem>
|
<artifactItem>
|
||||||
<groupId>org.postgresql</groupId>
|
<groupId>org.postgresql</groupId>
|
||||||
|
@@ -3,6 +3,14 @@
|
|||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://tiles.bluetrainsoftware.com/maven/tiles/1.1.0 https://bitbucket.org/inteligr8/maven-tiles/raw/xsd/src/main/resources/maven-tiles.xsd">
|
xsi:schemaLocation="http://tiles.bluetrainsoftware.com/maven/tiles/1.1.0 https://bitbucket.org/inteligr8/maven-tiles/raw/xsd/src/main/resources/maven-tiles.xsd">
|
||||||
|
|
||||||
|
<profiles>
|
||||||
|
<profile>
|
||||||
|
<id>rad-acs-webapp</id>
|
||||||
|
<activation>
|
||||||
|
<property>
|
||||||
|
<name>rad</name>
|
||||||
|
</property>
|
||||||
|
</activation>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<!-- This plugin downloads the dependency AMPs -->
|
<!-- This plugin downloads the dependency AMPs -->
|
||||||
@@ -44,8 +52,7 @@
|
|||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
</profile>
|
||||||
<profiles>
|
|
||||||
<!-- This profile is always active; it defines default values for all optional properties -->
|
<!-- This profile is always active; it defines default values for all optional properties -->
|
||||||
<profile>
|
<profile>
|
||||||
<id>default-props</id>
|
<id>default-props</id>
|
||||||
|
Reference in New Issue
Block a user