Author: sebb
Date: Tue Mar 30 21:32:24 2010
New Revision: 929304

URL: http://svn.apache.org/viewvc?rev=929304&view=rev
Log:
Ensure changes plugin is configured for direct access

Modified:
    commons/proper/net/branches/NET_2_0/pom.xml

Modified: commons/proper/net/branches/NET_2_0/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/net/branches/NET_2_0/pom.xml?rev=929304&r1=929303&r2=929304&view=diff
==============================================================================
--- commons/proper/net/branches/NET_2_0/pom.xml (original)
+++ commons/proper/net/branches/NET_2_0/pom.xml Tue Mar 30 21:32:24 2010
@@ -213,8 +213,19 @@ limitations under the License.
                     </execution>
                 </executions>
             </plugin>
-
-
+            <!-- Repeat the configuration here for use when directly invoking 
the plugin -->
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-changes-plugin</artifactId>
+                <version>2.3</version>
+                <configuration>
+                    <issueLinkTemplatePerSystem>
+                        <default>%URL%/%ISSUE%</default>
+                    </issueLinkTemplatePerSystem>
+                    <template>release-notes.vm</template>
+                    <templateDirectory>src/changes</templateDirectory>
+                </configuration>
+            </plugin>
         </plugins>
 
         <testResources>


Reply via email to