On Fri, Oct 8, 2010 at 2:22 PM, Phillip Hellewell <[email protected]> wrote: > On a related note, is there an easy way to create a pom that cannot be > installed/deployed? E.g., if I'm just using a pom as a means to > download an artifact and I don't want someone to accidentally try to > install or deploy it, because it's not a real artifact.
One thing I can think of is using the enforcer plugin in the compile phase with a rule that always fails. But I wonder if there is an easier way, like leaving the artifactId empty. Phillip --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
