Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 796 Bytes

File metadata and controls

27 lines (18 loc) · 796 Bytes

ryu1-archetype-quickstart

What is this?

各種Eclipseの設定ファイルも含む、Javaプロジェクトのひな形を生成するためのApache Maven用archetypeです。

  • pomに汎用的なライブラリを自動設定します。(Google guava / slf4j等)
  • Spring, Hibernate
  • Eclipseコンパイラやコードフォーマッタ等の設定
  • eclipse-cs (Checkstyle) や Findbugs の設定

How to use?

アーキタイプカタログ http://maven-repo.sourceforge.jp/archetype-catalog.xml

mvn3 archetype:generate \
    -DarchetypeRepository=http://maven.xet.jp/release \
    -DarchetypeGroupId=jp.xet.archetype \
    -DarchetypeArtifactId=daisuke-archetype-quickstart \
    -DarchetypeVersion=1.4 $*