Hi Dasarath,
I noticed that the SVN repository is not mentioned on the project page.
Attached is a patch to the project.xml that makes maven generate that
page as well.
Strange thing is, that although the direct SVN connection URL is
specified in the project.xml, maven does not display it on the page. As
this is also the case on the Kandula2 pages, I guess thats intentional - ?
Best regards,
-hannes
Index: project.xml
===================================================================
--- project.xml (revision 3279)
+++ project.xml (working copy)
@@ -106,6 +106,12 @@
</license>
</licenses>
+ <!-- Subversion SCM reference -->
+ <repository>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/kandula/branches/Kandula_1</connection>
+
<url>http://svn.apache.org/viewvc/webservices/kandula/branches/Kandula_1/</url>
+ </repository>
+
<!-- build information for the project -->
<build>
<nagEmailAddress>[email protected]</nagEmailAddress>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]