Greetings! I have installed a stripes-archetype-quickstart in the Artifactory. It was placed under libs-release-local, but I tried placing it under plugins-releases-local as well. Still, Maven fails to download it. Here is what it reports:
Downloading: http://localhost:8081/artifactory/repo/org/apache/maven/archetypes/stripes-archetype-quickstart/1.0/stripes-archetype-quickstart-1.0.jar [INFO] Unable to find resource 'org.apache.maven.archetypes:stripes-archetype-quickstart:jar:1.0' in repository central (http://localhost:8081/artifactory/repo) My pluginRepositoryes element in settings.xml looks like this: <pluginRepositories> <pluginRepository> <id>central</id> <url>http://localhost:8081/artifactory/plugins-releases</url> <snapshots> <enabled>false</enabled> </snapshots> </pluginRepository> <pluginRepository> <id>snapshots</id> <url>http://localhost:8081/artifactory/plugins-snapshots</url> <releases> <enabled>false</enabled> </releases> </pluginRepository> </pluginRepositories> Any suggestion why it fails? TIA -aaron -- View this message in context: http://old.nabble.com/Cannot-retrieve-installed-plugin-archetype-tp27026931p27026931.html Sent from the Artifactory-Users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ Artifactory-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/artifactory-users
