You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2008/11/25 18:35:19 UTC

svn commit: r720546 - /geronimo/server/trunk/plugins/client/pom.xml

Author: gawor
Date: Tue Nov 25 09:35:18 2008
New Revision: 720546

URL: http://svn.apache.org/viewvc?rev=720546&view=rev
Log:
must duplicate plugin info from parent pom since merging seems to be copying single elements only

Modified:
    geronimo/server/trunk/plugins/client/pom.xml

Modified: geronimo/server/trunk/plugins/client/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/client/pom.xml?rev=720546&r1=720545&r2=720546&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/client/pom.xml (original)
+++ geronimo/server/trunk/plugins/client/pom.xml Tue Nov 25 09:35:18 2008
@@ -52,6 +52,15 @@
                 <configuration>
                     <commonInstance>
                         <plugin-artifact>
+                            <geronimo-version>${geronimoVersion}</geronimo-version>
+                            <jvm-version>1.5</jvm-version>
+                            <jvm-version>1.6</jvm-version>
+                            <!--<source-repository>http://www.geronimoplugins.com/repository/geronimo-2.1</source-repository>-->
+                            <source-repository>~/.m2/repository/</source-repository>
+                            <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 server="client" key="${groupId}/${artifactId}//car">${groupId}/${artifactId}/${version}/car</artifact-alias>
                         </plugin-artifact>
                     </commonInstance>