Recast security manager test as an integration test (commented out.)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1165644 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7dc2291733
commit
a1f963e6f7
10
pom.xml
10
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue