You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "3amr Netbeans (JIRA)" <ji...@codehaus.org> on 2008/07/18 11:03:27 UTC

[jira] Commented: (SCM-389) MY SCM URL IS INVALID

    [ http://jira.codehaus.org/browse/SCM-389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=142307#action_142307 ] 

3amr Netbeans commented on SCM-389:
-----------------------------------

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: 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: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 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