You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2008/05/02 21:57:27 UTC

svn commit: r652882 - in /maven/shared/trunk/maven-invoker: pom.xml src/changes/ src/changes/changes.xml

Author: olamy
Date: Fri May  2 12:57:27 2008
New Revision: 652882

URL: http://svn.apache.org/viewvc?rev=652882&view=rev
Log:
add a changes report to track changes in this shared component


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

Modified: maven/shared/trunk/maven-invoker/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-invoker/pom.xml?rev=652882&r1=652881&r2=652882&view=diff
==============================================================================
--- maven/shared/trunk/maven-invoker/pom.xml (original)
+++ maven/shared/trunk/maven-invoker/pom.xml Fri May  2 12:57:27 2008
@@ -1,20 +1,20 @@
 <?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
+  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.
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
@@ -58,6 +58,7 @@
       <plugin>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-maven-plugin</artifactId>
+        <version>1.3.4</version>
         <executions>
           <execution>
             <id>create-component-descriptor</id>
@@ -76,6 +77,20 @@
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>cobertura-maven-plugin</artifactId>
       </plugin>
+      <plugin>
+        <artifactId>maven-changes-plugin</artifactId>
+        <version>2.0-beta-3</version>
+        <configuration>
+          <issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>
+        </configuration>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>changes-report</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>      
     </plugins>
   </reporting>
   <scm>

Added: maven/shared/trunk/maven-invoker/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-invoker/src/changes/changes.xml?rev=652882&view=auto
==============================================================================
--- maven/shared/trunk/maven-invoker/src/changes/changes.xml (added)
+++ maven/shared/trunk/maven-invoker/src/changes/changes.xml Fri May  2 12:57:27 2008
@@ -0,0 +1,33 @@
+<?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>
+  <properties>
+    <title>Maven Invoker Changes Report</title>
+    <author email="olamy@apache.org">Olivier Lamy</author>
+  </properties>
+  <body>
+    <release version="2.0.8" date="in trunk">
+      <action type="add" dev="olamy" issue="MINVOKER-27">Allow to set MAVEN_OPTS when invoking Maven</action>
+    </release>
+    <release version="2.0.7" date="2007-12-15"/>
+    <release version="2.0.6" date="2007-01-17"/>
+    <release version="2.0.5" date="2006-12-03"/>
+  </body>
+</document>

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

Propchange: maven/shared/trunk/maven-invoker/src/changes/changes.xml
------------------------------------------------------------------------------
    svn:executable = *

Propchange: maven/shared/trunk/maven-invoker/src/changes/changes.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"