Hi, I cleaned up my tuscany java files of my computer, then I download the java files from the repository again. OK, till there everything worked fine. But when I try to execute mvn only it appears:
[INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] You must specify at least one goal. Try 'install' [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: < 1 second [INFO] Finished at: Thu Feb 15 03:07:23 VET 2007 [INFO] Final Memory: 1M/4M [INFO] ------------------------------------------------------------------------ C:\Adriano\Faculdade\Tuscany>cd tuscany C:\Adriano\Faculdade\Tuscany\tuscany>mvn [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------- --- [INFO] Building Tuscany Project [INFO] task-segment: [install] [INFO] ------------------------------------------------------------------------- --- [INFO] [site:attach-descriptor] [INFO] [install:install] [INFO] Installing C:\Adriano\Faculdade\Tuscany\tuscany\pom.xml to C:\Documents a nd Settings\ADR\.m2\repository\org\apache\tuscany\tuscany-project\1.0-incubator- SNAPSHOT\tuscany-project-1.0-incubator-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESSFUL [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2 seconds [INFO] Finished at: Thu Feb 15 03:07:45 VET 2007 [INFO] Final Memory: 3M/7M [INFO] ------------------------------------------------------------------------ I suppose it would download many dependencies before "BUILD SUCCESSFUL", but no dependency was download :s Am I missing something or it should work this way? Thanks, Adriano Crestani
