Skip to main content

Feb
13
2009

pluginManagement
デフォルトプラグインの管理に関する情報を定義します。

maven

Feb
4
2009

-s,--settings Alternate path for the user settings file

maven

Jan
21
2009

An error occurred in phase mojoExecution with the exception org.apache.maven.plugin.CompilationFailureException: Compilation failure Unable to locate the Javac Compiler in:
C:\Program Files\Java\jre1.6.0_05\..\lib\tools.jar

生成中[Maven Events]ビューに下記のようなエラーが表示されるかもしれません。これは、q4eのMaven実行時に使われるJavaコンパイラ(tools.jar)を、Eclipseを起動しているJVMを基に見つけようとするため起こります。

maven

Jan
16
2009

<!--app lib-->
<artifact:dependencies pathId="pom.classpath" filesetId="pom.fileset" verbose="true">
<artifact:pom file="${togusa-base}/pom.xml" />
</artifact:dependencies>
<copy todir="${base-release.dir}/${lib}/${togusa-dir}/${lib}" flatten="true">
<fileset refid="pom.fileset"/>
</copy>

maven

Jan
7
2009

mvn help:effective-settings -Doutput=effective-settings.xml

maven

Dec
24
2008

SNAPSHOTバージョンを依存ライブラリに指定した場合、Mavenは通常のバージョン指定とは異なる動きをします。
通常のバージョン指定の場合、一旦ローカルリポジトリに指定されたバージョンのライブラリがダウンロードされると、ずっとそれが参照されます。
一方、SNAPSHOTは開発が現在進行形で進められているので、その内容は日々アップデートされていきます。Mavenは一旦ローカルリポジトリに取り込んだ後でも、もしもリモートリポジトリにあるライブラリのファイル更新日付がローカルよりも新しい場合、ローカルのライブラリファイルをリモートのもので上書きします。

maven

●ひとつ以上の機能の開発中(どんどん新しくなる状態)には
バージョンナンバーの後ろにSNAPSHOTが付く
(例)0.0.3-SNAPSHOT

●機能の開発に区切りが付いた時点でSNAPSHOTが取れる
(例)0.0.3-SNAPSHOT ⇒ 0.0.3

maven

Dec
19
2008

<outputDirectory>target/classes</outputDirectory>

maven

Dec
16
2008

・開発用クラスローダを有効にする・・・ON。
/PROJECT_NAME/target/classes、
org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER をチェックON。

eclipse tomcat maven

Dec
10
2008

pom.xmlに依存しているjarを動的に取得することができます。

maven ant

mvnコマンドに、 -Dmaven.test.skip=true を加える。

maven

Dec
3
2008

<dependency>
<groupId>jboss</groupId>
<artifactId>javassist</artifactId>
<version>3.6.ga</version>
</dependency>

maven

Nov
25
2008

jarに同梱するリソースを指定する。

maven

mavenにinstallを与えます。targetというディレクトリが生成され、その中にコンパイルしたクラスファイル、JARファイル、テストクラス、テスト結果が生成されています。また、ローカルリポジトリに生成したJARファイルがコピーされます。

maven

1 - 16 of 16
Showing 20 items per page

Highlighter, Sticky notes, Tagging, Groups and Network: integrated suite dramatically boosting research productivity. Learn more »

Join Diigo
Move to top