You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Andrew Heald (JIRA)" <ji...@codehaus.org> on 2009/05/12 15:43:44 UTC

[jira] Created: (MRELEASE-447) Tag directory not being created on release:prepare

Tag directory not being created on release:prepare
--------------------------------------------------

                 Key: MRELEASE-447
                 URL: http://jira.codehaus.org/browse/MRELEASE-447
             Project: Maven 2.x Release Plugin
          Issue Type: Bug
          Components: prepare
    Affects Versions: 2.0-beta-9
            Reporter: Andrew Heald


This is new behaviour in beta 9, 8 was fine in this respect. The dir http://svn.catlin.com/dev/releases/Catlin exists in our repo, but not http://svn.catlin.com/dev/releases/Catlin/Catlin-1.3.3, which should be created by the plugin.

K:\andrew\dev\work\dev\Catlin-1.3>mvn release:prepare -U -C
+ Enabling strict checksum verification on all artifact downloads.
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'release'.
[INFO] org.apache.maven.plugins: checking for updates from catlin
[INFO] org.codehaus.mojo: checking for updates from catlin
WAGON_VERSION: 1.0-beta-2
[INFO] ------------------------------------------------------------------------
[INFO] Building Catlin Corporate POM
[INFO]    task-segment: [release:prepare] (aggregator-style)
[INFO] ------------------------------------------------------------------------
[INFO] [release:prepare]
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] You don't have a SNAPSHOT project in the reactor projects list.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2 seconds
[INFO] Finished at: Tue May 12 14:23:58 BST 2009
[INFO] Final Memory: 26M/64M
[INFO] ------------------------------------------------------------------------
K:\andrew\dev\work\dev\Catlin-1.3>mvn release:prepare -U -C
+ Enabling strict checksum verification on all artifact downloads.
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'release'.
[INFO] org.apache.maven.plugins: checking for updates from catlin
[INFO] org.codehaus.mojo: checking for updates from catlin
WAGON_VERSION: 1.0-beta-2
[INFO] ------------------------------------------------------------------------
[INFO] Building Catlin Corporate POM
[INFO]    task-segment: [release:prepare] (aggregator-style)
[INFO] ------------------------------------------------------------------------
[INFO] [release:prepare]
[INFO] Verifying that there are no local modifications...
[INFO] Executing: cmd.exe /X /C "svn --non-interactive status"
[INFO] Working directory: K:\andrew\dev\work\dev\Catlin-1.3
[INFO] Checking dependencies and plugins for snapshots ...
What is the release version for "Catlin Corporate POM"? (com.catlin:Catlin) 1.3: : 1.3.3
What is SCM release tag or label for "Catlin Corporate POM"? (com.catlin:Catlin) Catlin-1.3.3: :
What is the new development version for "Catlin Corporate POM"? (com.catlin:Catlin) 1.3.4-SNAPSHOT: : 1.3-SNAPSHOT
[INFO] Transforming 'Catlin Corporate POM'...
[INFO] Not generating release POMs
[INFO] Executing goals 'clean install'...
[WARNING] Maven will be executed in interactive mode, but no input stream has been configured for this MavenInvoker instance.
[INFO] [INFO] Scanning for projects...
[INFO] WAGON_VERSION: 1.0-beta-2
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building Catlin Corporate POM
[INFO] [INFO]    task-segment: [clean, install]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] [clean:clean]
[INFO] [INFO] Deleting directory K:\andrew\dev\work\dev\Catlin-1.3\target
[INFO] [INFO] [site:attach-descriptor]
[INFO] [INFO] [install:install]
[INFO] [INFO] Installing K:\andrew\dev\work\dev\Catlin-1.3\target\pom-transformed.xml to K:\m2-local-repo\com\catlin\Catlin\1.3.3\Catlin-1.3.3.pom
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESSFUL
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 1 second
[INFO] [INFO] Finished at: Tue May 12 14:27:31 BST 2009
[INFO] [INFO] Final Memory: 24M/64M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] Checking in modified POMs...
[INFO] Executing: cmd.exe /X /C "svn --non-interactive commit --file C:\Temp\maven-scm-46777775.commit --targets C:\Temp\maven-scm-17254-targets"
[INFO] Working directory: K:\andrew\dev\work\dev\Catlin-1.3
[INFO] Tagging release with the label Catlin-1.3.3...
[INFO] Executing: cmd.exe /X /C "svn --non-interactive copy --file C:\Temp\maven-scm-708930632.commit --revision 77844 http://svn.catlin.com/dev/relea
ses/Catlin/Catlin-1.3.3 http://svn.catlin.com/dev/releases/Catlin/Catlin-1.3.3"
[INFO] Working directory: K:\andrew\dev\work\dev\Catlin-1.3
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Unable to tag SCM
Provider message:
The svn tag command failed.
Command output:
svn: Path 'http://svn.catlin.com/dev/releases/Catlin/Catlin-1.3.3' does not exist in revision 77844

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 20 seconds
[INFO] Finished at: Tue May 12 14:27:33 BST 2009
[INFO] Final Memory: 26M/64M
[INFO] ------------------------------------------------------------------------

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

        

