javaee7-essentials-archetype
javaee7-essentials-archetype copied to clipboard
Put JAXRSConfiguration.java in package path.
When running the archetype the package entered seems to be ignored and the file JAXRSConfiguration.java always ends up in package com.airhacks and directory-path com/airhacks instead of the expected package and directory-path. This fixes that issue.
Also, added UTF-8 to pom.xml to get rid of warnings. Slight increase in version number.