[
https://issues.apache.org/jira/browse/SCM-389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17961470#comment-17961470
]
ASF GitHub Bot commented on SCM-389:
------------------------------------
jira-importer closed issue #600: [SCM-389] MY SCM URL IS INVALID
URL: https://github.com/apache/maven-scm/issues/600
> 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:[email protected]:/home/cvsrep/</connection>
>
> <url>scm:cvs:extssh:username:[email protected]:/home/cvsrep/ProjetMaven</url>
> </scm>
>
> </project>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)