jawi / ols

OpenBench LogicSniffer repository
http://www.lxtreme.nl/ols/
319 stars 74 forks source link

Build requires maven 3, but README says maven 2 #172

Open matthijskooijman opened 11 years ago

matthijskooijman commented 11 years ago

The README file says:

For compiling the sources, you need to have at least a valid JDK (1.6+) and Maven2 installed.

But when I install the maven2 package on Debian Wheezy and run mvn, it says:

[INFO] Unable to build project '/home/matthijs/docs/src/upstream/ols/pom.xml; it requires Maven version 3.0.0

I guess the README is out of date?

jawi commented 11 years ago

Yes. The README is out of date at the moment. Actually, I didn't bother to update the README as I'm also busy with a migration from Maven3 to Bndtools, which should make it a lot easier to develop stuff for the OLS client. But, as time is at the moment my worst enemy, I'm not able to pinpoint when this migration will be done exactly. So, for now, I'll adjust the README to mention Maven3 as used buildtool.

Good catch.