On Wed, Jun 8, 2011 at 2:25 PM, Refr Bruhl <[email protected]> wrote: > I used the instructions at > http://maven.apache.org/guides/MavenQuickReferenceCard.pdf for adding 3rd > party > libraries to my repository.
Interesting... haven't seen that before! So you used mvn install:install-file? Odd.. http://maven.apache.org/plugins/maven-install-plugin/install-file-mojo.html says generatePom defaults to true. Try re-doing mvn install:install-file and adding -DgeneratePom=true . -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
