Author: rdonkin Date: Sat Aug 13 13:52:21 2011 New Revision: 1157378 URL: http://svn.apache.org/viewvc?rev=1157378&view=rev Log: War is not being signed, probably due to project type being pom. Comment out war release for the moment.
Modified: james/app/branches/3_0_beta3/pom.xml Modified: james/app/branches/3_0_beta3/pom.xml URL: http://svn.apache.org/viewvc/james/app/branches/3_0_beta3/pom.xml?rev=1157378&r1=1157377&r2=1157378&view=diff ============================================================================== --- james/app/branches/3_0_beta3/pom.xml (original) +++ james/app/branches/3_0_beta3/pom.xml Sat Aug 13 13:52:21 2011 @@ -338,6 +338,11 @@ END Tanuki Software License ============ </executions> </plugin> +<!-- +The signing process excludes the artifact created by this plugin. +The cause seems likely to be project type pom (not war). +If this is the case then releasing the war would require +reorganisation. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> @@ -345,7 +350,7 @@ END Tanuki Software License ============ <webResources> <resource> <directory>src/main/config/james</directory> - <!-- override the destination directory for this resource --> + <!- - override the destination directory for this resource - -> <targetPath>WEB-INF/conf/</targetPath> <excludes> <exclude>log4j.properties</exclude> @@ -354,7 +359,7 @@ END Tanuki Software License ============ </resource> <resource> <directory>src/main/config/james</directory> - <!-- override the destination directory for this resource --> + <!- - override the destination directory for this resource - -> <targetPath>WEB-INF/classes/</targetPath> <includes> <include>log4j.properties</include> @@ -363,7 +368,7 @@ END Tanuki Software License ============ </resource> <resource> <directory>src/main/config/war</directory> - <!-- override the destination directory for this resource --> + <!- - override the destination directory for this resource - -> <targetPath>WEB-INF/conf/</targetPath> </resource> @@ -393,7 +398,7 @@ END Tanuki Software License ============ </execution> </executions> </plugin> - +--> <!-- be sure to start up james before run it --> <!-- --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org