I have a parent POM with two children, one of which knows how to jboss-as:deploy, and the other does not.
How do I create a configuration where I can run the deploy goal on the parent pom so that one of the children ignores it?
UPDATE: Thanks to the first two commenters, both remarks seem to be spot on. Will check how to rewrite the parent pom properly, in the meantime <skip>true<skip> worked like a charm.