You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Dennis Lundberg (JIRA)" <ji...@codehaus.org> on 2011/12/08 14:45:40 UTC

[jira] Updated: (MEAR-142) bundleFileName ignored when plugin used with multiple profile

     [ https://jira.codehaus.org/browse/MEAR-142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Lundberg updated MEAR-142:
---------------------------------

    Description: 
I want to build ear with different sets of modules based on the profiles activated
In every profile i have a configuration like this

{code:xml}
<profile>
        <id>profile1</id>
        <dependencies>
            <dependency>
            ......
            </dependency>
        </dependencies>
            <build>
                <plugins>
                    <plugin>
                            <groupId>org.apache.maven.plugins</groupId>
                            <artifactId>maven-ear-plugin</artifactId>
                            <version>2.6</version>
                            <configuration>
                            <modules>
                              <ejbModule>
                               <groupId>xxxx</groupId>
                               <artifactId>xxx-yyy</artifactId>
                               <bundleFileName>xxx-yyy.jar</bundleFileName>
                              </ejbModule>
                    </modules>
                </configuration>
            </plugin>
         </plugins>
    </build>
    </profile>
{code}

As soon as i use two different profiles the bundleFileName attribute is ignored and ejb/jar/war are packaged with the original filename

Only workaround possibile at the moment:
have only two profiles
replicate all the ejb/jar/war in the two profiles
but obviously this is less than optimal

bye

  was:
I want to build ear with different sets of modules based on the profiles activated
In every profile i have a configuration like this

<profile>
        <id>profile1</id>
        <dependencies>
            <dependency>
            ......
            </dependency>
        </dependencies>
            <build>
                <plugins>
                    <plugin>
                            <groupId>org.apache.maven.plugins</groupId>
                            <artifactId>maven-ear-plugin</artifactId>
                            <version>2.6</version>
                            <configuration>
                            <modules>
                              <ejbModule>
                               <groupId>xxxx</groupId>
                               <artifactId>xxx-yyy</artifactId>
                               <bundleFileName>xxx-yyy.jar</bundleFileName>
                              </ejbModule>
                    </modules>
                </configuration>
            </plugin>
         </plugins>
    </build>
    </profile>

As soon as i use two different profiles the bundleFileName attribute is ignored and ejb/jar/war are packaged with the original filename

Only workaround possibile at the moment:
have only two profiles
replicate all the ejb/jar/war in the two profiles
but obviously this is less than optimal

bye


> bundleFileName ignored when plugin used with multiple profile
> -------------------------------------------------------------
>
>                 Key: MEAR-142
>                 URL: https://jira.codehaus.org/browse/MEAR-142
>             Project: Maven 2.x Ear Plugin
>          Issue Type: Bug
>    Affects Versions: 2.6
>         Environment: linux, or windows same behaviour
> maven 2, jdk 1.5
>            Reporter: Stefano Ghezzi
>         Attachments: ear-bundle-file-name.zip
>
>
> I want to build ear with different sets of modules based on the profiles activated
> In every profile i have a configuration like this
> {code:xml}
> <profile>
>         <id>profile1</id>
>         <dependencies>
>             <dependency>
>             ......
>             </dependency>
>         </dependencies>
>             <build>
>                 <plugins>
>                     <plugin>
>                             <groupId>org.apache.maven.plugins</groupId>
>                             <artifactId>maven-ear-plugin</artifactId>
>                             <version>2.6</version>
>                             <configuration>
>                             <modules>
>                               <ejbModule>
>                                <groupId>xxxx</groupId>
>                                <artifactId>xxx-yyy</artifactId>
>                                <bundleFileName>xxx-yyy.jar</bundleFileName>
>                               </ejbModule>
>                     </modules>
>                 </configuration>
>             </plugin>
>          </plugins>
>     </build>
>     </profile>
> {code}
> As soon as i use two different profiles the bundleFileName attribute is ignored and ejb/jar/war are packaged with the original filename
> Only workaround possibile at the moment:
> have only two profiles
> replicate all the ejb/jar/war in the two profiles
> but obviously this is less than optimal
> bye

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira