Re: Maven and SVN Plugin
Look at the link I sent in my previous post, it's the solution.This plugin
generate a buildNumber property.
Then if you allow filtering on your resources files, ${buildNumber} will be
replaced by the property.
Emmanuel
On Thu, Sep 25, 2008 at 3:32 PM, dineshatit <[EMAIL PROTECTED]> wrote:
>
>
>
> Emmanuel Venisse-2 wrote:
> >
> > You want the svn revision, right?In this case, look at buildnumber
> plugin:
> > http://mojo.codehaus.org/buildnumber-maven-plugin/usage.html
> >
> > Emmanuel
> >
> > On Thu, Sep 25, 2008 at 9:13 AM, dineshatit <[EMAIL PROTECTED]>
> wrote:
> >
> >>
> >> Dear Reader,
> >> In maven, want to retrive the svn last commit value of
> >> repository in maven property (pom.xml) .
> >> please suggest me
> >>
> >> what plugin ?
> >> HOWTO ?
> >>
> >>
> >> Dinesh Kumar .R
> >> --
> >> View this message in context:
> >> http://www.nabble.com/Maven-and-SVN-Plugin-tp19664217p19664217.html
> >> Sent from the Maven - SCM mailing list archive at Nabble.com.
> >>
> >>
> >
> >
>
> i want to get latest revision number of svn info svn://../repo/sdp/.
> result of the command , want to set in property file. plz give the solution
> ...
>
> --
> View this message in context:
> http://www.nabble.com/Maven-and-SVN-Plugin-tp19664217p19669594.html
> Sent from the Maven - SCM mailing list archive at Nabble.com.
>
>
Re: Maven and SVN Plugin
Emmanuel Venisse-2 wrote: > > You want the svn revision, right?In this case, look at buildnumber plugin: > http://mojo.codehaus.org/buildnumber-maven-plugin/usage.html > > Emmanuel > > On Thu, Sep 25, 2008 at 9:13 AM, dineshatit <[EMAIL PROTECTED]> wrote: > >> >> Dear Reader, >> In maven, want to retrive the svn last commit value of >> repository in maven property (pom.xml) . >> please suggest me >> >> what plugin ? >> HOWTO ? >> >> >> Dinesh Kumar .R >> -- >> View this message in context: >> http://www.nabble.com/Maven-and-SVN-Plugin-tp19664217p19664217.html >> Sent from the Maven - SCM mailing list archive at Nabble.com. >> >> > > i want to get latest revision number of svn info svn://../repo/sdp/. result of the command , want to set in property file. plz give the solution ... -- View this message in context: http://www.nabble.com/Maven-and-SVN-Plugin-tp19664217p19669594.html Sent from the Maven - SCM mailing list archive at Nabble.com.
Re: Maven and SVN Plugin
You want the svn revision, right?In this case, look at buildnumber plugin: http://mojo.codehaus.org/buildnumber-maven-plugin/usage.html Emmanuel On Thu, Sep 25, 2008 at 9:13 AM, dineshatit <[EMAIL PROTECTED]> wrote: > > Dear Reader, > In maven, want to retrive the svn last commit value of > repository in maven property (pom.xml) . > please suggest me > > what plugin ? > HOWTO ? > > > Dinesh Kumar .R > -- > View this message in context: > http://www.nabble.com/Maven-and-SVN-Plugin-tp19664217p19664217.html > Sent from the Maven - SCM mailing list archive at Nabble.com. > >
