Author: joakime
Date: Thu Dec  7 14:37:09 2006
New Revision: 483706

URL: http://svn.apache.org/viewvc?view=rev&rev=483706
Log:
Adding sharedResources profile

Modified:
    maven/shared/trunk/pom.xml

Modified: maven/shared/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/shared/trunk/pom.xml?view=diff&rev=483706&r1=483705&r2=483706
==============================================================================
--- maven/shared/trunk/pom.xml (original)
+++ maven/shared/trunk/pom.xml Thu Dec  7 14:37:09 2006
@@ -11,7 +11,7 @@
   <groupId>org.apache.maven.shared</groupId>
   <artifactId>maven-shared-components</artifactId>
   <packaging>pom</packaging>
-  <version>4</version>
+  <version>5</version>
   <name>Maven Shared Components</name>
   <description>Maven shared components</description>
   <url>http://maven.apache.org/shared/</url>
@@ -57,4 +57,39 @@
       </plugins>
     </pluginManagement>
   </build>
-</project>
\ No newline at end of file
+  <profiles>
+    <profile>
+      <id>sharedResources</id>
+      <pluginRepositories>
+        <pluginRepository>
+          <id>people.apache.org</id>
+          <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+          <snapshots>
+            <enabled>true</enabled>
+          </snapshots>
+        </pluginRepository>
+      </pluginRepositories>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-remote-resources-plugin</artifactId>
+            <version>1.0-SNAPSHOT</version>
+            <executions>
+              <execution>
+                <goals>
+                  <goal>process</goal>
+                </goals>
+                <configuration>
+                  <resourceBundles>
+                    
<resourceBundle>org.apache:apache-jar-resource-bundle:1.0</resourceBundle>
+                  </resourceBundles>
+                </configuration>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>


Reply via email to