-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
I can't find instructions for how to build the Mesquite module for NeXML. Running maven as
$ mvn mesquite:build
yields the following error:
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] NeXML.java ......................................... SKIPPED
[INFO] I/O library ........................................ SKIPPED
[INFO] Mesquite Module .................................... SKIPPED
[INFO] Transformer ........................................ SKIPPED
[INFO] Validator .......................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.218 s
[INFO] Finished at: 2017-12-12T13:49:22-05:00
[INFO] Final Memory: 14M/309M
[INFO] ------------------------------------------------------------------------
[ERROR] No plugin found for prefix 'mesquite' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (/Users/lapp/.m2/repository), central (https://repo.maven.apache.org/maven2)] -> [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/NoPluginFoundForPrefixException
So is there still a way to build the module successfully?
Currently, the only advertised way for obtained the module for installation is via a Dropbox link of entirely unknown provenance (here and here), which is about as bad as it can get.