You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2016/05/14 22:55:12 UTC

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

    [ https://issues.apache.org/jira/browse/MASSEMBLY-744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15283710#comment-15283710 ] 

Hudson commented on MASSEMBLY-744:
----------------------------------

SUCCESS: Integrated in maven-plugins #6015 (See [https://builds.apache.org/job/maven-plugins/6015/])
[MASSEMBLY-744] Use the same namespace pattern for assembly/component format as the rest of Maven (michaelo: [http://svn.apache.org/viewvc/?view=rev&rev=1743865])
* maven-assembly-plugin/integration-test-archetype/src/main/resources/archetype-resources/src/main/assembly/bin.xml
* maven-assembly-plugin/pom.xml
* maven-assembly-plugin/src/main/mdo/component.mdo
* maven-assembly-plugin/src/main/mdo/descriptor.mdo
* maven-assembly-plugin/src/main/resources/assemblies/bin.xml
* maven-assembly-plugin/src/main/resources/assemblies/jar-with-dependencies.xml
* maven-assembly-plugin/src/main/resources/assemblies/project.xml
* maven-assembly-plugin/src/main/resources/assemblies/src.xml
* maven-assembly-plugin/src/site/apt/advanced-descriptor-topics.apt.vm
* maven-assembly-plugin/src/site/apt/advanced-module-set-topics.apt.vm
* maven-assembly-plugin/src/site/apt/examples/multimodule/module-binary-inclusion-simple.apt.vm
* maven-assembly-plugin/src/site/apt/examples/multimodule/module-source-inclusion-simple.apt.vm
* maven-assembly-plugin/src/site/apt/examples/sharing-descriptors.apt.vm
* maven-assembly-plugin/src/site/apt/examples/single/filtering-some-distribution-files.apt.vm
* maven-assembly-plugin/src/site/apt/examples/single/using-components.apt.vm
* maven-assembly-plugin/src/site/apt/examples/single/using-repositories.apt.vm
* maven-assembly-plugin/src/site/apt/index.apt.vm


> Use the same namespace pattern for assembly/component format as the rest of Maven
> ---------------------------------------------------------------------------------
>
>                 Key: MASSEMBLY-744
>                 URL: https://issues.apache.org/jira/browse/MASSEMBLY-744
>             Project: Maven Assembly Plugin
>          Issue Type: Task
>          Components: component descriptor
>    Affects Versions: 2.5.3
>            Reporter: Michael Osipov
>            Assignee: Michael Osipov
>             Fix For: 3.0.0
>
>
> 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.3.4#6332)