|
dion gillard made changes - 09/Nov/03 10:20 AM
The problem is that certain goals don't make sense for any given project. For example, I've got a project that exists solely for the purpose of deploying to JBoss using pre-built components generated by other projects, so in this case, the jar:jar goal makes no sense (and ends up generating a junk .jar file that is of no use to anyone). This issue can be more more generalized to say that I should be able to specify goals that do or do not make sense for a given project, and multiproject will make sure to ignore that particular project if the particular goal it is attempting to run is excluded (for that project). Does that help?
Jason van Zyl made changes - 30/Nov/03 09:29 PM
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
A bit more detail. I don't get it.