Document that os-maven-plugin is needed to resolve dependencies#176
Document that os-maven-plugin is needed to resolve dependencies#176shadjiiski wants to merge 1 commit intomicrobean:masterfrom
Conversation
The main pom.xml of microbean-helm depends on
io.netty:netty-tcnative-boringssl-static:jar:${os.detected.classifier}
where the os.detected.classifier property is computed by the os-maven-plugin.
This commit updates the README.md to reflect the need of the
os-maven-plugin.
|
This is just a little something that helped me with this error cheers! |
|
this solution not work for me, i did import the jars manually instead |
|
@jiaj12, what was the behavior of the Adding the build extension should fix your build, however, you might still be getting error messages in your IDE, especially if you are using Eclipse. As stated in the readme of the os-maven-plugin you will have to add the os-maven-plugin as an Eclipse plugin to deal with that. I found that you will also need to use the right version of the plugin as well (1.5.0.Final in the microbean-helm case). Is this what you meant when you said that you had to import the jars instead of modifying the |
The main pom.xml of microbean-helm depends on
io.netty:netty-tcnative-boringssl-static:jar:${os.detected.classifier}
where the os.detected.classifier property is computed by the os-maven-plugin.
This commit updates the README.md to reflect the need of the
os-maven-plugin.