RE: [m2] starteam release goal error

2006-05-09 Thread Dave Hoffer
Thanks, that gets the snapshot plugin going...

-dh

-Original Message-
From: Allison, Bob [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 09, 2006 3:10 PM
To: Maven Users List
Subject: RE: [m2] starteam release goal error

Check out
http://maven.apache.org/guides/development/guide-testing-development-plu
gins.html

-Original Message-
From: Dave Hoffer [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 09, 2006 14:57
To: Maven Users List
Subject: RE: [m2] starteam release goal error


I got the following error when I pasted the dependency into my pom.

[ERROR] BUILD ERROR
[INFO]
-
[INFO] Failed to resolve artifact.

GroupId: org.apache.maven.plugins
ArtifactId: maven-release-plugin
Version: 2.0-beta-4-SNAPSHOT

Reason: Unable to download the artifact from any repository

  org.apache.maven.plugins:maven-release-plugin:pom:2.0-beta-4-SNAPSHOT

from the specified remote repositories:
central (http://repo1.maven.org/maven2)


-dh


-Original Message-
From: dan tran [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 09, 2006 2:46 PM
To: Maven Users List
Subject: Re: [m2] starteam release goal error

snapshot already deployed at snapshot repo, just enter the plugin
version in
the pom.

-D


On 5/9/06, Dave Hoffer <[EMAIL PROTECTED]> wrote:
>
> Your suspicion seems to be right; beta-3 does not support starteam
yet,
> only cvs and svn.
>
> Do you have a 2.0-beta-4-SNAPSHOT.jar I could install?  If not how do
I
> get this project to build and install?
>
> -dh
>
>
> -Original Message-
> From: dan tran [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, May 09, 2006 1:25 PM
> To: Maven Users List
> Subject: Re: [m2] starteam release goal error
>
> It is possible that beta-3 does not support starteam yet, one way to
> findout
> is to inspect
> beta-3's pom.xml to see it has starteam provider as dependency
>
> any how, beta-4 is about to be released. You can help with testing by
> placing
>
> 
>
>  
>maven-release-plugin
>2.0-beta-4-SNAPSHOT
>  
>
> 
>
> in your root pom.
>
> -D
>
>
> On 5/9/06, Dave Hoffer <[EMAIL PROTECTED]> wrote:
> >
> > I see I have maven-release-plugin 2.0-beta-3 in my user-dir
> repository.
> > Is that what I should have?
> >
> > By the way, I was doing a dryRun when I got this error.
> >
> > -dh
> >
> > -Original Message-
> > From: dan tran [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, May 09, 2006 12:52 PM
> > To: Maven Users List
> > Subject: Re: [m2] starteam release goal error
> >
> > I just run a release:perform using the latest snapshot of release
> plugin
> > against starteam, it ran fine.
> >
> > what version of release plugin do you have?
> >
> > -D
> >
> >
> > On 5/9/06, Dave Hoffer <[EMAIL PROTECTED]> wrote:
> > >
> > > Using 2.0.4 running release:prepare goal I get the following
error.
> > >
> > >
> > >
> > > Embedded error: Can't load the scm provider.
> > >
> > > No such provider: 'starteam'
> > >
> > >
> > >
> > > I have my scm specified in my project's pom file.  I have the
> starteam
> > > command line exe in my path and starteam works with Continuum.
Why
> do
> > I
> > > get this error running maven2 on the command line?
> > >
> > >
> > >
> > > -dh
> > >
> > >
> > >
> >
> >
-
> > 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]
>
>

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


This communication is the property of Qwest and may contain confidential
or
privileged information. Unauthorized use of this communication is
strictly 
prohibited and may be unlawful.  If you have received this communication

in error, please immediately notify the sender by reply e-mail and
destroy 
all copies of the communication and any attachments.

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



RE: [m2] starteam release goal error

2006-05-09 Thread Allison, Bob
Check out
http://maven.apache.org/guides/development/guide-testing-development-plu
gins.html

-Original Message-
From: Dave Hoffer [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 09, 2006 14:57
To: Maven Users List
Subject: RE: [m2] starteam release goal error


I got the following error when I pasted the dependency into my pom.

[ERROR] BUILD ERROR
[INFO]
-
[INFO] Failed to resolve artifact.

GroupId: org.apache.maven.plugins
ArtifactId: maven-release-plugin
Version: 2.0-beta-4-SNAPSHOT

Reason: Unable to download the artifact from any repository

  org.apache.maven.plugins:maven-release-plugin:pom:2.0-beta-4-SNAPSHOT

from the specified remote repositories:
central (http://repo1.maven.org/maven2)


-dh


-Original Message-
From: dan tran [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 09, 2006 2:46 PM
To: Maven Users List
Subject: Re: [m2] starteam release goal error

snapshot already deployed at snapshot repo, just enter the plugin
version in
the pom.

-D


On 5/9/06, Dave Hoffer <[EMAIL PROTECTED]> wrote:
>
> Your suspicion seems to be right; beta-3 does not support starteam
yet,
> only cvs and svn.
>
> Do you have a 2.0-beta-4-SNAPSHOT.jar I could install?  If not how do
I
> get this project to build and install?
>
> -dh
>
>
> -Original Message-
> From: dan tran [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, May 09, 2006 1:25 PM
> To: Maven Users List
> Subject: Re: [m2] starteam release goal error
>
> It is possible that beta-3 does not support starteam yet, one way to
> findout
> is to inspect
> beta-3's pom.xml to see it has starteam provider as dependency
>
> any how, beta-4 is about to be released. You can help with testing by
> placing
>
> 
>
>  
>maven-release-plugin
>2.0-beta-4-SNAPSHOT
>  
>
> 
>
> in your root pom.
>
> -D
>
>
> On 5/9/06, Dave Hoffer <[EMAIL PROTECTED]> wrote:
> >
> > I see I have maven-release-plugin 2.0-beta-3 in my user-dir
> repository.
> > Is that what I should have?
> >
> > By the way, I was doing a dryRun when I got this error.
> >
> > -dh
> >
> > -Original Message-
> > From: dan tran [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, May 09, 2006 12:52 PM
> > To: Maven Users List
> > Subject: Re: [m2] starteam release goal error
> >
> > I just run a release:perform using the latest snapshot of release
> plugin
> > against starteam, it ran fine.
> >
> > what version of release plugin do you have?
> >
> > -D
> >
> >
> > On 5/9/06, Dave Hoffer <[EMAIL PROTECTED]> wrote:
> > >
> > > Using 2.0.4 running release:prepare goal I get the following
error.
> > >
> > >
> > >
> > > Embedded error: Can't load the scm provider.
> > >
> > > No such provider: 'starteam'
> > >
> > >
> > >
> > > I have my scm specified in my project's pom file.  I have the
> starteam
> > > command line exe in my path and starteam works with Continuum.
Why
> do
> > I
> > > get this error running maven2 on the command line?
> > >
> > >
> > >
> > > -dh
> > >
> > >
> > >
> >
> >
-
> > 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]
>
>

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


This communication is the property of Qwest and may contain confidential or
privileged information. Unauthorized use of this communication is strictly 
prohibited and may be unlawful.  If you have received this communication 
in error, please immediately notify the sender by reply e-mail and destroy 
all copies of the communication and any attachments.

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



RE: [m2] starteam release goal error

2006-05-09 Thread Dave Hoffer
I got the following error when I pasted the dependency into my pom.

[ERROR] BUILD ERROR
[INFO]
-
[INFO] Failed to resolve artifact.

GroupId: org.apache.maven.plugins
ArtifactId: maven-release-plugin
Version: 2.0-beta-4-SNAPSHOT

Reason: Unable to download the artifact from any repository

  org.apache.maven.plugins:maven-release-plugin:pom:2.0-beta-4-SNAPSHOT

from the specified remote repositories:
central (http://repo1.maven.org/maven2)


-dh


-Original Message-
From: dan tran [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 09, 2006 2:46 PM
To: Maven Users List
Subject: Re: [m2] starteam release goal error

snapshot already deployed at snapshot repo, just enter the plugin
version in
the pom.

-D


On 5/9/06, Dave Hoffer <[EMAIL PROTECTED]> wrote:
>
> Your suspicion seems to be right; beta-3 does not support starteam
yet,
> only cvs and svn.
>
> Do you have a 2.0-beta-4-SNAPSHOT.jar I could install?  If not how do
I
> get this project to build and install?
>
> -dh
>
>
> -Original Message-
> From: dan tran [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, May 09, 2006 1:25 PM
> To: Maven Users List
> Subject: Re: [m2] starteam release goal error
>
> It is possible that beta-3 does not support starteam yet, one way to
> findout
> is to inspect
> beta-3's pom.xml to see it has starteam provider as dependency
>
> any how, beta-4 is about to be released. You can help with testing by
> placing
>
> 
>
>  
>maven-release-plugin
>2.0-beta-4-SNAPSHOT
>  
>
> 
>
> in your root pom.
>
> -D
>
>
> On 5/9/06, Dave Hoffer <[EMAIL PROTECTED]> wrote:
> >
> > I see I have maven-release-plugin 2.0-beta-3 in my user-dir
> repository.
> > Is that what I should have?
> >
> > By the way, I was doing a dryRun when I got this error.
> >
> > -dh
> >
> > -Original Message-
> > From: dan tran [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, May 09, 2006 12:52 PM
> > To: Maven Users List
> > Subject: Re: [m2] starteam release goal error
> >
> > I just run a release:perform using the latest snapshot of release
> plugin
> > against starteam, it ran fine.
> >
> > what version of release plugin do you have?
> >
> > -D
> >
> >
> > On 5/9/06, Dave Hoffer <[EMAIL PROTECTED]> wrote:
> > >
> > > Using 2.0.4 running release:prepare goal I get the following
error.
> > >
> > >
> > >
> > > Embedded error: Can't load the scm provider.
> > >
> > > No such provider: 'starteam'
> > >
> > >
> > >
> > > I have my scm specified in my project's pom file.  I have the
> starteam
> > > command line exe in my path and starteam works with Continuum.
Why
> do
> > I
> > > get this error running maven2 on the command line?
> > >
> > >
> > >
> > > -dh
> > >
> > >
> > >
> >
> >
-
> > 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]
>
>

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



Re: [m2] starteam release goal error

2006-05-09 Thread dan tran

snapshot already deployed at snapshot repo, just enter the plugin version in
the pom.

-D


On 5/9/06, Dave Hoffer <[EMAIL PROTECTED]> wrote:


Your suspicion seems to be right; beta-3 does not support starteam yet,
only cvs and svn.

Do you have a 2.0-beta-4-SNAPSHOT.jar I could install?  If not how do I
get this project to build and install?

-dh


-Original Message-
From: dan tran [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 09, 2006 1:25 PM
To: Maven Users List
Subject: Re: [m2] starteam release goal error

It is possible that beta-3 does not support starteam yet, one way to
findout
is to inspect
beta-3's pom.xml to see it has starteam provider as dependency

any how, beta-4 is about to be released. You can help with testing by
placing


   
 
   maven-release-plugin
   2.0-beta-4-SNAPSHOT
 
   


in your root pom.

-D


On 5/9/06, Dave Hoffer <[EMAIL PROTECTED]> wrote:
>
> I see I have maven-release-plugin 2.0-beta-3 in my user-dir
repository.
> Is that what I should have?
>
> By the way, I was doing a dryRun when I got this error.
>
> -dh
>
> -Original Message-
> From: dan tran [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, May 09, 2006 12:52 PM
> To: Maven Users List
> Subject: Re: [m2] starteam release goal error
>
> I just run a release:perform using the latest snapshot of release
plugin
> against starteam, it ran fine.
>
> what version of release plugin do you have?
>
> -D
>
>
> On 5/9/06, Dave Hoffer <[EMAIL PROTECTED]> wrote:
> >
> > Using 2.0.4 running release:prepare goal I get the following error.
> >
> >
> >
> > Embedded error: Can't load the scm provider.
> >
> > No such provider: 'starteam'
> >
> >
> >
> > I have my scm specified in my project's pom file.  I have the
starteam
> > command line exe in my path and starteam works with Continuum.  Why
do
> I
> > get this error running maven2 on the command line?
> >
> >
> >
> > -dh
> >
> >
> >
>
> -
> 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]




RE: [m2] starteam release goal error

2006-05-09 Thread Dave Hoffer
Your suspicion seems to be right; beta-3 does not support starteam yet,
only cvs and svn.

Do you have a 2.0-beta-4-SNAPSHOT.jar I could install?  If not how do I
get this project to build and install?

-dh


-Original Message-
From: dan tran [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 09, 2006 1:25 PM
To: Maven Users List
Subject: Re: [m2] starteam release goal error

It is possible that beta-3 does not support starteam yet, one way to
findout
is to inspect
beta-3's pom.xml to see it has starteam provider as dependency

any how, beta-4 is about to be released. You can help with testing by
placing

  

  
maven-release-plugin
2.0-beta-4-SNAPSHOT
  

  

in your root pom.

-D


On 5/9/06, Dave Hoffer <[EMAIL PROTECTED]> wrote:
>
> I see I have maven-release-plugin 2.0-beta-3 in my user-dir
repository.
> Is that what I should have?
>
> By the way, I was doing a dryRun when I got this error.
>
> -dh
>
> -Original Message-
> From: dan tran [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, May 09, 2006 12:52 PM
> To: Maven Users List
> Subject: Re: [m2] starteam release goal error
>
> I just run a release:perform using the latest snapshot of release
plugin
> against starteam, it ran fine.
>
> what version of release plugin do you have?
>
> -D
>
>
> On 5/9/06, Dave Hoffer <[EMAIL PROTECTED]> wrote:
> >
> > Using 2.0.4 running release:prepare goal I get the following error.
> >
> >
> >
> > Embedded error: Can't load the scm provider.
> >
> > No such provider: 'starteam'
> >
> >
> >
> > I have my scm specified in my project's pom file.  I have the
starteam
> > command line exe in my path and starteam works with Continuum.  Why
do
> I
> > get this error running maven2 on the command line?
> >
> >
> >
> > -dh
> >
> >
> >
>
> -
> 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]



Re: [m2] starteam release goal error

2006-05-09 Thread dan tran

It is possible that beta-3 does not support starteam yet, one way to findout
is to inspect
beta-3's pom.xml to see it has starteam provider as dependency

any how, beta-4 is about to be released. You can help with testing by
placing

 
   
 
   maven-release-plugin
   2.0-beta-4-SNAPSHOT
 
   
 

in your root pom.

-D


On 5/9/06, Dave Hoffer <[EMAIL PROTECTED]> wrote:


I see I have maven-release-plugin 2.0-beta-3 in my user-dir repository.
Is that what I should have?

By the way, I was doing a dryRun when I got this error.

-dh

-Original Message-
From: dan tran [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 09, 2006 12:52 PM
To: Maven Users List
Subject: Re: [m2] starteam release goal error

I just run a release:perform using the latest snapshot of release plugin
against starteam, it ran fine.

what version of release plugin do you have?

-D


On 5/9/06, Dave Hoffer <[EMAIL PROTECTED]> wrote:
>
> Using 2.0.4 running release:prepare goal I get the following error.
>
>
>
> Embedded error: Can't load the scm provider.
>
> No such provider: 'starteam'
>
>
>
> I have my scm specified in my project's pom file.  I have the starteam
> command line exe in my path and starteam works with Continuum.  Why do
I
> get this error running maven2 on the command line?
>
>
>
> -dh
>
>
>

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




RE: [m2] starteam release goal error

2006-05-09 Thread Dave Hoffer
I see I have maven-release-plugin 2.0-beta-3 in my user-dir repository.
Is that what I should have?

By the way, I was doing a dryRun when I got this error.

-dh

-Original Message-
From: dan tran [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 09, 2006 12:52 PM
To: Maven Users List
Subject: Re: [m2] starteam release goal error

I just run a release:perform using the latest snapshot of release plugin
against starteam, it ran fine.

what version of release plugin do you have?

-D


On 5/9/06, Dave Hoffer <[EMAIL PROTECTED]> wrote:
>
> Using 2.0.4 running release:prepare goal I get the following error.
>
>
>
> Embedded error: Can't load the scm provider.
>
> No such provider: 'starteam'
>
>
>
> I have my scm specified in my project's pom file.  I have the starteam
> command line exe in my path and starteam works with Continuum.  Why do
I
> get this error running maven2 on the command line?
>
>
>
> -dh
>
>
>

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



Re: [m2] starteam release goal error

2006-05-09 Thread dan tran

I just run a release:perform using the latest snapshot of release plugin
against starteam, it ran fine.

what version of release plugin do you have?

-D


On 5/9/06, Dave Hoffer <[EMAIL PROTECTED]> wrote:


Using 2.0.4 running release:prepare goal I get the following error.



Embedded error: Can't load the scm provider.

No such provider: 'starteam'



I have my scm specified in my project's pom file.  I have the starteam
command line exe in my path and starteam works with Continuum.  Why do I
get this error running maven2 on the command line?



-dh