> Basically, I have an assembly descriptor that filters resources. > I would like to produce two different assemblies, where each one uses the > same descriptor but with a different filter. > Looks like the "appendAssemblyId" option puts a bit of a constraint because > the names collide when installing in the repo.
Use the appendAssemblyId and specify different <id> for the two executions. Which is just what you're told to do in the SO post. Otherwise you will need to make 2 projects, duplicate the assembly plugin configuration, and specify different artifactIds. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
