You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by mi...@apache.org on 2007/04/16 16:13:29 UTC

svn commit: r529254 - /incubator/openjpa/branches/0.9.7-incubating-RC2/pom.xml

Author: mikedd
Date: Mon Apr 16 07:13:28 2007
New Revision: 529254

URL: http://svn.apache.org/viewvc?view=rev&rev=529254
Log:
adding alt-deploy plugin

Modified:
    incubator/openjpa/branches/0.9.7-incubating-RC2/pom.xml

Modified: incubator/openjpa/branches/0.9.7-incubating-RC2/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/branches/0.9.7-incubating-RC2/pom.xml?view=diff&rev=529254&r1=529253&r2=529254
==============================================================================
--- incubator/openjpa/branches/0.9.7-incubating-RC2/pom.xml (original)
+++ incubator/openjpa/branches/0.9.7-incubating-RC2/pom.xml Mon Apr 16 07:13:28 2007
@@ -132,6 +132,19 @@
             <modules>
                 <module>openjpa-project</module>
             </modules>
+            <build>
+                <plugins>
+                    <plugin>
+                        <inherited>true</inherited>
+                        <artifactId>maven-deploy-plugin</artifactId>
+                        <version>2.3</version>
+                        <configuration>
+                            <altDeploymentRepository>${deploy.altRepository}</altDeploymentRepository>
+                            <updateReleaseInfo>true</updateReleaseInfo>
+                        </configuration>
+                    </plugin>
+                </plugins>
+           </build>
         </profile>
         <profile>
             <!--