Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Not A Bug
-
Affects Version/s: 2.0-alpha-2
-
Fix Version/s: 2.0-alpha-5
-
Component/s: Plugin
-
Labels:None
-
Number of attachments :
Description
the default repository location is $HOME/.m2/repository but this is also used as the the default place to create the new archetype-catalog.xml file.
The archetype-catalog.xml should be created in $HOME/.m2 instead.
The default location is not $HOME/.m2/repository, but it is in the same directory as the one crawled.
The purpose for this default value is that the crawl mojo aims to be used to maintain repositories HTTP accessible.
It is probably the default location for the local catalog that should be modified.