If I do a "mvn deploy" of module A, I can watch it get uploaded to our
repository and there are no errors.  I can also look over the pom that
gets created and etc and all looks great.
 
When I do a "mvn install" of module B, which depends on version 1.0.0.11
of module A (installed in the previous step), I get the following:
 
 
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Compilation failure
Failure executing javac, but could not parse the error:
An exception has occurred in the compiler (1.5.0_11). Please file a bug
at the Java Developer Connection (http://java.sun.com/webapps/bugreport)
after checking
the Bug Parade for duplicates. Include your program and the following
diagnostic in your report.  Thank you.
com.sun.tools.javac.code.Symbol$CompletionFailure: file
edu\umd\cs\findbugs\annotations\SuppressWarnings.class not found
 
 
 
Failure executing javac, but could not parse the error:
An exception has occurred in the compiler (1.5.0_11). Please file a bug
at the Java Developer Connection (http://java.sun.com/webapps/bugreport)
after checking
the Bug Parade for duplicates. Include your program and the following
diagnostic in your report.  Thank you.
com.sun.tools.javac.code.Symbol$CompletionFailure: file
edu\umd\cs\findbugs\annotations\SuppressWarnings.class not found

 
If I do a "mvn install" of module A, everything is fine.
 
Any suggestions on where to look?

Reply via email to