> [WARNING] The POM for > org.apache.maven.plugins:maven-surefire-plugin:jar:2.10 > is missing, no dependency information available ... > Below is my POM, and we don't have that version in our company repository. > Please tell me why Maven is looking for that particular version. Why other > project is fine.
What version of Maven are you running? If you want Maven to use a SPECIFIC version of a plugin, you must instruct it to do so via a <plugin> declaration or <pluginManagement> tag. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
