|
Seems this issue is fixed. There are at least two types of repositories: a general library repository and plugin repository. In the plugin, each plugin you need must have the maven-metadata.xml file residing inside the folder. As said earlier, you need to make sure each plugin you want has maven-metadata.xml. I'm unsure of Maven's intent for this, but it seems this metadata file will apply to all artifacts. I can see these files spread out within my packaged/installed artifacts. Benjamin, what you have said is true of Maven2 but not of Maven1. This bug was reported for Maven1. The repo format of Maven1 repository is just log4j/jars/log4j-1.2.8.jar My original bug was as of last May using Maven1. I'm not sure about plug-ins, but it is working for me (with maven 1.0.2) by removing the slashes and changing ":" by "|". For example: maven.repo.remote=file:X Hope it helps. |
|||||||||||||||||||||||||||||||||||||||||||||||
Must be an issue with HttpUtils.java, maybe wagon?