You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Leonardo Uribe (JIRA)" <de...@myfaces.apache.org> on 2010/10/22 21:04:15 UTC

[jira] Created: (MYFACES-2955) Allow projects using myfaces builder plugin to be open on Netbeans IDE 6.8

Allow projects using myfaces builder plugin to be open on Netbeans IDE 6.8
--------------------------------------------------------------------------

                 Key: MYFACES-2955
                 URL: https://issues.apache.org/jira/browse/MYFACES-2955
             Project: MyFaces Core
          Issue Type: Improvement
          Components: build process
            Reporter: Leonardo Uribe
            Assignee: Leonardo Uribe


Netbeans does not recognize myfaces builder plugin, because it is not used the "standard" convention:

${project.build.directory}/generated-sources/[generator tool name]

${project.build.directory}/generated-resources/[generator tool name]

Other generator tools like maven apt plugin, maven castor plugin and axis2 wsdl2code maven plugin uses that convention.

This change requires update all pom.xml files that uses the plugin.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.