[jira] Issue Comment Edited: (MRELEASE-447) Tag directory not being created on release:prepare

Posted by "Andrew Heald (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MRELEASE-447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=176152#action_176152 ] 

Andrew Heald edited comment on MRELEASE-447 at 5/12/09 10:59 AM:
-----------------------------------------------------------------

I've had further problems with this and realised it could be down to upgrading my Subversion command line binaries from 1.5.5 to 1.6.1. I reverted and the plugin is now working properly as before. This kinda makes sense because there have been changes to the parameters on some of the Subversion commands. Is there already a jira to deal with this?

      was (Author: drewpuppy):
    I've had further problems with this and realised it could be down to upgrading my Subversion command line binaries from 1.5.5 to 1.6.1. I reverted and the plugin is now working properly as before. This kinda makes sense because there have been changes to the parameters on some of the Subversion commands. Is there already a ira to deal with this?
  
> Tag directory not being created on release:prepare
> --------------------------------------------------
>
>                 Key: MRELEASE-447
>                 URL: http://jira.codehaus.org/browse/MRELEASE-447
>             Project: Maven 2.x Release Plugin
>          Issue Type: Bug
>          Components: prepare
>    Affects Versions: 2.0-beta-9
>            Reporter: Andrew Heald
>
> This is new behaviour in beta 9, 8 was fine in this respect. The dir http://svn.catlin.com/dev/releases/Catlin exists in our repo, but not http://svn.catlin.com/dev/releases/Catlin/Catlin-1.3.3, which should be created by the plugin.
> K:\andrew\dev\work\dev\Catlin-1.3>mvn release:prepare -U -C
> + Enabling strict checksum verification on all artifact downloads.
> [INFO] Scanning for projects...
> [INFO] Searching repository for plugin with prefix: 'release'.
> [INFO] org.apache.maven.plugins: checking for updates from catlin
> [INFO] org.codehaus.mojo: checking for updates from catlin
> WAGON_VERSION: 1.0-beta-2
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Catlin Corporate POM
> [INFO]    task-segment: [release:prepare] (aggregator-style)
> [INFO] ------------------------------------------------------------------------
> [INFO] [release:prepare]
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] You don't have a SNAPSHOT project in the reactor projects list.
> [INFO] ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 2 seconds
> [INFO] Finished at: Tue May 12 14:23:58 BST 2009
> [INFO] Final Memory: 26M/64M
> [INFO] ------------------------------------------------------------------------
> K:\andrew\dev\work\dev\Catlin-1.3>mvn release:prepare -U -C
> + Enabling strict checksum verification on all artifact downloads.
> [INFO] Scanning for projects...
> [INFO] Searching repository for plugin with prefix: 'release'.
> [INFO] org.apache.maven.plugins: checking for updates from catlin
> [INFO] org.codehaus.mojo: checking for updates from catlin
> WAGON_VERSION: 1.0-beta-2
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Catlin Corporate POM
> [INFO]    task-segment: [release:prepare] (aggregator-style)
> [INFO] ------------------------------------------------------------------------
> [INFO] [release:prepare]
> [INFO] Verifying that there are no local modifications...
> [INFO] Executing: cmd.exe /X /C "svn --non-interactive status"
> [INFO] Working directory: K:\andrew\dev\work\dev\Catlin-1.3
> [INFO] Checking dependencies and plugins for snapshots ...
> What is the release version for "Catlin Corporate POM"? (com.catlin:Catlin) 1.3: : 1.3.3
> What is SCM release tag or label for "Catlin Corporate POM"? (com.catlin:Catlin) Catlin-1.3.3: :
> What is the new development version for "Catlin Corporate POM"? (com.catlin:Catlin) 1.3.4-SNAPSHOT: : 1.3-SNAPSHOT
> [INFO] Transforming 'Catlin Corporate POM'...
> [INFO] Not generating release POMs
> [INFO] Executing goals 'clean install'...
> [WARNING] Maven will be executed in interactive mode, but no input stream has been configured for this MavenInvoker instance.
> [INFO] [INFO] Scanning for projects...
> [INFO] WAGON_VERSION: 1.0-beta-2
> [INFO] [INFO] ------------------------------------------------------------------------
> [INFO] [INFO] Building Catlin Corporate POM
> [INFO] [INFO]    task-segment: [clean, install]
> [INFO] [INFO] ------------------------------------------------------------------------
> [INFO] [INFO] [clean:clean]
> [INFO] [INFO] Deleting directory K:\andrew\dev\work\dev\Catlin-1.3\target
> [INFO] [INFO] [site:attach-descriptor]
> [INFO] [INFO] [install:install]
> [INFO] [INFO] Installing K:\andrew\dev\work\dev\Catlin-1.3\target\pom-transformed.xml to K:\m2-local-repo\com\catlin\Catlin\1.3.3\Catlin-1.3.3.pom
> [INFO] [INFO] ------------------------------------------------------------------------
> [INFO] [INFO] BUILD SUCCESSFUL
> [INFO] [INFO] ------------------------------------------------------------------------
> [INFO] [INFO] Total time: 1 second
> [INFO] [INFO] Finished at: Tue May 12 14:27:31 BST 2009
> [INFO] [INFO] Final Memory: 24M/64M
> [INFO] [INFO] ------------------------------------------------------------------------
> [INFO] Checking in modified POMs...
> [INFO] Executing: cmd.exe /X /C "svn --non-interactive commit --file C:\Temp\maven-scm-46777775.commit --targets C:\Temp\maven-scm-17254-targets"
> [INFO] Working directory: K:\andrew\dev\work\dev\Catlin-1.3
> [INFO] Tagging release with the label Catlin-1.3.3...
> [INFO] Executing: cmd.exe /X /C "svn --non-interactive copy --file C:\Temp\maven-scm-708930632.commit --revision 77844 http://svn.catlin.com/dev/relea
> ses/Catlin/Catlin-1.3.3 http://svn.catlin.com/dev/releases/Catlin/Catlin-1.3.3"
> [INFO] Working directory: K:\andrew\dev\work\dev\Catlin-1.3
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Unable to tag SCM
> Provider message:
> The svn tag command failed.
> Command output:
> svn: Path 'http://svn.catlin.com/dev/releases/Catlin/Catlin-1.3.3' does not exist in revision 77844
> [INFO] ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 20 seconds
> [INFO] Finished at: Tue May 12 14:27:33 BST 2009
> [INFO] Final Memory: 26M/64M
> [INFO] ------------------------------------------------------------------------

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

        

