Skip to content
This repository has been archived by the owner on Apr 8, 2019. It is now read-only.

Commit

Permalink
GTNPORTAL-2933 AS 7.2.0 Support
Browse files Browse the repository at this point in the history
- Build against jboss-eap-6.1.0.Beta with -Dmaven.test.skip
  • Loading branch information
mstruk committed Apr 24, 2013
1 parent 17aa7fb commit 4b93dc9
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions packaging/jboss-as7/extension/pom.xml
Expand Up @@ -92,11 +92,6 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.as</groupId>
<artifactId>jboss-as-subsystem-test</artifactId>
<scope>test</scope>
</dependency>

</dependencies>

Expand All @@ -113,4 +108,21 @@
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>compile-tests</id>
<activation>
<property>
<name>!maven.test.skip</name>
</property>
</activation>
<dependencies>
<dependency>
<groupId>org.jboss.as</groupId>
<artifactId>jboss-as-subsystem-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</profile>
</profiles>
</project>

0 comments on commit 4b93dc9

Please sign in to comment.