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