mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-05-26 17:25:11 +00:00
updated to latest plugin version and fix to allow ui-test run after amp-to-war
This commit is contained in:
parent
be3b8618ae
commit
fe2fdd3c06
@ -682,11 +682,11 @@
|
|||||||
<artifactId>slf4j-log4j12</artifactId>
|
<artifactId>slf4j-log4j12</artifactId>
|
||||||
<version>1.5.11</version>
|
<version>1.5.11</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.alfresco.maven</groupId>
|
<groupId>org.alfresco.maven</groupId>
|
||||||
<artifactId>alfresco-rad</artifactId>
|
<artifactId>alfresco-rad</artifactId>
|
||||||
<version>${maven.alfresco.version}</version>
|
<version>${maven.alfresco.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</profile>
|
</profile>
|
||||||
|
|
||||||
@ -763,6 +763,7 @@
|
|||||||
<id>ui-test</id>
|
<id>ui-test</id>
|
||||||
<properties>
|
<properties>
|
||||||
<maven.tomcat.fork>true</maven.tomcat.fork>
|
<maven.tomcat.fork>true</maven.tomcat.fork>
|
||||||
|
<skipTests>false</skipTests>
|
||||||
</properties>
|
</properties>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
@ -830,12 +831,12 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-surefire-plugin</artifactId>
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
<version>2.9</version>
|
<version>2.17</version>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-failsafe-plugin</artifactId>
|
<artifactId>maven-failsafe-plugin</artifactId>
|
||||||
<version>2.10</version>
|
<version>2.17</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<testSourceDirectory>src/integration/java</testSourceDirectory>
|
<testSourceDirectory>src/integration/java</testSourceDirectory>
|
||||||
<testClassesDirectory>${project.build.directory}/integration-classes</testClassesDirectory>
|
<testClassesDirectory>${project.build.directory}/integration-classes</testClassesDirectory>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user