eclipse / mosaic

Eclipse MOSAIC is a Multi-Domain and Multi-Scale Simulation Framework for Automated and Connected Mobility Scenarios.
https://eclipse.dev/mosaic
Eclipse Public License 2.0
96 stars 55 forks source link

The POM for org.eclipse.mosaic:mosaic-application:jar:24.1-SNAPSHOT is missing, no dependency information available #394

Closed Sumail2020 closed 4 months ago

Sumail2020 commented 4 months ago

Description

...

Steps to reproduce

...1. cd to "mosaic-main\app\tutorials\highway-management"

  1. run "mvn clean install"
  2. failed

Workaround

... image

Affected modules

...

System information

Sumail2020 commented 4 months ago

Solved this by adding the following code to the pom.xml

repo.eclipse.org MOSAIC Repository https://repo.eclipse.org/content/repositories/mosaic

image

kschrab commented 4 months ago

Always use the maven calls from the root directory of MOSAIC. If you want to build only one single application/module, you can use mvn install -rf :highway-management (from the root directory). This works only if you've build the entire repo at least once.