[jira] Commented: (MRELEASE-447) Tag directory not being created on release:prepare

Posted by "Andrew Heald (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MRELEASE-447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=176152#action_176152 ] 

Andrew Heald commented on MRELEASE-447:
---------------------------------------

I've had further problems with this and realised it could be down to upgrading my Subversion command line binaries from 1.5.5 to 1.6.1. I reverted and the plugin is now working properly as before. This kinda makes sense because there have been changes to the parameters on some of the Subversion commands. Is there already a ira to deal with this?

> Tag directory not being created on release:prepare
> --------------------------------------------------
>
>                 Key: MRELEASE-447
>                 URL: http://jira.codehaus.org/browse/MRELEASE-447
>             Project: Maven 2.x Release Plugin
>          Issue Type: Bug
>          Components: prepare
>    Affects Versions: 2.0-beta-9
>            Reporter: Andrew Heald
>
> This is new behaviour in beta 9, 8 was fine in this respect. The dir http://svn.catlin.com/dev/releases/Catlin exists in our repo, but not http://svn.catlin.com/dev/releases/Catlin/Catlin-1.3.3, which should be created by the plugin.
> K:\andrew\dev\work\dev\Catlin-1.3>mvn release:prepare -U -C
> + Enabling strict checksum verification on all artifact downloads.
> [INFO] Scanning for projects...
> [INFO] Searching repository for plugin with prefix: 'release'.
> [INFO] org.apache.maven.plugins: checking for updates from catlin
> [INFO] org.codehaus.mojo: checking for updates from catlin
> WAGON_VERSION: 1.0-beta-2
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Catlin Corporate POM
> [INFO]    task-segment: [release:prepare] (aggregator-style)
> [INFO] ------------------------------------------------------------------------
> [INFO] [release:prepare]
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] You don't have a SNAPSHOT project in the reactor projects list.
> [INFO] ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 2 seconds
> [INFO] Finished at: Tue May 12 14:23:58 BST 2009
> [INFO] Final Memory: 26M/64M
> [INFO] ------------------------------------------------------------------------
> K:\andrew\dev\work\dev\Catlin-1.3>mvn release:prepare -U -C
> + Enabling strict checksum verification on all artifact downloads.
> [INFO] Scanning for projects...
> [INFO] Searching repository for plugin with prefix: 'release'.
> [INFO] org.apache.maven.plugins: checking for updates from catlin
> [INFO] org.codehaus.mojo: checking for updates from catlin
> WAGON_VERSION: 1.0-beta-2
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Catlin Corporate POM
> [INFO]    task-segment: [release:prepare] (aggregator-style)
> [INFO] ------------------------------------------------------------------------
> [INFO] [release:prepare]
> [INFO] Verifying that there are no local modifications...
> [INFO] Executing: cmd.exe /X /C "svn --non-interactive status"
> [INFO] Working directory: K:\andrew\dev\work\dev\Catlin-1.3
> [INFO] Checking dependencies and plugins for snapshots ...
> What is the release version for "Catlin Corporate POM"? (com.catlin:Catlin) 1.3: : 1.3.3
> What is SCM release tag or label for "Catlin Corporate POM"? (com.catlin:Catlin) Catlin-1.3.3: :
> What is the new development version for "Catlin Corporate POM"? (com.catlin:Catlin) 1.3.4-SNAPSHOT: : 1.3-SNAPSHOT
> [INFO] Transforming 'Catlin Corporate POM'...
> [INFO] Not generating release POMs
> [INFO] Executing goals 'clean install'...
> [WARNING] Maven will be executed in interactive mode, but no input stream has been configured for this MavenInvoker instance.
> [INFO] [INFO] Scanning for projects...
> [INFO] WAGON_VERSION: 1.0-beta-2
> [INFO] [INFO] ------------------------------------------------------------------------
> [INFO] [INFO] Building Catlin Corporate POM
> [INFO] [INFO]    task-segment: [clean, install]
> [INFO] [INFO] ------------------------------------------------------------------------
> [INFO] [INFO] [clean:clean]
> [INFO] [INFO] Deleting directory K:\andrew\dev\work\dev\Catlin-1.3\target
> [INFO] [INFO] [site:attach-descriptor]
> [INFO] [INFO] [install:install]
> [INFO] [INFO] Installing K:\andrew\dev\work\dev\Catlin-1.3\target\pom-transformed.xml to K:\m2-local-repo\com\catlin\Catlin\1.3.3\Catlin-1.3.3.pom
> [INFO] [INFO] ------------------------------------------------------------------------
> [INFO] [INFO] BUILD SUCCESSFUL
> [INFO] [INFO] ------------------------------------------------------------------------
> [INFO] [INFO] Total time: 1 second
> [INFO] [INFO] Finished at: Tue May 12 14:27:31 BST 2009
> [INFO] [INFO] Final Memory: 24M/64M
> [INFO] [INFO] ------------------------------------------------------------------------
> [INFO] Checking in modified POMs...
> [INFO] Executing: cmd.exe /X /C "svn --non-interactive commit --file C:\Temp\maven-scm-46777775.commit --targets C:\Temp\maven-scm-17254-targets"
> [INFO] Working directory: K:\andrew\dev\work\dev\Catlin-1.3
> [INFO] Tagging release with the label Catlin-1.3.3...
> [INFO] Executing: cmd.exe /X /C "svn --non-interactive copy --file C:\Temp\maven-scm-708930632.commit --revision 77844 http://svn.catlin.com/dev/relea
> ses/Catlin/Catlin-1.3.3 http://svn.catlin.com/dev/releases/Catlin/Catlin-1.3.3"
> [INFO] Working directory: K:\andrew\dev\work\dev\Catlin-1.3
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Unable to tag SCM
> Provider message:
> The svn tag command failed.
> Command output:
> svn: Path 'http://svn.catlin.com/dev/releases/Catlin/Catlin-1.3.3' does not exist in revision 77844
> [INFO] ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 20 seconds
> [INFO] Finished at: Tue May 12 14:27:33 BST 2009
> [INFO] Final Memory: 26M/64M
> [INFO] ------------------------------------------------------------------------

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

        

