all assemblies run - always

View: New views
1 Messages — Rating Filter:   Alert me  

all assemblies run - always

by EJ Ciramella-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello again list - sorry for that quick worded question, but here's another (semi-related) one:

When you have an assembly defined as part of the standard build plugin section AND another one nestled away in a profile, how can you avoid running the "default" one that's in the standard <build> tags?

We have "dev" and "bin" assembly descriptors - the dev ones being focused on local developer builds and the bin ones contain much more and the app is actually un-configured within the bin ones.

So when I run "mvn assembly:<any>", both the bin and the dev ones run.  Is there any way to avoid this?