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 > > <build> > <plugins> > <plugin> > <artifactId>maven-release-plugin</artifactId> > <version>2.0-beta-4-SNAPSHOT</version> > </plugin> > </plugins> > </build> > > 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]
