How to use maven3 SCM:update-subprojects?

92 Views Asked by At

This may be a dumb question,and I cannot really find anything on the web or in apache's maven3 SCM documentation.

I'm aggregating a jar from several modules. The aggregator is a peer/sibling of the other modules. At this point, making the aggregator and modules in a hierarchical structure is not possible.

The question is how do structure the pom to update modules using SCM:update-subprojects ? I'm really looking for a simple example..

0

There are 0 best solutions below