[ 
http://jira.codehaus.org/browse/MEAR-120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=205130#action_205130
 ] 

Deepak Chavan commented on MEAR-120:
------------------------------------

Following are the structure of my project:

root
|----->proj-1
|       |-----> sub-proj-1.1
|       |-----> sub-proj-1.2
|-----> proj-2
|       |-----> sub-proj-2.1
|       |-----> sub-proj-2.2
|-----> proj-3
|-----> proj-4
|       |-----> sub-proj-4.1
|       |-----> sub-proj-4.2
|-----> proj-5
        |-----> sub-proj-5.1


proj-1, proj-2, proj-3, proj-4 and proj-5 anr the modules of my project and 
these modules are also splitted into sub modules.
All project bundled according to the name given in finalName tag in root 
pom.xml except proj-3, this projec is not generating the final name as given in 
root pom.xml.

Thanks,
Deepak


> <finalName> does not work in multi module project
> -------------------------------------------------
>
>                 Key: MEAR-120
>                 URL: http://jira.codehaus.org/browse/MEAR-120
>             Project: Maven 2.x Ear Plugin
>          Issue Type: Bug
>    Affects Versions: 2.3.1
>         Environment: OS name: "linux" version: "2.6.5-7.244-smp" arch: "i386" 
> Family: "unix"
>            Reporter: Deepak Chavan
>
> I have given finalName for my projects but it is not working for some 
> modules. Following tag has been added in root pom.xml of my project:
> <build><finalName>so-${pom.artifactId}-${pom.version}</finalName>
> .
> .
> .</build>
> According to this it should append prefix "so-" for all modules but it is not 
> working as expected. 
> maven-ear-plugin version : 2.3.1
> maven : maven 2.0.8
> Thanks,
> Deepak

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