Maven: Re-use a POM file in every project.

Posted by Zombies on Stack Overflow See other posts from Stack Overflow or by Zombies
Published on 2010-05-10T12:55:30Z Indexed on 2010/05/10 13:04 UTC
Read the original article Hit count: 132

Filed under:
|

My goal is pretty simple actually but since there are multiple (and seemingly complex ways to do this) I wonder what I need to do... So I have certain runtime libraries (ADF libraries in particular) that are needed to be added to every project. This parent pom file will just have JAR dependencies in it. How can I use this pom file from a child pom file?

© Stack Overflow or respective owner

Related posts about maven-2

Related posts about java