Maven2
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
&tag(Maven2);
*目次 [#e84e99d5]
#contents
*参考情報 [#h3622948]
*Tips [#n0ccaf7e]
**mvn archetype:createで使用するプラグインのバージョンを...
-[[Maven Archetype Plugin – archetype:create:http:/...
# before
mvn archetype:create -DgroupId=jp.home -DartifactId=samp...
# after
mvn org.apache.maven.plugins:maven-archetype-plugin:2.2:...
*トラブルシューティング [#mf20b2cc]
**「Repository 'central' will be blacklisted」といわれる(...
-以下のエラーが発生。ネットワーク関係かと思っていたら、「...
annot be created: C:\Windows\System32\config\systemprofil...
ache\maven\plugins」のほうが重要だった。
#pre{{
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'arch...
[INFO] org.apache.maven.plugins: checking for updates fro...
[WARNING] repository metadata for: 'org.apache.maven.plug...
eved from repository: central due to an error: Specified ...
annot be created: C:\Windows\System32\config\systemprofil...
ache\maven\plugins
[INFO] Repository 'central' will be blacklisted
}}
-[[Maven settings.xml file on Windows 7 (Ant, Maven and B...
-[[猫好きモバイルアプリケーション開発者記録 IntelliJ IDEA...
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVer...
-とりあえず変更しても元に戻るのはParallelsのせいなのかな?
終了行:
&tag(Maven2);
*目次 [#e84e99d5]
#contents
*参考情報 [#h3622948]
*Tips [#n0ccaf7e]
**mvn archetype:createで使用するプラグインのバージョンを...
-[[Maven Archetype Plugin – archetype:create:http:/...
# before
mvn archetype:create -DgroupId=jp.home -DartifactId=samp...
# after
mvn org.apache.maven.plugins:maven-archetype-plugin:2.2:...
*トラブルシューティング [#mf20b2cc]
**「Repository 'central' will be blacklisted」といわれる(...
-以下のエラーが発生。ネットワーク関係かと思っていたら、「...
annot be created: C:\Windows\System32\config\systemprofil...
ache\maven\plugins」のほうが重要だった。
#pre{{
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'arch...
[INFO] org.apache.maven.plugins: checking for updates fro...
[WARNING] repository metadata for: 'org.apache.maven.plug...
eved from repository: central due to an error: Specified ...
annot be created: C:\Windows\System32\config\systemprofil...
ache\maven\plugins
[INFO] Repository 'central' will be blacklisted
}}
-[[Maven settings.xml file on Windows 7 (Ant, Maven and B...
-[[猫好きモバイルアプリケーション開発者記録 IntelliJ IDEA...
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVer...
-とりあえず変更しても元に戻るのはParallelsのせいなのかな?
ページ名: