matsim-org / matsim-code-examples

A repository containing code examples around MATSim
GNU General Public License v3.0
84 stars 179 forks source link

maven repo for matsim-example-project 0.0.1-SNAPSHOT #1166

Open SarahSie opened 1 month ago

SarahSie commented 1 month ago

Hello, Does anybody know what maven repo can I find the matsim-example-project 0.0.1-SNAPSHOT artifact?

JWJoubert commented 1 month ago

Hi @SarahSie, that is an unversioned snapshot and should be able to build it locally, on your computer, yourself. In the terminal (on Mac or Linux), you can navigate to the folder where you checked out/clone the repository, and then call

mvn clean
mvn package

If you want a versioned instance, you can find it with the other MATSim artifacts.

JWJoubert commented 1 month ago

I am curious as to why you would need the 0.0.1-SNAPSHOT. Why not just run your code from within the Integrated Development Environment (IDE)?