[java-parent-project COMMIT] /trunk/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Thu Oct 20 18:56:14 BST 2011
Author: lajoie
Date: Thu Oct 20 18:56:14 2011
New Revision: 18
URL: http://svn.shibboleth.net/view/java-parent-project?rev=18&view=rev
Log:
pull artifact signing out in to separate profile so that it doesn't try to run when just doing a local install
Modified:
trunk/pom.xml
Modified: trunk/pom.xml
URL: http://svn.shibboleth.net/view/java-parent-project/trunk/pom.xml?rev=18&r1=17&r2=18&view=diff
==============================================================================
--- trunk/pom.xml (original)
+++ trunk/pom.xml Thu Oct 20 18:56:14 2011
@@ -383,6 +383,13 @@
<windowtitle>${project.name} ${project.version} Java API</windowtitle>
</configuration>
</plugin>
+ </plugins>
+ </build>
+ </profile>
+ <profile>
+ <id>sign</id>
+ <build>
+ <plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
More information about the commits
mailing list