[
https://issues.apache.org/jira/browse/NETBEANS-2799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gaurav Gupta updated NETBEANS-2799:
-----------------------------------
Description:
Few improvements to consider in JavaEE 8 application archetype:
# Remove unused import in resources.JavaEE8Resource
# @author Juneau should not be in source file
# maven-dependency-plugin plugin declares javaee-api dependency should use
${jakartaee} property.
# The generated java source file should be in package ${groupId}.${artifactId}
e.g:
${groupId}.${artifactId}.JAXRSConfiguration
${groupId}.${artifactId}.resources.JavaEE8Resource
was:
Few improvements to consider in JavaEE 8 application archetype:
# Remove unused import in resources.JavaEE8Resource
# @author Juneau should not be in source file
# maven-dependency-plugin plugin declares javaee-api dependency should use
${jakartaee} property.
# The generated java source file should be in package ${groupId}.${artifactId}
> Java EE 8 generated application source improvement
> --------------------------------------------------
>
> Key: NETBEANS-2799
> URL: https://issues.apache.org/jira/browse/NETBEANS-2799
> Project: NetBeans
> Issue Type: Improvement
> Components: javaee - Web Project
> Reporter: Gaurav Gupta
> Priority: Minor
> Labels: archetype
>
> Few improvements to consider in JavaEE 8 application archetype:
> # Remove unused import in resources.JavaEE8Resource
> # @author Juneau should not be in source file
> # maven-dependency-plugin plugin declares javaee-api dependency should use
> ${jakartaee} property.
> # The generated java source file should be in package
> ${groupId}.${artifactId}
> e.g:
> ${groupId}.${artifactId}.JAXRSConfiguration
> ${groupId}.${artifactId}.resources.JavaEE8Resource
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists