pcingola / jFuzzyLogic

The most complete fuzzy logic library in Java. The de-facto standard for research and industrial applications.
GNU Lesser General Public License v3.0
67 stars 33 forks source link

from ant to maven #2

Closed arnaud-castelltort closed 9 years ago

arnaud-castelltort commented 9 years ago

Hi,

Today I have looked at your project and I have made some changes to be maven compliant:

All tests passed as well as the demo project. Now, all you have to do is mvn clean install

I don't know if you are interested in moving to maven. If so, please feel free to contact me about it. I think that there are some others changes that can be useful.

Have a nice day :-)

pcingola commented 9 years ago

Unfortunately I'm not interested at all in using Maven. I'm actually moving my projects AWAY from Maven (you definitively should have dropped me a line before doing all this work).

arnaud-castelltort commented 9 years ago

No problem, I've done it to test your project in a maven environment anyway :-)