Re: mvn site / reports / scm plugin

2008-07-03 Thread Peter Horlock
Yes, it worked manually from my console. Also, now I finally got an idea of how to not duplicate the scm connection details for every project, i just added: scm connectionscm:svn:${svn-repository}/${project.artifactId}/connection

Re: mvn site / reports / scm plugin

2008-07-02 Thread Peter Horlock
Hm, could noone help me, plase? :-((( To make a long story short: I would like to use the changelog plugin as part of my site generation. The changelog plugin again is using the scm plugin, to retrieve changes from subversion. I am looking for the best / easiest way of how to configure the

Re: mvn site / reports / scm plugin

2008-07-02 Thread Dennis Lundberg
Server certificate verification failed: certificate issued for a different hostname, issuer is not trusted Seems that you have a problem with the certificate. Can you run the failing svn command on the command line? svn --non-interactive log -v -r {2008-05-31 16:02:01+}:{2008-07-01

mvn site / reports / scm plugin

2008-06-30 Thread Peter Horlock
Hi folks, I am using Maven 2.09 with site plugin 2.0-beta-6, maven-project-info-reports-plugin 2.0.1 and the maven-changelog-plugin 2.1. In my parent pom I got: […] scm connectionscm:svn:https://myURL:443/myMainProject/TRUNK /connection