You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm-dev@maven.apache.org by Eric Pugh <ep...@opensourceconnections.com> on 2005/01/27 21:58:27 UTC

Testing scm-1.5 plugin

Hi all,

Brett mentioned a while back about the SCM 1.5 branch.  I thought I
would start digging into it to see where I can help.  I checked out the
branch at:

https://svn.apache.org/repos/asf/maven/maven-1/plugins/branches/scm-1.5-
branch

And tried to compile it.  The first error I got was that the
../plugin-parent/project.xml was missing.  I then tweaked project.xml to
point to the normal maven-plugins/plugin-parent/project.xml.

At this point I am failing on these dependencies:
maven-scm-api-1.0-alpha-1-SNAPSHOT.jar
maven-scm-provider-cvs-1.0-alpha-1-SNAPSHOT.jar
maven-scm-provider-svn-1.0-alpha-1-SNAPSHOT.jar

I noticed that the site docs have been updated for 1.5-beta-4-SNAPSHOT.
So, am I being overly impatient waiting for the Jars to show up in the
main repo, or am I missing a remote repo to point at?  

Thanks,

Eric


Re: Testing scm-1.5 plugin

Posted by Brett Porter <br...@apache.org>.
Hi Eric,

(Not sure if you are subbed to scm-dev as I had to moderate you through).

I forgot to push up the snapshots. Sorry about that - will do tonight. However,
if you download the released beta-3 they are actually bundled inside there.

plugin-parent is available by svn:external, so just checkout
.../branches/plugin-parent. This needs to be cleaner, but I haven't had time for
the moment :)

If you wish to build the SCM libs yourself, you'll need to install m2 and
checkout maven-scm from CVS.

Cheers,
Brett

Quoting Eric Pugh <ep...@opensourceconnections.com>:

> Hi all,
> 
> Brett mentioned a while back about the SCM 1.5 branch.  I thought I
> would start digging into it to see where I can help.  I checked out the
> branch at:
> 
> https://svn.apache.org/repos/asf/maven/maven-1/plugins/branches/scm-1.5-
> branch
> 
> And tried to compile it.  The first error I got was that the
> ../plugin-parent/project.xml was missing.  I then tweaked project.xml to
> point to the normal maven-plugins/plugin-parent/project.xml.
> 
> At this point I am failing on these dependencies:
> maven-scm-api-1.0-alpha-1-SNAPSHOT.jar
> maven-scm-provider-cvs-1.0-alpha-1-SNAPSHOT.jar
> maven-scm-provider-svn-1.0-alpha-1-SNAPSHOT.jar
> 
> I noticed that the site docs have been updated for 1.5-beta-4-SNAPSHOT.
> So, am I being overly impatient waiting for the Jars to show up in the
> main repo, or am I missing a remote repo to point at?  
> 
> Thanks,
> 
> Eric
>