I’m having troubles building webapi on my local mac (10.13.6). Maven error:
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.qmino:miredot-plugin:1.5.1:restdoc (default) on project WebAPI: Execution default of goal com.qmino:miredot-plugin:1.5.1:restdoc failed: Plugin com.qmino:miredot-plugin:1.5.1 or one of its dependencies could not be resolved: Could not find artifact com.sun:tools:jar:1.6.0 at specified path /Library/Java/JavaVirtualMachines/jdk-10.jdk/Contents/Home/../lib/tools.jar
I tried a few things, such as adding com.sun.tools to pom.xml; downloading the tools.jar manually, but was starting to get into hack mode. I did see some comments about the mac java setup being problematic, but have had no problems with other (trivial) java apps.
My command line:
> mvn clean package -e -X -U -s WebAPIConfig/settings.xml -P webapi-postgresql >me.log 2>me.log2
I appreciate any pointers or links to doco to look at for things to try.
Thanks,
Don