You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2013/09/10 23:51:22 UTC

git commit: update scm coordinates and mpir to match the branch

Updated Branches:
  refs/heads/maven-3.0.x b5a038907 -> d5e8659a0


update scm coordinates and mpir to match the branch

Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/d5e8659a
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/d5e8659a
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/d5e8659a

Branch: refs/heads/maven-3.0.x
Commit: d5e8659a07b7b7466bcc44a8192cc61daf9cd130
Parents: b5a0389
Author: Hervé Boutemy <hb...@apache.org>
Authored: Tue Sep 10 23:47:53 2013 +0200
Committer: Hervé Boutemy <hb...@apache.org>
Committed: Tue Sep 10 23:47:53 2013 +0200

----------------------------------------------------------------------
 pom.xml | 19 +++++++++++++++++--
 1 file changed, 17 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/d5e8659a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 234c3d3..8b43478 100644
--- a/pom.xml
+++ b/pom.xml
@@ -163,8 +163,8 @@
   <scm>
     <connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
-    <url>https://git-wip-us.apache.org/repos/asf?p=maven.git</url>
-    <tag>HEAD</tag>
+    <url>https://github.com/apache/maven/tree/maven-3.0.x</url>
+    <tag>maven-3.0.x</tag>
   </scm>
   <issueManagement>
     <system>jira</system>
@@ -497,6 +497,16 @@
     </plugins>
   </build>
 
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <version>2.8-SNAPSHOT</version>
+      </plugin>
+    </plugins>
+  </reporting>
+
   <profiles>
     <profile>
       <id>apache-release</id>
@@ -523,6 +533,11 @@
         <plugins>
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-project-info-reports-plugin</artifactId>
+            <version>2.8-SNAPSHOT</version>
+          </plugin>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-javadoc-plugin</artifactId>
             <configuration>
               <linksource>true</linksource>