digitalpetri / opc-ua-nodeset-parser

A parser for the OPC UA UANodeSet XML schema
Apache License 2.0
21 stars 10 forks source link

org.eclipse.milo:sdk-server:jar:0.4.0-SNAPSHOT is missing #3

Closed coolbeevip closed 4 years ago

coolbeevip commented 4 years ago

I use mvn clean package build this project with the following error

is milo 0.4.0-SNAPSHOT based on branch dev/0.4?

[WARNING] The POM for org.eclipse.milo:sdk-server:jar:0.4.0-SNAPSHOT is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  9.173 s
[INFO] Finished at: 2020-03-15T23:00:38+08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project uanodeset-parser: Could not resolve dependencies for project com.digitalpetri.opcua:uanodeset-parser:jar:0.4.0-SNAPSHOT: Could not find artifact org.eclipse.milo:sdk-server:jar:0.4.0-SNAPSHOT -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
kevinherron commented 4 years ago

Did you do mvn clean install on the Milo dev/0.4 branch first? It should work after that because yes, this is based on dev/0.4 of Milo.

coolbeevip commented 4 years ago

Thanks, I've got it