Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[linuxtools-dev] Build locally with Tycho

Hi,

>From time to time we all push commits that have typos or small mistakes
that break the build.  This is perfectly fine and expected :)

Should you be pushing commits that have invasive changes or are complex,
it's a good idea to verify that the build still works.  This is pretty
easy these days since we're using Tycho:  run `mvn -fae clean install`
on the command line with a maven 3 build [1].  If anyone uses m2e [2],
feel free to pass along tips or howtos.  Don't hesitate to ask questions
if you have any.

Thanks and have a nice day!

Andrew

[1]
http://maven.apache.org/download.html

[2]
http://www.eclipse.org/m2e/


Back to the top