Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Side-effects of using "mvn clean verify" over "mvn clean install"

Hello,

I'm using it intensively for years now.
Please note that the update-local-index goal just registers the newly installed P2 artifact in a local repository index of P2 artifacts so that other builds from another reactor on the same machine can resolve this P2 artifact. Not a recommanded parttern in my POV

Jeff


On Fri, May 31, 2013 at 3:20 PM, Andreas Sewe <andreas.sewe@xxxxxxxxxxxxxx> wrote:
Hi all,

I am wondering whether there are any sideeffects I should be aware of if
I build my Tycho projects with "mvn clean verify" rather than "mvn clean
install" (the tycho-p2-plugin:update-local-index goal is bound to install)?

The "install" goal is kind of unattractive on a CI Server as leftovers
(in the local repository) from one build may affect then next. The
obvious solution of purging the local repository prior to the CI build
is also unattractive as that causes all previously downloaded plugins to
be downloaded again.

So, is there anything inherently wrong with "mvn clean verify"?

Best regards,

Andreas
--
Codetrails UG (haftungsbeschränkt)
The knowledge transfer company

Robert-Bosch-Str. 7, 64293 Darmstadt
Mobile: +49-170-811-3791
http://www.codetrails.com/

Managing Director: Dr. Marcel Bruch
Handelsregister: Darmstadt HRB 91940
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
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