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:36:03 UTC

svn commit: r727688 - /maven/components/trunk/maven-distribution/src/conf/settings.xml

Author: brett
Date: Thu Dec 18 02:36:02 2008
New Revision: 727688

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

Modified:
    maven/components/trunk/maven-distribution/src/conf/settings.xml

Modified: maven/components/trunk/maven-distribution/src/conf/settings.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-distribution/src/conf/settings.xml?rev=727688&r1=727687&r2=727688&view=diff
==============================================================================
--- maven/components/trunk/maven-distribution/src/conf/settings.xml (original)
+++ maven/components/trunk/maven-distribution/src/conf/settings.xml Thu Dec 18 02:36:02 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