Author: matzew
Date: Thu Feb 22 01:17:13 2007
New Revision: 510449
URL: http://svn.apache.org/viewvc?view=rev&rev=510449
Log:
overhaulments
Modified:
incubator/adffaces/tags/maven-plugin-parent-1.0.0-incubating/pom.xml
Modified: incubator/adffaces/tags/maven-plugin-parent-1.0.0-incubating/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/adffaces/tags/maven-plugin-parent-1.0.0-incubating/pom.xml?view=diff&rev=510449&r1=510448&r2=510449
==============================================================================
--- incubator/adffaces/tags/maven-plugin-parent-1.0.0-incubating/pom.xml
(original)
+++ incubator/adffaces/tags/maven-plugin-parent-1.0.0-incubating/pom.xml Thu
Feb 22 01:17:13 2007
@@ -163,6 +163,31 @@
<timezone>-5</timezone>
</developer>
</developers>
+
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-remote-resources-plugin</artifactId>
+ <version>1.0-alpha-2</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>process</goal>
+ </goals>
+ <configuration>
+ <resourceBundles>
+
<resourceBundle>org.apache:apache-jar-resource-bundle:1.1</resourceBundle>
+
<resourceBundle>org.apache:apache-incubator-disclaimer-resource-bundle:1.0</resourceBundle>
+ </resourceBundles>
+ <properties>
+ <addLicense>true</addLicense>
+ </properties>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/adffaces/tags/maven-plugin-parent-1.0.0-incubating</connection>