[ 
http://jira.codehaus.org/browse/MECLIPSE-438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=131598#action_131598
 ] 

Mohan K commented on MECLIPSE-438:
----------------------------------

Arnaud,
  Thanks for the reply. Then the instruction for setting up a multi-module 
projects here is it wrong?

http://maven.apache.org/plugins/maven-eclipse-plugin/examples/multi-module-projects.html

Where at the end the configuration is given as:
        <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-eclipse-plugin</artifactId>
                <configuration>
                        
<projectNameTemplate>[artifactId]-[version]</projectNameTemplate>
                        <wtpmanifest>true</wtpmanifest>
                        <wtpapplicationxml>true</wtpapplicationxml>
                        <wtpversion>2.0</wtpversion>
                        
<manifest>${basedir}/src/main/resources/META-INF/MANIFEST.MF</manifest>
                </configuration>
        </plugin>

Is that a doc bug? Thanks!! (confused)


> manifest location hard coded to src/main/webapp in 2.5.1
> --------------------------------------------------------
>
>                 Key: MECLIPSE-438
>                 URL: http://jira.codehaus.org/browse/MECLIPSE-438
>             Project: Maven 2.x Eclipse Plugin
>          Issue Type: Bug
>          Components: WTP support
>    Affects Versions: 2.5.1
>         Environment: Maven 2.0.8
>            Reporter: Mohan K
>
> In 2.5.1:
>   <manifest>ANY_LOCATION</manifest>
> is ignored. It *always* generates in src/main/webapp/META-INF/MANIFST.MF
> It works fine in 2.5. For now, reverting to 2.5 from 2.5.1 as a workaround.

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