[ https://issues.apache.org/jira/browse/SCM-389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17961254#comment-17961254 ]
ASF GitHub Bot commented on SCM-389: ------------------------------------ jira-importer commented on issue #600: URL: https://github.com/apache/maven-scm/issues/600#issuecomment-2964606176 **[3amr Netbeans](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=netbeans)** commented i have changed the scm url : \<scm> \<connection>scm:cvs:ext:username@10.97.2.15:/home/cvsrep/:ProjetMaven\</connection> \<developerConnection>scm:cvs:ext:username@10.97.2.15:/home/cvsrep/:ProjetMaven\</developerConnection> \<url>scm:cvs:ext:username@10.97.2.15:/home/cvsrep/:ProjetMaven\</url> \</scm> respecting the format giving in the website but this error still shown : Embedded error: Error rendering Maven report: An error has occurred during chang elog command : Command failed. > MY SCM URL IS INVALID > --------------------- > > Key: SCM-389 > URL: https://issues.apache.org/jira/browse/SCM-389 > Project: Maven SCM (Moved to GitHub Issues) > Issue Type: Bug > Environment: RAD > WINDOWS XP > Reporter: 3amr Netbeans > Priority: Major > > 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:password@10.97.2.15:/home/cvsrep/</connection> > > <url>scm:cvs:extssh:username:password@10.97.2.15:/home/cvsrep/ProjetMaven</url> > </scm> > > </project> -- This message was sent by Atlassian Jira (v8.20.10#820010)