Hii Brett, I had the serverId element in the settings.xml file.
<server> <id>archiva</id> <username>admin</username> <password>Tcs@1234</password> </server> and a mirror like this: <mirror> <id>archiva</id> <url>http://172.16.70.125:9090/archiva/repository/Internal-Snapshots</url> <mirrorOf>*</mirrorOf> </mirror> Now this is directly pointing to my snapshot repo in the archiva. And I also configured the pluginRepository in my pom.xml file. <pluginRepositories> <pluginRepository> <id>archiva</id> <url>http://172.16.70.125:9090/archiva/repository/Internal-Snapshots</url> </pluginRepository> </pluginRepositories> Error I got: [INFO] Searching repository for plugin with prefix: 'exa'. [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] The plugin 'org.apache.maven.plugins:maven-exa-plugin' does not exist or no valid version could be found [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch My observation: I can see the plug-in clearly in my snapsot repository but I cant see it in the repository group I confgured. I cant figure out the reason for this. Though I did the scanning for repo and database. Can you please clear me the following question on maven: Now that I have configured a mirror in my settings as shown above to go through everything into Archiva. But how does maven behave if there are some other remote repositories pointing to diffrent URL's in my pom.xml. Will maven directly get there or will it go through the Archiva as defined in the settings.xml file?? I even tried directly pointing to the archiva repository URL's instead of teh repository group but still I cant teh download the plug-ins. Waiting for your reply and Thanks for your response too. brettporter wrote: > > Are you logged in, or did you grant access to guest for the individual > repositories? Can you access them directly, without using the group? (Note > that the login for the WebDAV repository is handled separately to the web > application.) > > If Maven is having trouble getting plugins only, make sure you have the > appropriate <pluginRepository> element in the POM or settings - it only > has central by default. > > - Brett > > On 13/11/2011, at 11:03 PM, Vamshidhar Ch wrote: > >> >> I created few repositories in Archiva, one for releases, one snapshots >> and >> added them in the repository group. I copied all the third party >> artifacts >> esp., snapshots to my snapshot repository. I did a full scanning on all >> the >> repositories and database and I even ran all the default consumers on >> the >> repositories and the database. >> >> Few artifacts are maven plug-ins. I configured all the needed stuff in my >> pom files. But somehow I could n't be able download the plug-in from >> Archiva. So when I go and check it in the repository group, I couldn't >> see >> it the group. I scanned again and again, but couldn't able to download >> it. >> It's a maven2 layout plug-in that I copied. Is there anything wrong on my >> side. Please let me know any solution ASAP. >> >> Thanks in advance!! >> -- >> View this message in context: >> http://old.nabble.com/artifact-not-showing-up-in-the-repository-group-tp32838526p32838526.html >> Sent from the archiva-users mailing list archive at Nabble.com. >> > > -- > Brett Porter > [email protected] > http://brettporter.wordpress.com/ > > > -- View this message in context: http://old.nabble.com/artifact-not-showing-up-in-the-repository-group-tp32838526p32838844.html Sent from the archiva-users mailing list archive at Nabble.com.
