Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Versions Maven Plugin and Tycho?

I'm afraid display-dependency-updates works with Maven 2 repositories so will not work in a Tycho environment where P2 repos are used.

Regards
Jeff

On Sat, Mar 14, 2015 at 5:02 PM, David M Williams <david_williams@xxxxxxxxxx> wrote:
I recently happened across this collection of "maven functionality":
http://mojo.codehaus.org/versions-maven-plugin/

Does anyone have any experience using these with Tycho builds? Do they "work"?
I'm especially interested in the following:

versions:display-dependency-updates
versions:display-plugin-updates
versions:display-property-updates
versions:lock-snapshots

The first three just as a possible way to "check the build" every now and then ...
The fourth (lock-snapshots) as a way to "lock down" a snapshot,
say during a critical period of development (such as delivering a milestone).

I am partially asking since they seem oriented to "Maven 2". I could not find counterparts for "Maven 3".
Anyone know of similar, but better?, functionality for Maven 3 and/or Tycho?

Thanks,

_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tycho-user



--
Jeff MAURY


"Legacy code" often differs from its suggested alternative by actually working and scaling.
 - Bjarne Stroustrup

http://www.jeffmaury.com
http://riadiscuss.jeffmaury.com
http://www.twitter.com/jeffmaury

Back to the top