You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2015/04/28 17:30:55 UTC

tomee git commit: Adding deployment repo for example

Repository: tomee
Updated Branches:
  refs/heads/tomee-1.7.x 92f44508a -> 37d66623e


Adding deployment repo for example


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/37d66623
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/37d66623
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/37d66623

Branch: refs/heads/tomee-1.7.x
Commit: 37d66623ebd09437214e801aa86864baeb0c800f
Parents: 92f4450
Author: Jonathan Gallimore <jo...@jrg.me.uk>
Authored: Tue Apr 28 15:30:35 2015 +0000
Committer: Jonathan Gallimore <jo...@jrg.me.uk>
Committed: Tue Apr 28 15:30:35 2015 +0000

----------------------------------------------------------------------
 examples/resources-jmx-example/pom.xml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/37d66623/examples/resources-jmx-example/pom.xml
----------------------------------------------------------------------
diff --git a/examples/resources-jmx-example/pom.xml b/examples/resources-jmx-example/pom.xml
index 8ef071d..6c58d6b 100644
--- a/examples/resources-jmx-example/pom.xml
+++ b/examples/resources-jmx-example/pom.xml
@@ -106,4 +106,19 @@
       </dependency>
     </dependencies>
   </dependencyManagement>
+  <!--
+  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>