You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ma...@apache.org on 2009/11/02 13:36:28 UTC

svn commit: r831877 - in /maven/shared/trunk/maven-runtime: pom.xml src/changes/ src/changes/changes.xml

Author: markh
Date: Mon Nov  2 12:36:27 2009
New Revision: 831877

URL: http://svn.apache.org/viewvc?rev=831877&view=rev
Log:
Added changes report

Added:
    maven/shared/trunk/maven-runtime/src/changes/
    maven/shared/trunk/maven-runtime/src/changes/changes.xml   (with props)
Modified:
    maven/shared/trunk/maven-runtime/pom.xml

Modified: maven/shared/trunk/maven-runtime/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-runtime/pom.xml?rev=831877&r1=831876&r2=831877&view=diff
==============================================================================
--- maven/shared/trunk/maven-runtime/pom.xml (original)
+++ maven/shared/trunk/maven-runtime/pom.xml Mon Nov  2 12:36:27 2009
@@ -119,6 +119,21 @@
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-changes-plugin</artifactId>
+        <version>2.0</version>
+        <configuration>
+          <issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>
+        </configuration>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>changes-report</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
         <configuration>
           <links>

Added: maven/shared/trunk/maven-runtime/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-runtime/src/changes/changes.xml?rev=831877&view=auto
==============================================================================
--- maven/shared/trunk/maven-runtime/src/changes/changes.xml (added)
+++ maven/shared/trunk/maven-runtime/src/changes/changes.xml Mon Nov  2 12:36:27 2009
@@ -0,0 +1,35 @@
+<?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
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License.  You may obtain a copy of the License at
+  ~
+  ~   http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied.  See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
+<document xmlns="http://maven.apache.org/changes/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd">
+  <properties>
+    <title>Maven Runtime Changes Report</title>
+    <author email="markh@apache.org">Mark Hobson</author>
+  </properties>
+  <body>
+    <release version="1.0-alpha-2" date="In SVN">
+      <action type="fix" dev="markh">Added url to parsing exception messages</action>
+      <action type="add" dev="markh">Added support for introspecting URLs to MavenRuntime</action>
+    </release>
+    <release version="1.0-alpha-1" date="2008-05-29"/>
+  </body>
+</document>

Propchange: maven/shared/trunk/maven-runtime/src/changes/changes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/shared/trunk/maven-runtime/src/changes/changes.xml
------------------------------------------------------------------------------
    svn:keywords = Id HeadURL

Propchange: maven/shared/trunk/maven-runtime/src/changes/changes.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml