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.
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.
When I run the cmd
mvn clean verify
, I'm getting a build failure due toorg.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.