Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.