Proposed Java package name should use only lower-case letters -------------------------------------------------------------
Key: MNBMODULE-37 URL: http://jira.codehaus.org/browse/MNBMODULE-37 Project: Maven 2.x Netbeans Module Plugin Issue Type: Improvement Environment: NetBeans 6.1 Maven plugin 3.1.4 Reporter: Grzegorz Borkowski Assignee: Milos Kleint Priority: Trivial When I create new Maven project in Netbeans, and in the creation wizard I put project name starting with capital letter, e.g "MyProject" in say groupId "org.myorg", NetBeans suggests pacpage name "org.myorg.MyProject". (New Project Wizard, screen 3 "Name and Location", field "Package"). This is wrong, as Java packages should not use capital letters. So the default behavior should be lower-casing groupId and artifactid for suggested package: "org.myorg.myproject". -- 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 --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email