You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2008/12/18 11:40:31 UTC

svn commit: r727690 - in /maven/components/branches/maven-2.0.x/apache-maven: ./ src/conf/settings.xml

Author: brett
Date: Thu Dec 18 02:40:31 2008
New Revision: 727690

URL: http://svn.apache.org/viewvc?rev=727690&view=rev
Log:
[MNG-3795] Add example <pluginGroups> snippet to conf/settings.xml in distribution
Submitted by: Benjamin Bentmann

Modified:
    maven/components/branches/maven-2.0.x/apache-maven/   (props changed)
    maven/components/branches/maven-2.0.x/apache-maven/src/conf/settings.xml

Propchange: maven/components/branches/maven-2.0.x/apache-maven/
------------------------------------------------------------------------------
--- svn:mergeinfo (added)
+++ svn:mergeinfo Thu Dec 18 02:40:31 2008
@@ -0,0 +1,5 @@
+/maven/components/branches/maven-2.0.10-RC/apache-maven:720697,725329-725330,725342,725349,725359,725748,726876-726881
+/maven/components/branches/maven-2.0.x/apache-maven:533160,636838,645583,645642,647357,649903,657432,659677,662033,662251,669665,670358,673499,673905,674059,675074,675087,675096,675375,675380,680604,682055
+/maven/components/branches/maven-2.1.x/apache-maven:720038
+/maven/components/trunk/apache-maven:720001,721902,726845
+/maven/components/trunk/maven-distribution:727688

Modified: maven/components/branches/maven-2.0.x/apache-maven/src/conf/settings.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x/apache-maven/src/conf/settings.xml?rev=727690&r1=727689&r2=727690&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.x/apache-maven/src/conf/settings.xml (original)
+++ maven/components/branches/maven-2.0.x/apache-maven/src/conf/settings.xml Thu Dec 18 02:40:31 2008
@@ -1,3 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
@@ -68,6 +70,18 @@
   <offline>false</offline>
   -->
 
+  <!-- pluginGroups
+   | This is a list of additional group identifiers that will be searched when resolving plugins by their prefix, i.e.
+   | when invoking a command line like "mvn prefix:goal". Maven will automatically add the group identifiers
+   | "org.apache.maven.plugins" and "org.codehaus.mojo" if these are not already contained in the list.
+   |-->
+  <pluginGroups>
+    <!-- pluginGroup
+     | Specifies a further group identifier to use for plugin lookup.
+    <pluginGroup>com.your.plugins</pluginGroup>
+    -->
+  </pluginGroups>
+
   <!-- proxies
    | This is a list of proxies which can be used on this machine to connect to the network.
    | Unless otherwise specified (by system property or command-line switch), the first proxy