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/12 17:14:42 UTC

svn commit: r527973 - /incubator/openjpa/branches/0.9.7-incubating-RC1/pom.xml

Author: mikedd
Date: Thu Apr 12 08:14:41 2007
New Revision: 527973

URL: http://svn.apache.org/viewvc?view=rev&rev=527973
Log:
allow alternate deploy destination

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

Modified: incubator/openjpa/branches/0.9.7-incubating-RC1/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/branches/0.9.7-incubating-RC1/pom.xml?view=diff&rev=527973&r1=527972&r2=527973
==============================================================================
--- incubator/openjpa/branches/0.9.7-incubating-RC1/pom.xml (original)
+++ incubator/openjpa/branches/0.9.7-incubating-RC1/pom.xml Thu Apr 12 08:14:41 2007
@@ -129,6 +129,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>
             <!--