You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/07/23 07:56:10 UTC

[jira] Closed: (MAVEN-1175) Add the concept of scope to prevent variable clashes between plugins and multiple targets

Message:

   The following issue has been closed.

   Resolver: Brett Porter
       Date: Fri, 23 Jul 2004 1:53 AM

jelly already has concept of scope, and each plugin has its own (sort of)
---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1175

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1175
    Summary: Add the concept of scope to prevent variable clashes between plugins and multiple targets
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: WON'T FIX

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             core

   Assignee: 
   Reporter: Archimedes Trajano

    Created: Fri, 27 Feb 2004 10:42 PM
    Updated: Fri, 23 Jul 2004 1:53 AM

Description:
I was wondering to keep things simple an addition of

<maven:setlocal>
<maven:endlocal>

tags that work like Win32 batch in the sense that all changes done after setlocal are undone when endlocal is called.

Or 

<maven:local>
</maven:local> 

Also when specifying multiple goals on the command line such as

maven clean cactus:test

it would have an implied maven:local between each of them.


---------------------------------------------------------------------
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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org