Develop with pleasure!

福岡でCloudとかBlockchainとか。

2008-07-28から1日間の記事一覧

exec-maven-plugin

Mavenで任意の実行可能ファイルを実行できるプラグイン。 http://mojo.codehaus.org/exec-maven-plugin/ pom.xmlのタグに <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> <configuration> <executable>実行可能なファイル</executable> </configuration> <executions> <execution> <phase>install</phase> <goals> <…</goals></execution></executions></plugin>