You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jb...@apache.org on 2008/08/28 14:21:11 UTC

svn commit: r689799 - in /geronimo/server/branches/2.1/plugins: client/pom.xml pom.xml

Author: jbohn
Date: Thu Aug 28 05:21:10 2008
New Revision: 689799

URL: http://svn.apache.org/viewvc?rev=689799&view=rev
Log:
GERONIMO-4271 - client artifact alias entries added as well as null version entries for both client and server

Modified:
    geronimo/server/branches/2.1/plugins/client/pom.xml
    geronimo/server/branches/2.1/plugins/pom.xml

Modified: geronimo/server/branches/2.1/plugins/client/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/plugins/client/pom.xml?rev=689799&r1=689798&r2=689799&view=diff
==============================================================================
--- geronimo/server/branches/2.1/plugins/client/pom.xml (original)
+++ geronimo/server/branches/2.1/plugins/client/pom.xml Thu Aug 28 05:21:10 2008
@@ -44,4 +44,23 @@
         <module>geronimo-client-builder</module>
     </modules>
 
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.geronimo.buildsupport</groupId>
+                <artifactId>car-maven-plugin</artifactId>
+                <configuration>
+                    <commonInstance>
+                        <plugin-artifact>
+                            <artifact-alias server="client" key="${groupId}/${artifactId}//car">${groupId}/${artifactId}/${version}/car</artifact-alias>
+                            <artifact-alias server="client" key="${groupId}/${artifactId}/2.1.2/car">${groupId}/${artifactId}/${version}/car</artifact-alias>
+                            <artifact-alias server="client" key="${groupId}/${artifactId}/2.1.1/car">${groupId}/${artifactId}/${version}/car</artifact-alias>
+                            <artifact-alias server="client" key="${groupId}/${artifactId}/2.1/car">${groupId}/${artifactId}/${version}/car</artifact-alias>
+                        </plugin-artifact>
+                    </commonInstance>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
 </project>

Modified: geronimo/server/branches/2.1/plugins/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/plugins/pom.xml?rev=689799&r1=689798&r2=689799&view=diff
==============================================================================
--- geronimo/server/branches/2.1/plugins/pom.xml (original)
+++ geronimo/server/branches/2.1/plugins/pom.xml Thu Aug 28 05:21:10 2008
@@ -109,6 +109,7 @@
                             <source-repository>http://repo1.maven.org/maven2/</source-repository>
                             <source-repository>http://people.apache.org/repo/m2-snapshot-repository/</source-repository>
                             <source-repository>http://people.apache.org/repo/m2-incubating-repository/</source-repository>
+                            <artifact-alias key="${groupId}/${artifactId}//car">${groupId}/${artifactId}/${version}/car</artifact-alias>
                             <artifact-alias key="${groupId}/${artifactId}/2.1.2/car">${groupId}/${artifactId}/${version}/car</artifact-alias>
                             <artifact-alias key="${groupId}/${artifactId}/2.1.1/car">${groupId}/${artifactId}/${version}/car</artifact-alias>
                             <artifact-alias key="${groupId}/${artifactId}/2.1/car">${groupId}/${artifactId}/${version}/car</artifact-alias>