[jira] Closed: (MRELEASE-447) Tag directory not being created on release:prepare

Posted by "Andrew Heald (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MRELEASE-447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Heald closed MRELEASE-447.
---------------------------------

    Resolution: Incomplete

I'm closing this because it's more about a side effect rather than a needed change. I'll raise a seperate issue if required.

> Tag directory not being created on release:prepare
> --------------------------------------------------
>
>                 Key: MRELEASE-447
>                 URL: http://jira.codehaus.org/browse/MRELEASE-447
>             Project: Maven 2.x Release Plugin
>          Issue Type: Bug
>          Components: prepare
>    Affects Versions: 2.0-beta-9
>            Reporter: Andrew Heald
>
> This is new behaviour in beta 9, 8 was fine in this respect. The dir http://svn.catlin.com/dev/releases/Catlin exists in our repo, but not http://svn.catlin.com/dev/releases/Catlin/Catlin-1.3.3, which should be created by the plugin.
> K:\andrew\dev\work\dev\Catlin-1.3>mvn release:prepare -U -C
> + Enabling strict checksum verification on all artifact downloads.
> [INFO] Scanning for projects...
> [INFO] Searching repository for plugin with prefix: 'release'.
> [INFO] org.apache.maven.plugins: checking for updates from catlin
> [INFO] org.codehaus.mojo: checking for updates from catlin
> WAGON_VERSION: 1.0-beta-2
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Catlin Corporate POM
> [INFO]    task-segment: [release:prepare] (aggregator-style)
> [INFO] ------------------------------------------------------------------------
> [INFO] [release:prepare]
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] You don't have a SNAPSHOT project in the reactor projects list.
> [INFO] ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 2 seconds
> [INFO] Finished at: Tue May 12 14:23:58 BST 2009
> [INFO] Final Memory: 26M/64M
> [INFO] ------------------------------------------------------------------------
> K:\andrew\dev\work\dev\Catlin-1.3>mvn release:prepare -U -C
> + Enabling strict checksum verification on all artifact downloads.
> [INFO] Scanning for projects...
> [INFO] Searching repository for plugin with prefix: 'release'.
> [INFO] org.apache.maven.plugins: checking for updates from catlin
> [INFO] org.codehaus.mojo: checking for updates from catlin
> WAGON_VERSION: 1.0-beta-2
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Catlin Corporate POM
> [INFO]    task-segment: [release:prepare] (aggregator-style)
> [INFO] ------------------------------------------------------------------------
> [INFO] [release:prepare]
> [INFO] Verifying that there are no local modifications...
> [INFO] Executing: cmd.exe /X /C "svn --non-interactive status"
> [INFO] Working directory: K:\andrew\dev\work\dev\Catlin-1.3
> [INFO] Checking dependencies and plugins for snapshots ...
> What is the release version for "Catlin Corporate POM"? (com.catlin:Catlin) 1.3: : 1.3.3
> What is SCM release tag or label for "Catlin Corporate POM"? (com.catlin:Catlin) Catlin-1.3.3: :
> What is the new development version for "Catlin Corporate POM"? (com.catlin:Catlin) 1.3.4-SNAPSHOT: : 1.3-SNAPSHOT
> [INFO] Transforming 'Catlin Corporate POM'...
> [INFO] Not generating release POMs
> [INFO] Executing goals 'clean install'...
> [WARNING] Maven will be executed in interactive mode, but no input stream has been configured for this MavenInvoker instance.
> [INFO] [INFO] Scanning for projects...
> [INFO] WAGON_VERSION: 1.0-beta-2
> [INFO] [INFO] ------------------------------------------------------------------------
> [INFO] [INFO] Building Catlin Corporate POM
> [INFO] [INFO]    task-segment: [clean, install]
> [INFO] [INFO] ------------------------------------------------------------------------
> [INFO] [INFO] [clean:clean]
> [INFO] [INFO] Deleting directory K:\andrew\dev\work\dev\Catlin-1.3\target
> [INFO] [INFO] [site:attach-descriptor]
> [INFO] [INFO] [install:install]
> [INFO] [INFO] Installing K:\andrew\dev\work\dev\Catlin-1.3\target\pom-transformed.xml to K:\m2-local-repo\com\catlin\Catlin\1.3.3\Catlin-1.3.3.pom
> [INFO] [INFO] ------------------------------------------------------------------------
> [INFO] [INFO] BUILD SUCCESSFUL
> [INFO] [INFO] ------------------------------------------------------------------------
> [INFO] [INFO] Total time: 1 second
> [INFO] [INFO] Finished at: Tue May 12 14:27:31 BST 2009
> [INFO] [INFO] Final Memory: 24M/64M
> [INFO] [INFO] ------------------------------------------------------------------------
> [INFO] Checking in modified POMs...
> [INFO] Executing: cmd.exe /X /C "svn --non-interactive commit --file C:\Temp\maven-scm-46777775.commit --targets C:\Temp\maven-scm-17254-targets"
> [INFO] Working directory: K:\andrew\dev\work\dev\Catlin-1.3
> [INFO] Tagging release with the label Catlin-1.3.3...
> [INFO] Executing: cmd.exe /X /C "svn --non-interactive copy --file C:\Temp\maven-scm-708930632.commit --revision 77844 http://svn.catlin.com/dev/relea
> ses/Catlin/Catlin-1.3.3 http://svn.catlin.com/dev/releases/Catlin/Catlin-1.3.3"
> [INFO] Working directory: K:\andrew\dev\work\dev\Catlin-1.3
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Unable to tag SCM
> Provider message:
> The svn tag command failed.
> Command output:
> svn: Path 'http://svn.catlin.com/dev/releases/Catlin/Catlin-1.3.3' does not exist in revision 77844
> [INFO] ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 20 seconds
> [INFO] Finished at: Tue May 12 14:27:33 BST 2009
> [INFO] Final Memory: 26M/64M
> [INFO] ------------------------------------------------------------------------

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