The following comment has been added to this issue:

     Author: Ben Walding
    Created: Wed, 11 Feb 2004 9:58 PM
       Body:
In answer to the first question, you can always have 
/home/ourmavenplugins/*.jar

then to do a bootstrap
ant -f bootstrap.xml (or whatever it is these days)
then
cp -Rp /home/ourmavenplugins/*.jar $maven_home/plugins


---------------------------------------------------------------------
View this comment:
  
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1160&page=comments#action_16702

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1160

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1160
    Summary: Need a place for user only plugins outside of maven home
       Type: New Feature

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             core

   Assignee: Brett Porter
   Reporter: dion gillard

    Created: Wed, 11 Feb 2004 8:25 PM
    Updated: Wed, 11 Feb 2004 9:58 PM
Environment: Any

Description:
Currently all plugins are installed in ${maven.home}/plugins.

This doesn't scale for:
- installations which use plugins other than those provided by Maven.
  At each install of maven, plugins must be copied over manually to
  maven home. Bootstrapping makes this worse as it arbitrarily removes
  the maven home directory.

Currently RC2 expands plugins found in ${user.home}/.maven/plugins though this may not 
be intentional and is not documented.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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

Reply via email to