You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (JIRA)" <ji...@codehaus.org> on 2015/01/03 22:43:10 UTC

[jira] (MRESOURCES-200) Use the same namespace pattern for assembly/component format as the rest of Maven

Michael Osipov created MRESOURCES-200:
-----------------------------------------

             Summary: Use the same namespace pattern for assembly/component format as the rest of Maven
                 Key: MRESOURCES-200
                 URL: https://jira.codehaus.org/browse/MRESOURCES-200
             Project: Maven Resources Plugin
          Issue Type: Task
    Affects Versions: 2.7
            Reporter: Michael Osipov


Currently, the namespaces are

bq. http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2

and

bq. http://maven.apache.org/plugins/maven-assembly-plugin/component/1.1.2

but Maven and Site Decoration Model use this pattern:

bq. http://maven.apache.org/POM/4.0.0

and

bq. http://maven.apache.org/DECORATION/1.4.0

We should adapt this pattern and rename the namespaces to 

bq. http://maven.apache.org/ASSEMBLY/1.1.2

and

bq. http://maven.apache.org/COMPONENT/1.1.2

or better yet

bq. http://maven.apache.org/ASSEMBLY/COMPONENT/1.1.2



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)