In arquillian, dependencies are pulled in which are snapshot versions of other modules which is part of one project.
However, during the arquillian test/deploy - There are a number of warnings all saying
WARN - Invalid metadata <our.company.groupId><artifactId>:0.0.1-SNAPSHOT/maven-metadata.xml
There are a number of these lines with several of them being repeated. These warnings are not present for external dependencies (like seam). Google has been of little help. Wiping out the local .m2/repository/ and doing another mvn install makes no difference.
I am using Maven 3 everywhere (cli & eclipse). I get the warnings when running an individual test from eclipse, through the commandline through maven and it is also present in the build control system - jenkins so does not seem to be specific to one environment.
It doesn't seem to cause any issues other than to irritate me but it would be nice to tidy it up.
Anyone have any ideas on how to do this?