When I try to build the trunk of archiva I get the following error: > [INFO] snapshot org.codehaus.modello:modello:1.0-alpha-14-SNAPSHOT: checking > for updates from apache.snapshots > Downloading: > http://snapshots.repository.codehaus.org/org/codehaus/modello/modello/ > 1.0-alpha-14-SNAPSHOT/modello-1.0-alpha-14-20070209.133120-3.pom > 10K downloaded > [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.modello > -DartifactId=modello-maven-plugin \ > -Dversion=1.0-alpha-14-SNAPSHOT -Dpackaging=maven-plugin > -Dfile=/path/to/file > > org.codehaus.modello:modello-maven-plugin:maven-plugin:1.0-alpha-14-SNAPSHOT
This seems strange since it looks like the plugin is downloaded properly and installed properly. However, If I download that plugin and install it manually into my Maven repo then I get an error: > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] 'registry-reader' was specified in an execution, but not found in the > plugin Commenting out the line in the pom.xml will result in registry-writer throwing an exception and commenting both out results in unfound symbol errors during compile. Basicallt neither the trunk nor the MRM-239 branches build. Robert Simmons jr. Senior Software Engineer ICAT Managers, LLC 720-271-9343 [EMAIL PROTECTED] Confidentiality Note: This message contains information that may be confidential and/or privileged. If you are not the intended recipient, you should not use, copy, disclose, distribute or take any action based on this message. If you have received this message in error, please advise the sender immediately by reply email and delete this message. Although ICAT Managers, LLC scans e-mail and attachments for viruses, it does not guarantee that either are virus-free and accepts no liability for any damage sustained as a result of viruses. Thank you.
