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" <users@maven.apache.org>
To: Maven Users List <users@maven.apache.org>
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/


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

Reply via email to