> Might be interesting if Maven provided a way to indicate in your dependency > declaration that you just > want the JAR w/o looking at the POM.
No, that wouldn't be interesting, and it would be a really bad idea long-term since it would encourage people to NOT create pom files for artifacts thus greatly reducing the effectiveness of transitive dependencies etc. You should simply provide the pom file as required, its not hard. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
