Did you get rid of the error with Maven 3? I dont see the error with Maven 3.0.1
- Henry 2011/6/28 ๏̯͡๏ Jasvir Nagra <[email protected]>: > I am unable to build a pristine checkout of trunk. > Hudson appears to be disabled: https://builds.apache.org/job/Shindig/ > > jasvir-macbookpro:shindig jasvir$ mvn --version > Apache Maven 2.2.0 (r788681; 2009-06-26 06:04:01-0700) > Java version: 1.6.0_20 > Java home: /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home > Default locale: en_US, platform encoding: MacRoman > OS name: "mac os x" version: "10.6.7" arch: "x86_64" Family: "mac" > jasvir-macbookpro:shindig jasvir$ > > jasvir-macbookpro:shindig jasvir$ svn up > > Fetching external item into 'site' > External at revision 1140945. > > At revision 1140945. > jasvir-macbookpro:shindig jasvir$ svn diff > jasvir-macbookpro:shindig jasvir$ mvn > [INFO] Scanning for projects... > [INFO] Reactor build order: > [INFO] Apache Shindig Project > [INFO] Apache Shindig Features > [INFO] Apache Shindig Common Code > [INFO] Apache Shindig Gadget Renderer > [INFO] Apache Shindig Social API > [INFO] Apache Shindig Extra Modules > [INFO] Apache Shindig Web App > [INFO] > ------------------------------------------------------------------------ > [INFO] Building Apache Shindig Project > [INFO] task-segment: [install] > [INFO] > ------------------------------------------------------------------------ > [INFO] Skipping missing optional mojo: > org.apache.maven.plugins:maven-site-plugin:attach-descriptor > [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.apache.maven.plugins > -DartifactId=maven-site-plugin -Dversion=3.0-beta-4-SNAPSHOT > -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.apache.maven.plugins > -DartifactId=maven-site-plugin -Dversion=3.0-beta-4-SNAPSHOT > -Dpackaging=maven-plugin -Dfile=/path/to/file -Durl=[url] > -DrepositoryId=[id] > > > > org.apache.maven.plugins:maven-site-plugin:maven-plugin:3.0-beta-4-SNAPSHOT > > from the specified remote repositories: > central (http://repo1.maven.org/maven2) > > > > org.apache.maven.plugins:maven-site-plugin:maven-plugin:3.0-beta-4-SNAPSHOT > > 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: Tue Jun 28 19:10:58 PDT 2011 > [INFO] Final Memory: 12M/81M > [INFO] > ------------------------------------------------------------------------ > jasvir-macbookpro:shindig jasvir$ >
