[java-idp-testbed COMMIT] /trunk/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Thu Sep 3 01:10:53 EDT 2015
Author: tzeller
Date: Thu Sep 3 01:10:52 2015
New Revision: 321
URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=321&view=rev
Log:
IDP-806 - Build testbed JAR.
Build a JAR containing testbed classes in addition to the WAR so the integration tests can access the storage serializer.
Modified:
trunk/pom.xml
Modified: trunk/pom.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/pom.xml?rev=321&r1=320&r2=321&view=diff
==============================================================================
--- trunk/pom.xml (original)
+++ trunk/pom.xml Thu Sep 3 01:10:52 2015
@@ -267,4 +267,16 @@
</dependencies>
+ <build>
+ <plugins>
+ <!-- Build a jar in addition to a war. -->
+ <plugin>
+ <artifactId>maven-war-plugin</artifactId>
+ <configuration>
+ <attachClasses>true</attachClasses>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
</project>
More information about the commits
mailing list