You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2007/07/01 17:58:00 UTC

svn commit: r552329 - /myfaces/trinidad/trunk/trinidad/pom.xml

Author: matzew
Date: Sun Jul  1 08:58:00 2007
New Revision: 552329

URL: http://svn.apache.org/viewvc?view=rev&rev=552329
Log:
for some reason, there was no maven-remote-resources-plugin in pom file

Modified:
    myfaces/trinidad/trunk/trinidad/pom.xml

Modified: myfaces/trinidad/trunk/trinidad/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad/pom.xml?view=diff&rev=552329&r1=552328&r2=552329
==============================================================================
--- myfaces/trinidad/trunk/trinidad/pom.xml (original)
+++ myfaces/trinidad/trunk/trinidad/pom.xml Sun Jul  1 08:58:00 2007
@@ -257,6 +257,27 @@
 
       </plugins>
     </pluginManagement>
+    <plugins>
+      <plugin>
+        <artifactId>maven-remote-resources-plugin</artifactId>
+        <version>1.0-alpha-5</version>
+        <executions>
+          <execution>
+            <goals>
+              <goal>process</goal>
+            </goals>
+            <configuration>
+            <resourceBundles>
+              <resourceBundle>org.apache:apache-jar-resource-bundle:1.1</resourceBundle>
+            </resourceBundles>
+            <properties>
+              <addLicense>true</addLicense>
+            </properties>
+          </configuration>
+        </execution>
+      </executions>
+    </plugin>
+  </plugins>
   </build>
 
   <modules>