[ http://jira.codehaus.org/browse/MECLIPSE-331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=156346#action_156346 ]
Steve Karlovitz commented on MECLIPSE-331: ------------------------------------------ I am having the same issue but with an amp packaging type. <parent> <artifactId>Warehouse</artifactId> <groupId>xxx</groupId> <version>1.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>xxx</groupId> <artifactId>WarehouseModule</artifactId> <packaging>amp</packaging> <name>WarehouseModule</name> <version>1.0</version> <url>http://maven.apache.org</url> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-eclipse-plugin</artifactId> <version>2.5</version> <configuration> <addVersionToProjectName>true</addVersionToProjectName> <downloadSources>false</downloadSources> <downloadJavadocs>true</downloadJavadocs> <workspace>D:\SDE-AssetLibrary\workspace</workspace> <packaging>jar</packaging> </configuration> </plugin> > Allow to use a packaging model to override the packaging defined in the pom > --------------------------------------------------------------------------- > > Key: MECLIPSE-331 > URL: http://jira.codehaus.org/browse/MECLIPSE-331 > Project: Maven 2.x Eclipse Plugin > Issue Type: Improvement > Affects Versions: 2.4 > Reporter: Arnaud Heritier > Assignee: Arnaud Heritier > Fix For: 2.5 > > > It can be useful to be able to define the packaging to use to generate > eclipse settings. > In the case of a customized packaging (a grails application for ex) you would > like to use a war packaging model to be able to reuse WTP feature, but it is > actually impossible because the plugin reads directly the pom packaging (and > not an intermediate configuration variable). -- 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