MY SCM URL IS INVALID
---------------------
Key: SCM-389
URL: http://jira.codehaus.org/browse/SCM-389
Project: Maven SCM
Issue Type: Bug
Environment: RAD
WINDOWS XP
Reporter: 3amr Netbeans
i have problem with Generating "Change Log" report
when i put this command line : mvn site
this error is shown :
[ERROR] BUILD ERROR
[INFO] ---------------------------------------------------------------------
[INFO] Error during page generation
Embedded error: Error rendering Maven report: Cannot run changelog command :
The scm url is invalid.
my pom's Project :
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.javaworld.ProjetMaven</groupId>
<artifactId>ProjetMaven</artifactId>
<packaging>jar</packaging>
<version>0.0.1-SNAPSHOT</version>
<name>ProjetMaven</name>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>2.0-beta-6</version>
<configuration>
<siteDirectory>
C:\Documents and Settings\Netbeans\Bureau\workspace\ProjetMaven\src\site
</siteDirectory>
</configuration>
</plugin>
</plugins>
</build>
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changelog-plugin</artifactId>
<version>2.1</version>
</plugin>
</plugins>
</reporting>
<scm>
<connection>scm:cvs:http://extssh:username:[EMAIL
PROTECTED]:/home/cvsrep/</connection>
<url>scm:cvs:extssh:username:[EMAIL PROTECTED]:/home/cvsrep/ProjetMaven</url>
</scm>
</project>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira