Author: ggregory Date: Tue Sep 6 12:46:17 2011 New Revision: 1165644 URL: http://svn.apache.org/viewvc?rev=1165644&view=rev Log: Recast security manager test as an integration test (commented out.)
Modified: commons/proper/lang/trunk/pom.xml Modified: commons/proper/lang/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=1165644&r1=1165643&r2=1165644&view=diff ============================================================================== --- commons/proper/lang/trunk/pom.xml (original) +++ commons/proper/lang/trunk/pom.xml Tue Sep 6 12:46:17 2011 @@ -486,15 +486,19 @@ </execution> <!-- <execution> - <id>security-manager</id> + <id>security-manager-test</id> + <phase>integration-test</phase> + <goals> + <goal>test</goal> + </goals> <configuration> <includes> <include>**/*Test.java</include> - </includes> + </includes> <argLine>-Djava.security.manager -Djava.security.policy=${basedir}/src/test/resources/java.policy</argLine> </configuration> </execution> - --> + --> </executions> </plugin> <plugin>