I could be wrong, but I believe that's just a WARNING... It will still use the dependency, just ignores the v3 pom.
I've seen that on a couple projects I'm involved in and it never broke the build, so I believe the dependencies must be consumed/used during the build process (or else it would throw ERROR about not finding a dependency) and its just letting you know that v3 pom data is going to be ignored. So it encourages you to upgrade all your poms and your dependency poms to v4. ;-) Wayne On 3/29/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, > > is there any way to use maven1 dependencies with m2? Specifically, I (i.e. my > plugin) would like to depend on: > > https://maven-repository.dev.java.net/nonav/repository/javanettasks/poms/ > > but when I try to do so, mvn is obviously complaining: > > [INFO] Using default encoding to copy filtered resources. > [WARNING] POM for: 'javanettasks:javanettasks:pom:1.0.8' does not appear to > be valid. Its will be ig > nored for artifact resolution. > > Reason: Invalid POM (not v4.0.0 modelVersion) > > Can i do anything about it, or only the developers of javanettasks? > > Andreas Ebbert-Karroum > Software Design Engineer - Nokia Networks Services / Middleware > phone: +49-211-94123928, fax: +49-211-94123838 > Heltorfer Straße 1, 40472 Düsseldorf, Germany > > > ________________________________ > > This message is confidential. If you have received this message in error, > please delete it from your system. You should not copy it for any purpose, or > disclose its contents to any other person. Internet communications are not > secure and therefore Nokia GmbH does not accept legal responsibility for the > contents of this message as it has been transmitted over a public network. > Thank you. > > Nokia GmbH, Nokia Networks is a German Company. Further information about the > Company is available from its principal offices at Heltorferstrasse 1, > D-40472, Düsseldorf, Germany and from the website at http://www.nokia.com/ > ________________________________ > > > >
