Author: dblevins
Date: Mon Jan 25 22:27:29 2010
New Revision: 903001
URL: http://svn.apache.org/viewvc?rev=903001&view=rev
Log:
Added so 'mvn deploy' works
Modified:
openejb/trunk/openejb3/examples/quartz-app/pom.xml
Modified: openejb/trunk/openejb3/examples/quartz-app/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/quartz-app/pom.xml?rev=903001&r1=903000&r2=903001&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/quartz-app/pom.xml (original)
+++ openejb/trunk/openejb3/examples/quartz-app/pom.xml Mon Jan 25 22:27:29 2010
@@ -53,4 +53,21 @@
</plugins>
</pluginManagement>
</build>
+
+ <!--
+ 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>