nicolas de loof wrote:
- fixed <issueManagement>, <scm>, <prerequisite> and <license> in the POM.
The SCM stuff is still not quite right, see for instance the anonymous
access section which prints the URL "s://svn.codehaus.org/<...>". The
following lines should do the job:
<connection>scm:svn:http://svn.codehaus.org/mojo/trunk/mojo/sysdeo-tomcat-maven-plugin</connection>
<developerConnection>scm:svn:https://svn.codehaus.org/mojo/trunk/mojo/sysdeo-tomcat-maven-plugin</developerConnection>
<url>http://fisheye.codehaus.org/browse/mojo/trunk/mojo/sysdeo-tomcat-maven-plugin</url>
Also, the license URL should be changed to
http://www.apache.org/licenses/LICENSE-2.0.txt
Note the .txt, otherwise the license report of the site embeds the
entire HTML page from Apache.
Finally be warned that the Release Plugin will drop the license header
from the POM (due to MRELEASE-221) if you do not put the <project> tag
on a single line as shown in [0].
Benjamin
[0]
http://maven.apache.org/developers/conventions/code.html#POM_Code_Convention
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email