Figure I'd get both of my remaining working set changes into one
patch. Added distributionManagement pointing at the Apache SNAPSHOT
repository based on Martin Cooper's e-mail; and fixed the scope of
commons-logging based on trying to use Abdera in another Maven
project.
--
Stephen Duncan Jr
www.stephenduncanjr.com
Index: java/trunk/pom.xml
===================================================================
--- java/trunk/pom.xml (revision 415050)
+++ java/trunk/pom.xml (working copy)
@@ -127,4 +127,12 @@
<module>security</module>
<module>examples</module>
</modules>
+
+ <distributionManagement>
+ <repository>
+ <id>apache-maven-test-builds</id>
+ <name>Apache Maven Repository (Test Builds)</name>
+
<url>scp://people.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
+ </repository>
+ </distributionManagement>
</project>
Index: java/trunk/parser/pom.xml
===================================================================
--- java/trunk/parser/pom.xml (revision 415050)
+++ java/trunk/parser/pom.xml (working copy)
@@ -55,7 +55,7 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
- <scope>test</scope>
+ <scope>runtime</scope>
</dependency>
</dependencies>
</project>