[Practicalxml-commits] SF.net SVN: practicalxml:[167] trunk/pom.xml
Brought to you by:
kdgregory
From: Auto-Generated S. C. M. <pra...@li...> - 2009-10-15 20:21:11
|
Revision: 167 http://practicalxml.svn.sourceforge.net/practicalxml/?rev=167&view=rev Author: kdgregory Date: 2009-10-15 20:21:03 +0000 (Thu, 15 Oct 2009) Log Message: ----------- add distributionManagement section that deploys to local directory Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-10-15 19:56:40 UTC (rev 166) +++ trunk/pom.xml 2009-10-15 20:21:03 UTC (rev 167) @@ -138,9 +138,20 @@ <dependencies> <dependency> + <!-- note, scope is not limited to testing: + DOMAsserts depends on Asserts --> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.2</version> </dependency> </dependencies> + + + <distributionManagement> + <repository> + <id>build</id> + <name>PracticalXML Build-Deploy Directory</name> + <url>file://${project.build.directory}/deploy</url> + </repository> + </distributionManagement> </project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |