issue #197 - fixed remote Junit runner

This commit is contained in:
mindthegab 2014-08-06 10:35:08 -04:00
parent b55d13b0d0
commit 3f44c3be58

View File

@ -511,17 +511,17 @@
</plugin> </plugin>
<!-- Add RAD capabilities for remote JUnit test running. This is added to Tomcat classpath, <!-- Add RAD capabilities for remote JUnit test running. This is added to Tomcat classpath,
so the custom JUnit test receiver is found in the running webapp classpath --> so the custom JUnit test receiver is found in the running webapp classpath -->
<plugin> <!-- <plugin> -->
<groupId>org.apache.tomcat.maven</groupId> <!-- <groupId>org.apache.tomcat.maven</groupId> -->
<artifactId>tomcat7-maven-plugin</artifactId> <!-- <artifactId>tomcat7-maven-plugin</artifactId> -->
<dependencies> <!-- <dependencies> -->
<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> -->
</plugin> <!-- </plugin> -->
</plugins> </plugins>
</build> </build>
<dependencies> <dependencies>
@ -705,6 +705,11 @@
<artifactId>slf4j-log4j12</artifactId> <artifactId>slf4j-log4j12</artifactId>
<version>1.5.11</version> <version>1.5.11</version>
</dependency> </dependency>
<dependency>
<groupId>org.alfresco.maven</groupId>
<artifactId>alfresco-rad</artifactId>
<version>${maven.alfresco.version}</version>
</dependency>
</dependencies> </dependencies>
</profile> </profile>