hudson自动化部署linux,执行mvn 提示我jar不存在。但是Windows上运行可以的,排除了jar冲突

1 进项spring-data的书写,在windows上执行是可以运行成功,并且可以找到jar包

2 在 linux 上 mvn deploy时 提示我 jar不存在 ,本地 windows生成的war放到 linux上可以执行

3 搜了很多都无结果

windows 上 图片描述

linux 上 图片描述

具体文字

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile (default-compile) on project schedule: Compilation failure
[ERROR] /opt/hudson/jobs/dream_schedule/workspace/dream_schedule/src/main/java/org/finace/schedule/utils/Test.java:[17,49] package org.springframework.data.auditing.config does not exist
[ERROR] -> [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:

以上是 hudson自动化部署linux,执行mvn 提示我jar不存在。但是Windows上运行可以的,排除了jar冲突 的全部内容, 来源链接: utcz.com/p/180071.html

回到顶部