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