Author: doogie Date: Tue Apr 21 23:35:18 2015 New Revision: 1675223 URL: http://svn.apache.org/r1675223 Log: Configure the surefire plugin correctly for running tests.
Modified: ofbiz/branches/OFBIZ-6271/pom.xml Modified: ofbiz/branches/OFBIZ-6271/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/pom.xml?rev=1675223&r1=1675222&r2=1675223&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-6271/pom.xml (original) +++ ofbiz/branches/OFBIZ-6271/pom.xml Tue Apr 21 23:35:18 2015 @@ -82,6 +82,11 @@ under the License. <artifactId>directory-maven-plugin</artifactId> <version>0.1</version> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <version>2.18.1</version> + </plugin> </plugins> </pluginManagement> <plugins> @@ -172,6 +177,19 @@ under the License. </configuration> </plugin> <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <createDependencyReducedPom>false</createDependencyReducedPom> + <additionalClasspathElements> + <additionalClasspathElement>${project.basedir}/config</additionalClasspathElement> + </additionalClasspathElements> + <systemPropertyVariables> + <ofbiz.home>${ofbiz.home.dir}</ofbiz.home> + </systemPropertyVariables> + </configuration> + </plugin> + <plugin> <groupId>org.commonjava.maven.plugins</groupId> <artifactId>directory-maven-plugin</artifactId> <configuration>