Hi (Brett),

Just coming back from holidays and trying to release the Clover plugin v1.8.
I had successfully released v1.7 but it seems I'm now hitting an issue. 

When I run "maven scm:perform-release" I get:

[...]

scm:checkout:
    [echo] Checking out
scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/clover/
; using tag: MAVEN_CLOVER_1_8
[INFO] Working directory:
C:\dev\maven\maven-1\plugins\clover\target\scm\checkout
[INFO] Command line: svn --non-interactive checkout
https://svn.apache.org/repos/asf/maven/maven-1/plugins/tags/MAVEN_CLOVER_1_8
checkout
[INFO] Unknown file status: ' '.

[...]
BUILD FAILED
[...]

org.apache.maven.MavenException: Error parsing project.xml
'C:\dev\maven\maven-1\plugins\clover\target\scm\checkout\project.xml'

[...]

java.io.FileNotFoundException:
C:\dev\maven\maven-1\plugins\clover\target\scm\checkout\project.xml (The
system cannot find the file specified)

Indeed, the checkout is done in:

c:\...\clover\target\scm\checkout\checkout (notice the 2 "checkout"
directories) and thus the file mentioned above is not found.

Any idea what could be causing this?

Thanks
-Vincent




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to