Hi, Thanks for the help. There are a zillion maven repos out there, I've been trying the one's whose names I could remember.
Adding http://repo1.maven.org/maven2/ has helped I now get (below), so I'll work on this issue next. Cheers Roy Downloading: http://repository.corp.ebay.com/central/org/apache/maven/plugins/maven-site-plugin/2.1/maven-site-plugin-2.1.jar [INFO] Unable to find resource 'org.apache.maven.plugins:maven-site-plugin:maven-plugin:2.1' 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.apache.maven.plugins -DartifactId=maven-site-plugin -Dversion=2.1 -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=2.1 -Dpackaging=maven-plugin -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] org.apache.maven.plugins:maven-site-plugin:maven-plugin:2.1 from the specified remote repositories: ebox.common.plugins (http://repository.corp.ebay.com/ebox/common), central (http://repository.corp.ebay.com/central), ebox.releases.plugins (http://repository.corp.ebay.com/ebox/releases), central.plugins (http://repository.corp.ebay.com/central), ebox.3rdparty.plugins (http://repository.corp.ebay.com/ebox/3rdparty) org.apache.maven.plugins:maven-site-plugin:maven-plugin:2.1 -----Original Message----- From: Emmanuel Lecharny [mailto:[email protected]] Sent: Thursday, July 29, 2010 4:03 PM To: [email protected] Subject: Re: Embedded ApacheDS examples not working On 7/30/10 12:15 AM, Benjamin, Roy wrote: > I've tried adding numerous popular maven repositories to the settings > without any luck at all. I'm astonished at how really difficult it > is to work with ApacheDS.... I don't know if it's me or the documention > or what... doco does not help, that for sure. We are working hard to get a 2.0 version out, and it's not that simple. So, yes, it's hard to work with ADS, but you have to realize that it's not a small project (the current code base is more than 800 000 lines of code). Now, why not using the default apache maven repository, ie http://repo1.maven.org/maven2/ ? -- Regards, Cordialement, Emmanuel Lécharny www.iktek.com
