Skip to content

Instantly share code, notes, and snippets.

@stevenschlansker
Created July 28, 2011 00:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevenschlansker/1110694 to your computer and use it in GitHub Desktop.
Save stevenschlansker/1110694 to your computer and use it in GitHub Desktop.
<profiles>
<profile>
<id>verify-lessio</id>
<dependencies>
<dependency>
<groupId>com.kaching.platform</groupId>
<artifactId>kawala-testing</artifactId>
<version>1.0.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>-Djava.security.manager=com.kaching.platform.testing.LessIOSecurityManager</argLine>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment