You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Rod Coffin (JIRA)" <ji...@codehaus.org> on 2007/01/18 22:21:09 UTC

[jira] Updated: (MECLIPSE-207) Add supprt for webtools - JSF

     [ http://jira.codehaus.org/browse/MECLIPSE-207?page=all ]

Rod Coffin updated MECLIPSE-207:
--------------------------------

    Attachment: MECLIPSE-207-maven-eclipse-plugin.patch

The attached patch would allow arbitrary facets (such as the JSF one) to be created by the eclipse plugin.  Additional project facets could be specified in the plugin configuration like:

      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-eclipse-plugin</artifactId>
        <configuration>
          <additionalProjectFacets>
            <jst.jsf>1.1</jst.jsf>
          </additionalProjectFacets>
          <wtpversion>1.5</wtpversion>
        </configuration>
      </plugin>

Test case included.

> Add supprt for webtools - JSF 
> ------------------------------
>
>                 Key: MECLIPSE-207
>                 URL: http://jira.codehaus.org/browse/MECLIPSE-207
>             Project: Maven 2.x Eclipse Plugin
>          Issue Type: Improvement
>          Components: WTP support
>         Environment: Eclipse 3.2.1, JBossIDE 2.0.0.beta2, WTP 1.5.1
>            Reporter: David Rabinowitz
>         Attachments: MECLIPSE-207-maven-eclipse-plugin.patch
>
>
> It is possible to mark web projects as JSF enaavled by adding the facet "jst.jsf" to the project facets. Can you please add this supprt to the maven eclipse plugin?
> Thanks
> David

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