> [INFO] Trace > java.lang.ArrayIndexOutOfBoundsException > at java.util.ArrayList.contains(Unknown Source)
What project are you building? Grab the source code (eg from some open source project) of some known-good project and try mvn package there. If you get the same error, it would seem to indicate a real problem. If you don't (more likely), then it is a project/pom-specific issue that you will need to resolve on your own, unless you can share the project source code and pom etc. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
