
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

Hi Gary, In the main sample directory try running: mvn install -am -pl oxygen-sample-swing-component The oxygen-sample-swing-component module depends on other modules present in the main project. This way those modules will be built first. Best regards, Alex -- Alex Jitianu <oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com On 4/3/2021 2:26 AM, Gary Kopp wrote:
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/ <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
_______________________________________________ oXygen-sdk mailing list oXygen-sdk@oxygenxml.com https://www.oxygenxml.com/mailman/listinfo/oxygen-sdk
participants (2)
-
Alex Jitianu
-
Gary Kopp