My appology for miss typing the url, here is the correction source for maven-scm-plugin for M1 ===========================
svn co http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk plugins to build, goto scm directory and run maven plugin: install source for maven-scm-api ===================== svn co http://svn.apache.org/repos/asf/maven/scm/trunk scm You will need to read the maven-scm-api status command interface to figure out how to invoke it in maven-scm-plugin ( which already has some setup ) you dont need to build maven-scm-api thou, the maven-scm-plugin project.xml already have setup to pickup the required jars from libibio Thanks -D On 8/26/05, Vov@ Sadovyy <[EMAIL PROTECTED]> wrote: > Hmm.. there are sources but no any jars.. Maybe it is stupid tyro question > but I have to ask it... So, should I compile the snapshot? Is somewhere any > instruction how to do it? > > tnx > > > >From: Edwin Punzalan <[EMAIL PROTECTED]> > >Reply-To: "Maven Users List" <[email protected]> > >To: Maven Users List <[email protected]> > >Subject: Re: How check that project should be rebuilded (source code > >management)? > >Date: Fri, 26 Aug 2005 17:14:56 +0800 > > > > > >Try here: https://svn.apache.org/repos/asf/maven/scm/trunk > > > >Vov@ Sadovyy wrote: > > > >>Unfortunately I didn't find snapshot at > >>http://cvs.apache.org/repository/maven/plugins/. Is somewhere another > >>source to get maven-scm-plugin snapshot? > >> > >>tnx. > >> > >> > >>>From: dan tran <[EMAIL PROTECTED]> > >>>To: "Vov@ Sadovyy" <[EMAIL PROTECTED]> > >>>Subject: Re: How check that project should be rebuilded (source code > >>>management)? > >>>Date: Thu, 25 Aug 2005 18:59:30 -0700 > >>> > >>>oops, scm:status is not available, perhaps you can download 1.5.1 > >>>snaphsot in svn and add scm:status goal into it? > >>> > >>>-D > >>> > >>>On 8/25/05, Vov@ Sadovyy <[EMAIL PROTECTED]> wrote: > >>> > I'm using maven-scm-plugin to obtain sources but I can't call goal > >>> > scm:status (Goal does not exist error). The version of my scm plugin > >>>is 1.5. > >>> > What I should to do to get this goal? > >>> > > >>> > Tnx > >>> > > >>> > >From: dan tran <[EMAIL PROTECTED]> > >>> > >Reply-To: "Maven Users List" <[email protected]> > >>> > >To: Maven Users List <[email protected]> > >>> > >Subject: Re: How check that project should be rebuilded (source code > >>> > >management)? > >>> > >Date: Tue, 23 Aug 2005 09:12:18 -0700 > >>> > > > >>> > >if you are using maven-scm-plugin, then scm:status can tell you if > >>>any > >>> > >file have been changed base on some criteria, other wise you can take > >>> > >a look the actual implementation > >>> > > > >>> > >http://svn.apache.org/repos/asf/maven/scm/trunk/maven-scm-providers > >>> > > > >>> > >look for change-log command or status command > >>> > > > >>> > > > >>> > >-D > >>> > > > >>> > > > >>> > > > >>> > >On 8/23/05, Vov@ Sadovyy <[EMAIL PROTECTED]> wrote: > >>> > > > Hi, > >>> > > > > >>> > > > Does anybody have ideas how to check that code was changed? > >>>Originally I > >>> > > > neet to skip build when nothing has changed in SCM? > >>> > > > > >>> > > > P.S. My SCM is subversion... > >>> > > > > >>> > > > Thanks, > >>> > > > Vov > >>> > > > > >>> > > > _________________________________________________________________ > >>> > > > > >>> > > > > >>> > > > > >>>--------------------------------------------------------------------- > >>> > > > 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] > >>> > > > >>> > > >>> > _________________________________________________________________ > >>> > Express yourself instantly with MSN Messenger! Download today it's > >>>FREE! > >>> > http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ > >>> > > >>> > > >> > >> > >>_________________________________________________________________ > >>Express yourself instantly with MSN Messenger! Download today it's FREE! > >>http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ > >> > >> > >>--------------------------------------------------------------------- > >>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] > > > > _________________________________________________________________ > Express yourself instantly with MSN Messenger! Download today it's FREE! > http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ > > > --------------------------------------------------------------------- > 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]
