Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Duplicate
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Plugins and Lifecycle
-
Labels:None
Description
For an inhouse maven repository we can't find a way to download the plugins to local repo.
When we try to execute an initial archetype:create command encountered maven couldn't find the archetype plugin error. To deal with this we just copies org.apache folder to local repo and then everything fine. But again if i need any plugin that is not in copied to local repo manually maven couldn't download it from internal repository.
Did you overrided the central repo? Something like the following in your settings:
<pluginRepositories> <pluginRepository> <id>central</id> ...Also, try to add the central repo (http://repo1.maven.org/maven2/ ) in your settings.
<pluginRepositories> <pluginRepository> <id>central</id> ...