Hi all, In my project we have dependencies for Maven1 and Maven2 artifacts. When Maven2 tries to download Maven1 poms I'm always seen the following Warning in the build,
[WARNING] POM for 'org.apache.axis2:axis2-security:pom:1.1:compile' is invalid. It will be ignored for artifact resolution. Reason: Not a v4.0.0POM. [WARNING] POM for 'org.apache.axis2:axis2-adb:pom:1.1:compile' is invalid. It will be ignored for artifact resolution. Reason: Not a v4.0.0 POM. [WARNING] POM for 'org.apache.axis2:axis2-spring:pom:1.1:compile' is invalid. It will be ignored for artifact resolution. Reason: Not a v4.0.0POM. Is there a way to customize what Maven2 output. Ex: only print [INFO] and not to print [WARNING]. Thank you Samnda -- Saminda Abeyruwan Software Engineer WSO2 - www.wos2.org
