The following comment has been added to this issue:

     Author: Sean Timm
    Created: Mon, 10 Nov 2003 2:06 PM
       Body:
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?
---------------------------------------------------------------------
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-985


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-985
    Summary: Provide the ability to ignore a particular project via the 
project.properties for that project
       Type: Improvement

     Status: Unassigned
   Priority: Minor

 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             plugin-multiproject
   Fix Fors:
             1.1
   Versions:
             1.0-rc1

   Assignee: 
   Reporter: Sean Timm

    Created: Wed, 29 Oct 2003 5:43 PM
    Updated: Sun, 9 Nov 2003 10:20 AM

Description:
Multiproject currently allows exclusion of projects via maven.multiproject.excludes, 
but this approach requires constant upkeep of the multiproject parent.  I'd like to be 
able to specify a property that would tell multiproject to ignore a given project.  
This brings the responsibility of whether or not multiproject should process a project 
down to the project level.

Perhaps maven.multiproject.type could accept a "none" or "ignore" value?


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to