Hi all, I'm having a problem with maven assembly plugin. It happens that I have a child pom with relative paths and when I hit assembly:assembly the environment becomes corrupted (that doesn't happen if I hit mvn install, package whatever in both project's pom directory or in the root of the major project). What I want is to disable the lifecycle when I hit assembly:assembly. I don't want it to perform package, install, etc.
Is that possible? Any other ideas are welcomed :) Best regards, thank you in advance, -- Rui
