Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
SarahSie opened this issue Sep 26, 2024 · 2 comments
Open

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

SarahSie opened this issue Sep 26, 2024 · 2 comments

Comments

@SarahSie
Copy link

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

@JWJoubert
Copy link
Contributor

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
Copy link
Contributor

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)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants