Author: tchemit Date: 2013-12-25 17:54:35 +0100 (Wed, 25 Dec 2013) New Revision: 1502 Url: http://nuiton.org/projects/mavenpom/repository/revisions/1502 Log: fixes #2986: Fix some scm properties + site generation Modified: trunk/mavenpomdoc/pom.xml trunk/mavenpomdoc/src/site/site.xml Modified: trunk/mavenpomdoc/pom.xml =================================================================== --- trunk/mavenpomdoc/pom.xml 2013-12-25 16:39:44 UTC (rev 1501) +++ trunk/mavenpomdoc/pom.xml 2013-12-25 16:54:35 UTC (rev 1502) @@ -48,7 +48,7 @@ <developerConnection> scm:svn:http://svn.nuiton.org/svn/mavenpom/trunk/mavenpomdoc </developerConnection> - <url>http://www.nuiton.org/repositories/browse/mavenpom/trunk/mavenpomdoc + <url>http://nuiton.org/projects/mavenpom/repository/browse/trunk/mavenpomdoc </url> </scm> <distributionManagement> Modified: trunk/mavenpomdoc/src/site/site.xml =================================================================== --- trunk/mavenpomdoc/src/site/site.xml 2013-12-25 16:39:44 UTC (rev 1501) +++ trunk/mavenpomdoc/src/site/site.xml 2013-12-25 16:54:35 UTC (rev 1502) @@ -120,7 +120,7 @@ projectversion='${project.version}' platform='${project.platform}' projectid='${project.projectId}' - scm='${project.scm.url}' + scm='${project.scm.connection}' scmwebeditorenabled='${project.scmwebeditorEnabled}' scmwebeditorurl='${project.scmwebeditorUrl}' siteSourcesType='${project.siteSourcesType}'
participants (1)
-
tchemit@users.nuiton.org