I am looking help on defining the POM for my plugin. #2811
Unanswered
mikeoverbay
asked this question in
Help
Replies: 2 comments 3 replies
-
Have a look at: Fix your parent so that it looks more like this:
Your packaging needs to be nbm:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
TY for helping! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I designed this and it works well. I can easily send commands to UGS but grabbing data and keeping my jogbox in sync has be an issue.
Currently. I am getting these errors from POM
`this is getting old!
The build could not read 1 project -> [Help 1]
The project com.willwinder:ugs-platform-plugin-serialcommand:2.0-SNAPSHOT (C:\Universal-G-Code-Sender\ugs-platform\ugs-platform-plugin-SerialCommand\pom.xml) has 1 error
Non-resolvable parent POM for com.willwinder:ugs-platform-plugin-serialcommand:2.0-SNAPSHOT: The following artifacts could not be resolved: com.willwinder:ugs-platform:pom:2.0-SNAPSHOT (absent): Could not find artifact com.willwinder:ugs-platform:pom:2.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 8, column 9 -> [Help 2]
Any help with this would be great!
Here's the pom
`
Here's my code for my plugin.
And the nano ESP32 which is wired to HC-05 because I was wrong ESP32 on a nano doing classic Bluetooth. I do want to use the wifi laster once this is running.
Beta Was this translation helpful? Give feedback.
All reactions