
I am trying to build the SDK samples project, with the goal of getting the oxygen-sample-swing-component built. I first tried to run mvn compile in the sample-swing-component sub-directory, but it complained: [ERROR] Failed to execute goal on project oxygen-sample-swing-component: Could not resolve dependencies for project myGroup:oxygen-sample-swing-component:jar:1.0-SNAPSHOT: The following artifacts could not be resolved: myGroup:bundle-frameworks:jar:1.0-SNAPSHOT, myGroup:bundle-options:jar:1.0-SNAPSHOT: Could not find artifact myGroup:bundle-frameworks:jar:1.0-SNAPSHOT in oxygenxml (https://oxygenxml.com/maven/) -> [Help 1] Then I tried mvn compile in the main sample directory and it complained: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.8:unpack-dependencies (extract-plugin-zip-artifacts) on project bundle-plugins: Artifact has not been packaged yet. When used on reactor artifact, unpack should be executed after packaging: see MDEP-98. -> [Help 1] Any help here? --Gary Kopp