Reputation: 937
How can one manage a common project parent pom.xml
for multiple github
organizations and projects, without continuously releasing it to some maven repository?
Upvotes: 0
Views: 199
Reputation: 937
Now there are two maven components for that:
which can help resolve this issue.
Basic approach is to:
pom.xml
, which is forever snapshot, and never released anywherepom.xml
used for deploymentUpvotes: 1