> The problem I'm having is that the factored-out build steps run when I
> do "mvn install" on the parent-pom to get it into my local repo.  These
> steps don't work and throw errors, when run here.

Put the common stuff in depMgmt in the parent, and only declare the
plugins in the build section where you want to use them (not parent).
They will inherit their parameters etc from depMgmt in the parent.

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to