Repast / repast.simphony

Git repository for Repast Simphony development
repast.github.io
90 stars 21 forks source link

Use maven for depndencies #4

Open dkremmydas opened 7 years ago

dkremmydas commented 7 years ago

Instead of having the jar library dependencies (like apache commons) in the github repository, maven could be used (i.e. writing the proper pom.xml file).

jonas-andersen commented 3 years ago

I have started to look into building with the Eclipse Tycho Maven plugins. The (on-going) changes can be seen in the development-eclipse-tycho branch of my fork (https://github.com/jonas-andersen/repast.simphony/tree/development-eclipse-tycho).