When you run the command with -X -e (to get all the debugging output -
i.e. mvn -X -e release:prepare ), what do you see towards that failure?

I've just run into a similar problem myself, and from what I've gathered
so far, it is related to having a parent pom that's in the repository.
Still debugging it though...

-joe

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf
Of Jefferson, David
Sent: Tuesday, February 20, 2007 1:21 AM
To: users@maven.apache.org
Subject: release:prepare problem with Perforce SCM

I am evaluating maven for my company and have come across the following
problem in my test application.

I have a parent project and a child project. In the parent pom I have
the following:

<scm>
    <connection>scm:perforce://users/jeffersd/maventest</connection>
 
<developerConnection>scm:perforce://users/jeffersd/maventest</developerC
onnection>
    <url>scm:perforce://users/jeffersd/maventest</url>
</scm>

I have the P4CLIENT set in my environment. But when I do a
release:prepare I get the following error message:

[INFO] Checking in modified POMs...
[INFO] Tagging release with the label Insight-1.0...
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Unable to tag SCM
Provider message:
Tag failed
Command output:
Label Insight-1.0 not changed.

I have tried maven 2.0.4 and 2.0.5 on Windows and Unix. Any ideas?

Thanks,
Dave

-- 
This message may contain confidential, proprietary, or legally
privileged information. No confidentiality or privilege is waived by any
transmission to an unintended recipient. If you are not an intended
recipient, please notify the sender and delete this message immediately.
Any views expressed in this message are those of the sender, not those
of any entity within the KBC Financial Products group of companies
(together referred to as "KBC FP"). 

This message does not create any obligation, contractual or otherwise,
on the part of KBC FP. It is not an offer (or solicitation of an offer)
of, or a recommendation to buy or sell, any financial product. Any
prices or other values included in this message are indicative only, and
do not necessarily represent current market prices, prices at which KBC
FP would enter into a transaction, or prices at which similar
transactions may be carried on KBC FP's own books. The information
contained in this message is provided "as is", without representations
or warranties, express or implied, of any kind. Past performance is not
indicative of future returns.


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


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

Reply via email to