[ 
http://jira.codehaus.org/browse/MECLIPSE-392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arnaud Heritier closed MECLIPSE-392.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.5

The manifest parameter is now correctly used to generate the file. You can test 
the version maven-eclipse-plugin-2.5-20080309.224617-25 deployed on the 
snapshots repository.

> Output is written to src/main/webapp instead of target
> ------------------------------------------------------
>
>                 Key: MECLIPSE-392
>                 URL: http://jira.codehaus.org/browse/MECLIPSE-392
>             Project: Maven 2.x Eclipse Plugin
>          Issue Type: Improvement
>          Components: WTP support
>    Affects Versions: 2.5
>         Environment: Maven 2.0.7 on Linux, WTP 2.0
>            Reporter: Martin Höller
>            Assignee: Arnaud Heritier
>            Priority: Minor
>             Fix For: 2.5
>
>
> When using wtp 2.0 support MANIFEST.MF file is written to 
> {{src/main/webapp/META-INF/MANIFEST.MF}} for webapplications (packaging WAR). 
> According to the documentation this location is configurable using 
> {{<manifest/>}}, which is silently ignored. The issues I have with this is a) 
> that output is written to {{src/main}} (which is IMHO against maven 
> conventions) and b) that the output location should be configurable according 
> to docs, but is not.
> My configuration in the {{pom.xml}} is like this:
> {code}
> <plugin>
>   <groupId>org.apache.maven.plugins</groupId>
>   <artifactId>maven-eclipse-plugin</artifactId>
>   <version>2.5-SNAPSHOT</version>
>   <configuration>
>     <wtpversion>2.0</wtpversion>
>     <wtpmanifest>true</wtpmanifest>
>   </configuration>
> </plugin>
> {code}
> For some discussion see also [this thread on 
> nabble|http://www.nabble.com/maven-eclipse-plugin-writes-to-src-main-webapp-to15592874s177.html].
> A related issue to this one is 
> [MECLIPSE-389|http://jira.codehaus.org/browse/MECLIPSE-389].

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