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
I use
mvn clean package
build this project with the following erroris milo
0.4.0-SNAPSHOT
based on branch dev/0.4?