You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@onami.apache.org by as...@apache.org on 2014/03/04 15:19:35 UTC

svn commit: r1574105 - /onami/trunk/site/pom.xml

Author: ash2k
Date: Tue Mar  4 14:19:35 2014
New Revision: 1574105

URL: http://svn.apache.org/r1574105
Log:
[ONAMI-109] Wrong scm URLs to the source repository on onami project

Correct checkout directory (org.apache.onami instead of org.apache.onami.site)

Modified:
    onami/trunk/site/pom.xml

Modified: onami/trunk/site/pom.xml
URL: http://svn.apache.org/viewvc/onami/trunk/site/pom.xml?rev=1574105&r1=1574104&r2=1574105&view=diff
==============================================================================
--- onami/trunk/site/pom.xml (original)
+++ onami/trunk/site/pom.xml Tue Mar  4 14:19:35 2014
@@ -141,6 +141,7 @@
         <artifactId>maven-project-info-reports-plugin</artifactId>
         <version>2.7</version>
         <configuration>
+          <checkoutDirectoryName>org.apache.onami</checkoutDirectoryName>
           <webAccessUrl>https://svn.apache.org/viewvc/onami/trunk/</webAccessUrl>
           <anonymousConnection>scm:svn:https://svn.apache.org/repos/asf/onami/trunk/</anonymousConnection>
           <developerConnection>scm:svn:https://svn.apache.org/repos/asf/onami/trunk/</developerConnection>