fixed ACS platform IT timing
This commit is contained in:
parent
05bf7c29e6
commit
fb95cc1464
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user