[
http://jira.codehaus.org/browse/MECLIPSE-514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=196437#action_196437
]
Thorsten Gawantka commented on MECLIPSE-514:
--------------------------------------------
Hey are you serious? Are you expecting to your contributors to make the work of
the core-team? You should be happy that the users report such obvious errors.
If you expect to write a patch and the resulting test-case for all you reporter
then this project will be dead soon, i think.
If I have to write a test case for you, you should think about you role in the
development of this pice of software!
> eclipse:eclipse always adds project-facet for ejb 2.1
> -----------------------------------------------------
>
> Key: MECLIPSE-514
> URL: http://jira.codehaus.org/browse/MECLIPSE-514
> Project: Maven 2.x Eclipse Plugin
> Issue Type: Bug
> Components: WTP support
> Affects Versions: 2.5.1
> Environment: Ubuntu Linux 8.10, Eclipse Ganymede, maven 2.0.9, java
> 1.6.10
> Reporter: Thorsten Gawantka
> Attachments: JeeUtils.java, JeeUtils.patch
>
>
> I have an ejb-project with ejb-version 3.0 specified. (see below)
> Now if i execute "mvn eclipse:eclipse" the genereated eclipse project always
> contains the facet for ejb 2.1
> If i edit the the facet in the corresponding file to ejb 3.0, and execute
> "mvn eclipse:eclipse" again, the facet is reseted to ejb 2.1
> If i add the additonalFacet for ejb 3.0 to the pom, then the corresponding
> file contains facets for ejb 2.1 *and* ejb 3.0
> --- pom.xml Sniplets ---
> <plugins>
> <plugin>
> <groupId>org.apache.maven.plugins</groupId>
> <artifactId>maven-compiler-plugin</artifactId>
> <configuration>
> <source>1.5</source>
> <target>1.5</target>
> </configuration>
> </plugin>
> <plugin>
> <groupId>org.apache.maven.plugins</groupId>
> <artifactId>maven-eclipse-plugin</artifactId>
> <configuration>
> <wtpversion>2.0</wtpversion>
> <downloadSources>true</downloadSources>
> </configuration>
> </plugin>
> <plugin>
> <artifactId>maven-ejb-plugin</artifactId>
> <configuration>
> <ejbVersion>3.0</ejbVersion>
> <archive>
> <manifest>
> <addClasspath>true</addClasspath>
> </manifest>
> </archive>
> </configuration>
> </plugin>
> </plugins>
--
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