Author: wsmoak Date: Sun Aug 31 11:48:20 2008 New Revision: 690754 URL: http://svn.apache.org/viewvc?rev=690754&view=rev Log: [WW-1726] Configure remote resources plugin to include LICENSE and NOTICE.
Modified: struts/maven/branches/ARCHETYPES_2_0_X/struts2-archetype-starter/pom.xml Modified: struts/maven/branches/ARCHETYPES_2_0_X/struts2-archetype-starter/pom.xml URL: http://svn.apache.org/viewvc/struts/maven/branches/ARCHETYPES_2_0_X/struts2-archetype-starter/pom.xml?rev=690754&r1=690753&r2=690754&view=diff ============================================================================== --- struts/maven/branches/ARCHETYPES_2_0_X/struts2-archetype-starter/pom.xml (original) +++ struts/maven/branches/ARCHETYPES_2_0_X/struts2-archetype-starter/pom.xml Sun Aug 31 11:48:20 2008 @@ -19,6 +19,26 @@ <url>http://svn.apache.org/viewvc/struts/maven/branches/ARCHETYPES_2_0_X/struts2-archetype-starter/</url> </scm> + <build> + <plugins> + <plugin> + <artifactId>maven-remote-resources-plugin</artifactId> + <executions> + <execution> + <goals> + <goal>process</goal> + </goals> + <configuration> + <resourceBundles> + <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle> + </resourceBundles> + </configuration> + </execution> + </executions> + </plugin> + </plugins> + </build> + <profiles> <profile> <id>release</id>