jan_bar wrote:
> 
> I have a patched plugin in our internal repo. The repo contains the plugin
> jar and the pom, both with -INTERNAL version. When I run maven that uses
> this plugin, the POM is not downloaded from the internal repository, only
> the plugin jar is downloaded. Here is maven output:
> 
> [DEBUG] xmlbeans-maven-plugin: resolved to version 2.0.1-INTERNAL from
> repository central
> [DEBUG] Trying repository central
> Downloading:
> http://repo1.maven.org/maven2/org/codehaus/mojo/xmlbeans-maven-plugin/2.0.1-INTERNAL/xmlbeans-maven-plugin-2.0.1-INTERNAL.pom
> [DEBUG] Artifact not found - using stub model: Unable to locate resource
> in
> repository
> 
> org.codehaus.mojo:xmlbeans-maven-plugin:pom:2.0.1-INTERNAL
> 
> from the specified remote repositories:
> devlab (http://my.internal.site.com:8000/maven2/repository),
> central (http://repo1.maven.org/maven2)
> 
> [DEBUG] Using defaults for missing POM
> org.codehaus.mojo:xmlbeans-maven-plugin:pom:2.0.1-INTERNAL
> 
> 
Exact same problem. It appears that either the information on wiki is
insufficient about how internal patch repositories work or Maven is working
incorrectly when dealing with INTERNAL version artifacts.

Did you find a solution to this?

-- 
View this message in context: 
http://www.nabble.com/%28-INTERNAL%29-POM-from-internal-repo-is-not-downloaded-tf2389570s177.html#a7845274
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to