Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] how set qualifier as revision from svn during every build?

Hi all,

following the tycho-buildtimestamp-jgit maven plugin I was able to implement a proof-of-concept for svn.
I use SVNKit. Will there be license issues when hosting this plugin at eclipse.org?

CU,
Marco



2012/9/5 <e92-330cd@xxxxxxxxx>
Hello again, because I am not enought experienced in tycho developing , so involving into tycho project will stuck me on many days maybe weeks. I am thiking about this solution:

1] write my own maven plugin, wich will look into $basedir/.svn and found the latest time or revision. in some phase before "package" and store the value into ${newVersion}

2] than use tycho-versions:set-version in package phase

the question is, will it create the jar of each module properly named? will the update site recognize the lastest jars if there will be many version eg 1.0.0 diferenting only with the qualifier (=svn revision)?


David
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top