You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ge...@apache.org on 2011/04/21 03:28:09 UTC

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

Author: genspring
Date: Thu Apr 21 01:28:09 2011
New Revision: 1095586

URL: http://svn.apache.org/viewvc?rev=1095586&view=rev
Log:
GERONIMO-5923
geronimo 2.1/2.2 applicatoin that depend on openjpa config can't be deployed to geornimo 3.0 due to MissingDependencyException

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

Modified: geronimo/server/trunk/plugins/client/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/client/pom.xml?rev=1095586&r1=1095585&r2=1095586&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/client/pom.xml (original)
+++ geronimo/server/trunk/plugins/client/pom.xml Thu Apr 21 01:28:09 2011
@@ -60,6 +60,8 @@
                             <source-repository>${pluginSrcRepoApacheSnapshots}</source-repository>
 
                             <artifact-alias server="client" key="${project.groupId}/${project.artifactId}//car">${project.groupId}/${project.artifactId}/${project.version}/car</artifact-alias>
+                            <artifact-alias key="${project.groupId}/openjpa//car">${project.groupId}/openjpa2/${project.version}/car</artifact-alias>
+                            <artifact-alias key="${project.groupId}/persistence-jpa10-deployer//car">${project.groupId}/persistence-jpa20-deployer/${project.version}/car</artifact-alias>                              
                         </plugin-artifact>
                     </commonInstance>
                 </configuration>

Modified: geronimo/server/trunk/plugins/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/pom.xml?rev=1095586&r1=1095585&r2=1095586&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/pom.xml (original)
+++ geronimo/server/trunk/plugins/pom.xml Thu Apr 21 01:28:09 2011
@@ -97,6 +97,8 @@
                             <source-repository>${pluginSrcRepoCentral}</source-repository>
                             <source-repository>${pluginSrcRepoApacheSnapshots}</source-repository>
                             <artifact-alias key="${project.groupId}/${project.artifactId}//car">${project.groupId}/${project.artifactId}/${project.version}/car</artifact-alias>
+                            <artifact-alias key="${project.groupId}/openjpa//car">${project.groupId}/openjpa2/${project.version}/car</artifact-alias>
+                            <artifact-alias key="${project.groupId}/persistence-jpa10-deployer//car">${project.groupId}/persistence-jpa20-deployer/${project.version}/car</artifact-alias>  
                         </plugin-artifact>
                     </commonInstance>
                 </configuration>