I'm trying to get the demo working is for a standalone java program, but is getting java.lang.NoClassDefFoundError: org/apache/maven/settings/building/SettingsBuildingException when calling resolve().
I need to import org.apache.maven.project.MavenProject to get the demo compiled, but which version of maven-project is needed.
I have tried several version, and this is the latest I could find, but it seems to conflict anyway with jcabi
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-project</artifactId>
<version>3.0-alpha-2</version>
</dependency>
I'm trying to get the demo working is for a standalone java program, but is getting java.lang.NoClassDefFoundError: org/apache/maven/settings/building/SettingsBuildingException when calling resolve().
I need to import org.apache.maven.project.MavenProject to get the demo compiled, but which version of maven-project is needed.
I have tried several version, and this is the latest I could find, but it seems to conflict anyway with jcabi