Prev / Next / たまにっき。

dependency-maven-plugin

Category: [Maven2]
2006-06-05

使ってみる.How to use にある xml を pom.xml の plugins タグの下にコピーして,mvn package するとイケるみたい.
ただし,executions の閉じタグが exections のように u が抜けているので,注意.また,copy ゴールの例の xml の中で,outputDirectory で始まり,location で閉じられたものがあるが,これは outputDirectory が正解みたい.
出力先は plugins/plugin/executions/execution/configuration/outputDirectory で変えられるようだ.

www.ibiblio.org/maven2 が重すぎてイライラするぅ.3 回くらいタイムアウトになった.

ref. [2006-03-10-7]

Referrer (Inside): [2006-06-07-1]
Category: [Maven2]