You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Benson Margulies (JIRA)" <ji...@codehaus.org> on 2011/04/15 14:57:22 UTC

[jira] Created: (MNG-5065) combine.self does not work for extensions

combine.self does not work for extensions
-----------------------------------------

                 Key: MNG-5065
                 URL: http://jira.codehaus.org/browse/MNG-5065
             Project: Maven 2 & 3
          Issue Type: Bug
          Components: POM
    Affects Versions: 3.0.3
            Reporter: Benson Margulies


I tried the following to replace an extension with a different extension, and failed.

<build>
      <extensions combine.self="override">
	<extension>
	  <groupId>org.apache.maven.wagon</groupId>
	  <artifactId>wagon-webdav-jackrabbit</artifactId>
	  <version>1.0-beta-7</version>
	</extension>
      </extensions>
    </build>

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MNG-5065) combine.self does not work for extensions

Posted by "Benson Margulies (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-5065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=263686#action_263686 ] 

Benson Margulies commented on MNG-5065:
---------------------------------------

Ah. Is it reasonable to convert this to a request? As it happens, the ordering I got worked, insofar as jackrabbit replaced the older webdav and unblocked my deploy.

> combine.self does not work for extensions
> -----------------------------------------
>
>                 Key: MNG-5065
>                 URL: http://jira.codehaus.org/browse/MNG-5065
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: POM
>    Affects Versions: 3.0.3
>            Reporter: Benson Margulies
>
> I tried the following to replace an extension with a different extension, and failed.
> <build>
>       <extensions combine.self="override">
> 	<extension>
> 	  <groupId>org.apache.maven.wagon</groupId>
> 	  <artifactId>wagon-webdav-jackrabbit</artifactId>
> 	  <version>1.0-beta-7</version>
> 	</extension>
>       </extensions>
>     </build>

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (MNG-5065) combine.self does not work for extensions

Posted by "Benson Margulies (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-5065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benson Margulies closed MNG-5065.
---------------------------------

    Resolution: Not A Bug
      Assignee: Benson Margulies

It's documented not to work.

> combine.self does not work for extensions
> -----------------------------------------
>
>                 Key: MNG-5065
>                 URL: http://jira.codehaus.org/browse/MNG-5065
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: POM
>    Affects Versions: 3.0.3
>            Reporter: Benson Margulies
>            Assignee: Benson Margulies
>
> I tried the following to replace an extension with a different extension, and failed.
> <build>
>       <extensions combine.self="override">
> 	<extension>
> 	  <groupId>org.apache.maven.wagon</groupId>
> 	  <artifactId>wagon-webdav-jackrabbit</artifactId>
> 	  <version>1.0-beta-7</version>
> 	</extension>
>       </extensions>
>     </build>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MNG-5065) combine.self does not work for extensions

Posted by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-5065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=263677#action_263677 ] 

Benjamin Bentmann commented on MNG-5065:
----------------------------------------

The attribute only applies to plugin configuration...

> combine.self does not work for extensions
> -----------------------------------------
>
>                 Key: MNG-5065
>                 URL: http://jira.codehaus.org/browse/MNG-5065
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: POM
>    Affects Versions: 3.0.3
>            Reporter: Benson Margulies
>
> I tried the following to replace an extension with a different extension, and failed.
> <build>
>       <extensions combine.self="override">
> 	<extension>
> 	  <groupId>org.apache.maven.wagon</groupId>
> 	  <artifactId>wagon-webdav-jackrabbit</artifactId>
> 	  <version>1.0-beta-7</version>
> 	</extension>
>       </extensions>
>     </build>

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira