В общем, загемороился тут с мавеном для компиляции #java сорсов под pom.xml .
Всё как бы хорошо, но падлюка не может вытащить 2 плагина или еще что.
Вот лог :
zenn@100nt:~/mysource/l2emu_trunk/L2EmuProject-Game$ mvn assembly:assembly
[INFO] Scanning for projects...
Downloading: http://repo1.maven.org/maven2/org/codehaus/mojo/maven-buildnumber-plugin/0.9.5/maven-buildnumber-plugin-0.9.5.jar
[INFO] Unable to find resource 'org.codehaus.mojo:maven-buildnumber-plugin:maven-plugin:0.9.5' in repository central (http://repo1.maven.org/maven2)
[INFO] Cannot find mojo descriptor for: 'assembly:assembly' - Treating as non-aggregator.
WAGON_VERSION: 1.0-beta-2
[INFO] ------------------------------------------------------------------------
[INFO] Building Unnamed - l2emuproject:l2emuproject-game:jar:1.0.0
[INFO] task-segment: [assembly:assembly]
[INFO] ------------------------------------------------------------------------
Downloading: http://repo1.maven.org/maven2/org/codehaus/mojo/maven-buildnumber-plugin/0.9.5/maven-buildnumber-plugin-0.9.5.jar
[INFO] Unable to find resource 'org.codehaus.mojo:maven-buildnumber-plugin:maven-plugin:0.9.5' in repository central (http://repo1.maven.org/maven2)
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] A required plugin was not found: Plugin could not be found - check that the goal name is correct: Unable to download the artifact from any repository
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.codehaus.mojo -DartifactId=maven-buildnumber-plugin -Dversion=0.9.5 -Dpackaging=maven-plugin -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=org.codehaus.mojo -DartifactId=maven-buildnumber-plugin -Dversion=0.9.5 -Dpackaging=maven-plugin -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
org.codehaus.mojo:maven-buildnumber-plugin:maven-plugin:0.9.5
from the specified remote repositories:
central (http://repo1.maven.org/maven2)
org.codehaus.mojo:maven-buildnumber-plugin:maven-plugin:0.9.5
from the specified remote repositories:
central (http://repo1.maven.org/maven2)
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2 seconds
[INFO] Finished at: Sun Apr 19 11:01:10 MSD 2009
[INFO] Final Memory: 3M/53M
[INFO] ------------------------------------------------------------------------
Maven - 2.1.0 , качаный с maven.apache.org , настройки нормальные (не 1ый раз).
Под виндой, в чем странно такого факта не происходило(плагины нужны одни и те же для сорсов).
Кто что подскажет?

Пользователь решил продолжить мысль 19 Апреля 2009, 16:03:42:
Некто не знает ответа? Ну бб тогда...
