Skip to content

java.lang.NoClassDefFoundError: org/apache/maven/settings/building/SettingsBuildingException #92

@bwa

Description

@bwa

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>


Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions