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 2008/04/13 20:54:58 UTC

[jira] Created: (MNG-3519) Artifact finalName is not propagated to other modules.

Artifact finalName is not propagated to other modules.
------------------------------------------------------

                 Key: MNG-3519
                 URL: http://jira.codehaus.org/browse/MNG-3519
             Project: Maven 2
          Issue Type: Bug
          Components: Inheritance and Interpolation
    Affects Versions: 2.0.9
         Environment: Maven 2.0.9, JDK 6, WinXP SP2
            Reporter: Michael Osipov
         Attachments: example.png

I have a multimodule project.
groupId: net.fckeditor

Parent ArtifactId: fckeditor-java
1. module ArtifactId: java-core; finalName "fckeditor-${artifactId}-${version}" though => e.g. fckeditor-java-core-2.4-SNAPSHOT 
2. module ArtifactId: java-demo; finalName "fckeditor-${artifactId}-${version}" though

module one is a jar artifact, module 2 a war artifact which has a dependency on module 2.

the final WAR file contains all dependencies included the java-core but the jar name is not fckeditor-java-core-2.4-SNAPSHOT.jar but java-core-2.4-SNAPSHOT.jar

The same happens in assembly and moduleSets.

An example picture is attached and the project can be checked out at our [trac |http://dev.fckeditor.net/browser/FCKeditor.Java/branches/2.4] and the [SVN|http://svn.fckeditor.net/FCKeditor.Java/branches/2.4/]  directly

-- 
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-3519) Artifact finalName is not propagated to other modules.

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

Brett Porter closed MNG-3519.
-----------------------------

    Resolution: Won't Fix

please feel free to reopen this in the war and assembly plugin - the issue is that they should be honouring the final name in using the artifact from the repository.

> Artifact finalName is not propagated to other modules.
> ------------------------------------------------------
>
>                 Key: MNG-3519
>                 URL: http://jira.codehaus.org/browse/MNG-3519
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Inheritance and Interpolation
>    Affects Versions: 2.0.9
>         Environment: Maven 2.0.9, JDK 6, WinXP SP2
>            Reporter: Michael Osipov
>         Attachments: example.png
>
>
> I have a multimodule project.
> groupId: net.fckeditor
> Parent ArtifactId: fckeditor-java
> 1. module ArtifactId: java-core; finalName "fckeditor-${artifactId}-${version}" though => e.g. fckeditor-java-core-2.4-SNAPSHOT 
> 2. module ArtifactId: java-demo; finalName "fckeditor-${artifactId}-${version}" though
> module one is a jar artifact, module 2 a war artifact which has a dependency on module 2.
> the final WAR file contains all dependencies included the java-core but the jar name is not fckeditor-java-core-2.4-SNAPSHOT.jar but java-core-2.4-SNAPSHOT.jar
> The same happens in assembly and moduleSets.
> An example picture is attached and the project can be checked out at our [trac |http://dev.fckeditor.net/browser/FCKeditor.Java/branches/2.4] and the [SVN|http://svn.fckeditor.net/FCKeditor.Java/branches/2.4/]  directly

-- 
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-3519) Artifact finalName is not propagated to other modules.

Posted by "Michael Osipov (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-3519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=138509#action_138509 ] 

Michael Osipov commented on MNG-3519:
-------------------------------------

Brett,

thanks I'll do in the next couple of days.

> Artifact finalName is not propagated to other modules.
> ------------------------------------------------------
>
>                 Key: MNG-3519
>                 URL: http://jira.codehaus.org/browse/MNG-3519
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Inheritance and Interpolation
>    Affects Versions: 2.0.9
>         Environment: Maven 2.0.9, JDK 6, WinXP SP2
>            Reporter: Michael Osipov
>         Attachments: example.png
>
>
> I have a multimodule project.
> groupId: net.fckeditor
> Parent ArtifactId: fckeditor-java
> 1. module ArtifactId: java-core; finalName "fckeditor-${artifactId}-${version}" though => e.g. fckeditor-java-core-2.4-SNAPSHOT 
> 2. module ArtifactId: java-demo; finalName "fckeditor-${artifactId}-${version}" though
> module one is a jar artifact, module 2 a war artifact which has a dependency on module 2.
> the final WAR file contains all dependencies included the java-core but the jar name is not fckeditor-java-core-2.4-SNAPSHOT.jar but java-core-2.4-SNAPSHOT.jar
> The same happens in assembly and moduleSets.
> An example picture is attached and the project can be checked out at our [trac |http://dev.fckeditor.net/browser/FCKeditor.Java/branches/2.4] and the [SVN|http://svn.fckeditor.net/FCKeditor.Java/branches/2.4/]  directly

-- 
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