From: wde <wd...@fr...> - 2010-01-08 06:52:36
|
Hello all, I'm trying to build Jtrac from the SVN source code. I install the antprops maven 2 plugin as specified in the documentation : C:\jtrac-svn\maven-antprops-plugin>mvn install [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Building ant build properties file generator [INFO] task-segment: [install] [INFO] ------------------------------------------------------------------------ Downloading: ... [INFO] [install:install {execution: default-install}] [INFO] Installing C:\jtrac-src\maven-antprops-plugin\target\maven-antprops- plugin-1.0.jar to C:\Documents and Settings\wde\.m2\repository\info\jtrac\maven-antprops-plugin\1.0\maven-antprops-p lugin-1.0.jar [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESSFUL [INFO] ------------------------------------------------------------------------ [INFO] Total time: 4 minutes 13 seconds [INFO] Finished at: Fri Jan 08 07:34:20 CET 2010 [INFO] Final Memory: 13M/24M [INFO] ------------------------------------------------------------------------ Then I run the following command in the jtrac source code directory : C:\jtrac-svn\jtrac>mvn antprops:generate [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'antprops'. [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] The plugin 'org.apache.maven.plugins:maven-antprops-plugin' does not exist or no valid version could be found [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: < 1 second [INFO] Finished at: Fri Jan 08 07:40:16 CET 2010 [INFO] Final Memory: 3M/7M [INFO] ------------------------------------------------------------------------ Thank you for your help |