Author: dkulp Date: Thu Apr 16 12:55:11 2009 New Revision: 765616 URL: http://svn.apache.org/viewvc?rev=765616&view=rev Log: Add remote-resources stuff to pom to get NOTICE/LICESE stuff in place
Added: webservices/wss4j/branches/1_5_x-fixes/appended-resources/ webservices/wss4j/branches/1_5_x-fixes/appended-resources/META-INF/ webservices/wss4j/branches/1_5_x-fixes/appended-resources/META-INF/NOTICE (with props) Modified: webservices/wss4j/branches/1_5_x-fixes/pom.xml Added: webservices/wss4j/branches/1_5_x-fixes/appended-resources/META-INF/NOTICE URL: http://svn.apache.org/viewvc/webservices/wss4j/branches/1_5_x-fixes/appended-resources/META-INF/NOTICE?rev=765616&view=auto ============================================================================== --- webservices/wss4j/branches/1_5_x-fixes/appended-resources/META-INF/NOTICE (added) +++ webservices/wss4j/branches/1_5_x-fixes/appended-resources/META-INF/NOTICE Thu Apr 16 12:55:11 2009 @@ -0,0 +1,3 @@ + +This product includes software Copyright University of Southampton IT +Innovation Centre, 2006 (http://www.it-innovation.soton.ac.uk). Propchange: webservices/wss4j/branches/1_5_x-fixes/appended-resources/META-INF/NOTICE ------------------------------------------------------------------------------ svn:eol-style = native Propchange: webservices/wss4j/branches/1_5_x-fixes/appended-resources/META-INF/NOTICE ------------------------------------------------------------------------------ svn:mime-type = text/plain Modified: webservices/wss4j/branches/1_5_x-fixes/pom.xml URL: http://svn.apache.org/viewvc/webservices/wss4j/branches/1_5_x-fixes/pom.xml?rev=765616&r1=765615&r2=765616&view=diff ============================================================================== --- webservices/wss4j/branches/1_5_x-fixes/pom.xml (original) +++ webservices/wss4j/branches/1_5_x-fixes/pom.xml Thu Apr 16 12:55:11 2009 @@ -208,6 +208,26 @@ </instructions> </configuration> </plugin> + <plugin> + <artifactId>maven-remote-resources-plugin</artifactId> + <version>1.0</version> + <executions> + <execution> + <goals> + <goal>process</goal> + </goals> + <configuration> + <resourceBundles> + <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle> + </resourceBundles> + <properties> + <projectName>Apache WebServices - WSS4J</projectName> + </properties> + <appendedResourcesDirectory> ${basedir}/appended-resources</appendedResourcesDirectory> + </configuration> + </execution> + </executions> + </plugin> </plugins> <pluginManagement> --------------------------------------------------------------------- To unsubscribe, e-mail: wss4j-dev-unsubscr...@ws.apache.org For additional commands, e-mail: wss4j-dev-h...@ws.apache.org