小牛和开放km建立失败



当我使用Maven部署OpenKM应用程序时,我将面临此问题:

[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14.316 sError log,
[INFO] Finished at: 2016-12-15T09:31:54+03:00
[INFO] Final Memory: 20M/122M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:gwt-maven-plugin:2.5.1:compile (default-cli) on project openkm: GWT Module com.googlecode.gwt.crypto.Crypto not found in project sources or resources. -> [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/MojoExecutionException

com.googlecode.gwt.crypto.crypto在项目来源中找不到

请确保您的依赖项包括

<dependency>
    <groupId>com.googlecode.gwt-crypto</groupId>
    <artifactId>gwt-crypto</artifactId>
    <version>2.3.0</version>
</dependency>

最新更新