Repository: tomee
Updated Branches:
  refs/heads/tomee-7.0.0-M1 f4e5fe48e -> 9fdc1a819


Include distributionManagement


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

Branch: refs/heads/tomee-7.0.0-M1
Commit: 9fdc1a8196afdf3b94a7358adfb1d8d8c6469f0b
Parents: f4e5fe4
Author: andygumbre...@apache.org <andy...@gmx.de>
Authored: Tue Jun 16 16:53:43 2015 +0200
Committer: andygumbre...@apache.org <andy...@gmx.de>
Committed: Tue Jun 16 16:53:43 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/tomee/blob/9fdc1a81/examples/resources-jmx-example/pom.xml
----------------------------------------------------------------------
diff --git a/examples/resources-jmx-example/pom.xml 
b/examples/resources-jmx-example/pom.xml
index 05b1b34..200651f 100644
--- a/examples/resources-jmx-example/pom.xml
+++ b/examples/resources-jmx-example/pom.xml
@@ -104,4 +104,18 @@
       </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>

Reply via email to