In many corporate environments it is unacceptable to let users download Maven
plugins automatically and directly from the Internet (even not through a
proxy). Therefore, it is necessary to set up an internal plugin repository.
 
Question: Is there an easy way how to initially populate the internal
repository with all the maven plugins needed?
 
I considered the following ways:
1. mvn deploy:deploy-file for all the plugin jars. Problem: This seems to be
a rather inconvenient approach with lots of manual work.
2. First popule a local repository by running all desired Maven goals, and
then copy the local repository contents to the internal remote repository.
Problem: As far as I understood, this wouldn't work, because a remote
repository contains some extra XML definition files, that are not available
in the local repository.
 
Any other ideas?
 
Thanks in advance,
Arne

--
View this message in context: 
http://www.nabble.com/Internal+plugin+repository+-+how+to+populate--t1697509.html#a4606575
Sent from the Maven - Users forum at Nabble.com.


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

Reply via email to