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

        

Reply via email to