You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by bu...@apache.org on 2012/01/30 14:09:32 UTC

svn commit: r803562 - in /websites/staging/openejb/trunk/content/examples-trunk: cdi-application-scope/pom.xml cdi-request-scope/pom.xml

Author: buildbot
Date: Mon Jan 30 13:09:32 2012
New Revision: 803562

Log:
Staging update by buildbot for openejb

Modified:
    websites/staging/openejb/trunk/content/examples-trunk/cdi-application-scope/pom.xml
    websites/staging/openejb/trunk/content/examples-trunk/cdi-request-scope/pom.xml

Modified: websites/staging/openejb/trunk/content/examples-trunk/cdi-application-scope/pom.xml
==============================================================================
--- websites/staging/openejb/trunk/content/examples-trunk/cdi-application-scope/pom.xml (original)
+++ websites/staging/openejb/trunk/content/examples-trunk/cdi-application-scope/pom.xml Mon Jan 30 13:09:32 2012
@@ -50,4 +50,21 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
+
+  <!--
+  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>

Modified: websites/staging/openejb/trunk/content/examples-trunk/cdi-request-scope/pom.xml
==============================================================================
--- websites/staging/openejb/trunk/content/examples-trunk/cdi-request-scope/pom.xml (original)
+++ websites/staging/openejb/trunk/content/examples-trunk/cdi-request-scope/pom.xml Mon Jan 30 13:09:32 2012
@@ -50,4 +50,21 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
+
+  <!--
+  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>