项目作者: spilth

项目描述 :
Archetype for generating a minimal Java 8 Maven project
高级语言:
项目地址: git://github.com/spilth/java8-minimal-quickstart.git
创建时间: 2017-06-02T14:06:59Z
项目社区:https://github.com/spilth/java8-minimal-quickstart

开源协议:

下载


Java 8 Minimal Quickstart

This is a Maven Archetype for starting a minimal Java 8 project. It includes the following:

  • Configured to compile against Java 1.8
  • Fixes warnings that Maven generates by default

Usage

To create a new project using this archetype:

  1. $ mvn archetype:generate -B -DarchetypeGroupId=org.spilth -DarchetypeArtifactId=java8-minimal-quickstart -DgroupId=com.example -DartifactId=helloworld -Dversion=1.0.0
  2. $ cd helloworld
  3. $ mvn package

For a less verbose way to use this archetype please check out savant.