"mvn compile" patch

34 views
Skip to first unread message

Jerry James

unread,
Apr 14, 2008, 6:47:08 PM4/14/08
to JSR-305: Annotations for Software Defect Detection
Here is a patch to make "mvn compile" work. Without it, the
compilation of the sample use cases fails. This is against revision
27 of the subversion repository.

diff -dur jsr-305.ORIG/sampleUses/pom.xml jsr-305/sampleUses/pom.xml
--- jsr-305.ORIG/sampleUses/pom.xml 2007-03-04 14:21:55.000000000
-0700
+++ jsr-305/sampleUses/pom.xml 2008-04-14 16:40:05.000000000 -0600
@@ -15,4 +15,12 @@
<name>JSR 305 Sample Uses Cases</name>
<version>0.1-SNAPSHOT</version>
<description>Use Cases for JS-305</description>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.jsr-305</groupId>
+ <artifactId>ri</artifactId>
+ <version>0.1-SNAPSHOT</version>
+ </dependency>
+ </dependencies>
</project>

--
Jerry James
Reply all
Reply to author
Forward
0 new messages