fixed ACS platform IT timing

This commit is contained in:
Brian Long 2021-10-28 16:38:53 -04:00
parent 05bf7c29e6
commit fb95cc1464

View File

@ -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>