You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2011/05/27 07:01:16 UTC

svn commit: r1128149 - /openejb/branches/openejb-3.2.x/examples/webapps/pom.xml

Author: dblevins
Date: Fri May 27 05:01:15 2011
New Revision: 1128149

URL: http://svn.apache.org/viewvc?rev=1128149&view=rev
Log:
add missing repo info so deploy works

Modified:
    openejb/branches/openejb-3.2.x/examples/webapps/pom.xml

Modified: openejb/branches/openejb-3.2.x/examples/webapps/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/examples/webapps/pom.xml?rev=1128149&r1=1128148&r2=1128149&view=diff
==============================================================================
--- openejb/branches/openejb-3.2.x/examples/webapps/pom.xml (original)
+++ openejb/branches/openejb-3.2.x/examples/webapps/pom.xml Fri May 27 05:01:15 2011
@@ -35,4 +35,20 @@
     <module>moviefun</module>
   </modules>
 
+  <!--
+  This section allows you to configure where to publish libraries for sharing.
+  It is not required and may be deleted.  For more information see:
+  http://maven.apache.org/plugins/maven-deploy-plugin/
+  -->
+  <distributionManagement>
+    <repository>
+      <id>localhost</id>
+      <url>file://${basedir}/target/repo/</url>
+    </repository>
+    <snapshotRepository>
+      <id>localhost</id>
+      <url>file://${basedir}/target/snapshot-repo/</url>
+    </snapshotRepository>
+  </distributionManagement>
+
 </project>