SE-Stuttgart / XSTAMPP

XSTAMPP (eXtensible STAMP Platform) is an open-source platform for safety engineering designed specially to serve the widespread adoption and use of STAMP methodologies (STPA and CAST) in different areas. XSTAMPP includes seven plug-ins.
http://www.xstampp.de
28 stars 17 forks source link

Not able to build XSTAMPP with Maven #9

Open icarter09 opened 5 years ago

icarter09 commented 5 years ago

When I run the cmd mvn clean verify, I'm getting a build failure due to org.eclipse.aether.transfer.ArtifactNotFoundException: Could not find artifact xstampp.group:xstampp:jar:3.1.2 in central (https://repo.maven.apache.org/maven2)

Does anyone have a work around for this problem?

I'm using Java 10 and Maven 3.5.2. The directions say that it should work for those versions.

robi-y commented 3 years ago

You need Java 8 in order to compile XSTAMPP 3, see also #14 .

BTW, I heard there is by now a version 4 which is web based, any one knows if it is publicly available?