javaee7-essentials-archetype icon indicating copy to clipboard operation
javaee7-essentials-archetype copied to clipboard

A quickstart maven archetype for creating greenfield JavaEE 7 projects

Results 5 javaee7-essentials-archetype issues
Sort by recently updated
recently updated
newest added

... added sourceEncoding UTF-8 to pom.xml (to get rid of warnings), added PingResource, adapted README.md

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

I created a JavaEE 7 project structure using your maven archetype. I gave all the parameters as per the requirement. While creating the project, it gave me a suggestion for...

For those of us stil using Windows, it will make sense to have the default source encoding set to UTF-8.

os:win8.1 ide:myeclipse 2014 maven:embedded 3.0.4 i use "javaee7-essentials-archetype" to create a default j2ee7 project use most default value. After than,it show "Dynamic Web Module 3.1 requires Java 1.7 or newer"...