Updated Branches: refs/heads/nitay/site 549789aaf -> 44af2d76c (forced update)
GIRAPH-451: Update site to reflect new Git repository Project: http://git-wip-us.apache.org/repos/asf/giraph/repo Commit: http://git-wip-us.apache.org/repos/asf/giraph/commit/44af2d76 Tree: http://git-wip-us.apache.org/repos/asf/giraph/tree/44af2d76 Diff: http://git-wip-us.apache.org/repos/asf/giraph/diff/44af2d76 Branch: refs/heads/nitay/site Commit: 44af2d76cb8de118635aa526a9e104d80cf72718 Parents: 9fe961d Author: Nitay Joffe <[email protected]> Authored: Sat Jan 12 10:10:00 2013 -0500 Committer: Nitay Joffe <[email protected]> Committed: Tue Jan 22 11:50:46 2013 -0800 ---------------------------------------------------------------------- giraph-core/pom.xml | 74 ++++++++++++++++++++++++++++++++++++++++++++- pom.xml | 73 --------------------------------------------- 2 files changed, 72 insertions(+), 75 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/giraph/blob/44af2d76/giraph-core/pom.xml ---------------------------------------------------------------------- diff --git a/giraph-core/pom.xml b/giraph-core/pom.xml index b0c51b5..757fc23 100644 --- a/giraph-core/pom.xml +++ b/giraph-core/pom.xml @@ -36,6 +36,12 @@ under the License. <top.dir>${project.basedir}/..</top.dir> </properties> + <scm> + <connection>scm:git: clone http://git-wip-us.apache.org/repos/asf/giraph.git</connection> + <developerConnection>scm:git clone https://git-wip-us.apache.org/repos/asf/giraph.git</developerConnection> + <url>https://github.com/apache/giraph/</url> + </scm> + <build> <finalName>giraph-${project.version}-${forHadoop}</finalName> <plugins> @@ -99,11 +105,75 @@ under the License. </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-site-plugin</artifactId> + <artifactId>maven-source-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-source-plugin</artifactId> + <artifactId>maven-site-plugin</artifactId> + <version>3.0</version> + <configuration> + <reporting> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-project-info-reports-plugin</artifactId> + <version>2.6</version> + <reports> + <report>index</report> + <report>project-team</report> + <report>license</report> + <report>mailing-list</report> + <report>dependencies</report> + <report>dependency-convergence</report> + <report>plugin-management</report> + <report>cim</report> + <report>issue-tracking</report> + <report>scm</report> + <report>summary</report> + </reports> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-report-plugin</artifactId> + <version>2.6</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <version>2.7</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-checkstyle-plugin</artifactId> + <version>2.9</version> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>jdepend-maven-plugin</artifactId> + <version>2.0-beta-2</version> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>cobertura-maven-plugin</artifactId> + <version>2.4</version> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>taglist-maven-plugin</artifactId> + <version>2.4</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jxr-plugin</artifactId> + <version>2.1</version> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>findbugs-maven-plugin</artifactId> + <version>2.5.1</version> + </plugin> + </reporting> + </configuration> + </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> http://git-wip-us.apache.org/repos/asf/giraph/blob/44af2d76/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 88868ba..ec1aa42 100644 --- a/pom.xml +++ b/pom.xml @@ -31,12 +31,6 @@ under the License. <description>Giraph : Large-scale graph processing on Hadoop</description> <inceptionYear>2011</inceptionYear> - <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/giraph</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/giraph/trunk</developerConnection> - <url>https://svn.apache.org/repos/asf/giraph/</url> - </scm> - <issueManagement> <system>JIRA</system> <url>http://issues.apache.org/jira/browse/GIRAPH</url> @@ -373,73 +367,6 @@ under the License. </executions> </plugin> <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-site-plugin</artifactId> - <version>3.0</version> - <configuration> - <reportPlugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-project-info-reports-plugin</artifactId> - <version>2.2</version> - <reports> - <report>index</report> - <report>project-team</report> - <report>license</report> - <report>mailing-list</report> - <report>dependencies</report> - <report>dependency-convergence</report> - <report>plugin-management</report> - <report>cim</report> - <report>issue-tracking</report> - <report>scm</report> - <report>summary</report> - </reports> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-report-plugin</artifactId> - <version>2.6</version> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-javadoc-plugin</artifactId> - <version>2.7</version> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-checkstyle-plugin</artifactId> - <version>2.9</version> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>jdepend-maven-plugin</artifactId> - <version>2.0-beta-2</version> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - <version>2.4</version> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>taglist-maven-plugin</artifactId> - <version>2.4</version> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jxr-plugin</artifactId> - <version>2.1</version> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>findbugs-maven-plugin</artifactId> - <version>2.5.1</version> - </plugin> - </reportPlugins> - </configuration> - </plugin> - <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> <version>0.8</version>
