質問編集履歴
1
mvn clean packageの実行結果を追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -43,7 +43,47 @@
|
|
43
43
|
[ERROR]
|
44
44
|
[ERROR] For more information about the errors and possible solutions, please read the following articles:
|
45
45
|
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
|
46
|
+
```
|
46
47
|
|
48
|
+
|
49
|
+
### mvn clean packageの実行結果
|
50
|
+
```ここに言語を入力
|
51
|
+
[INFO] Scanning for projects...
|
52
|
+
[INFO]
|
53
|
+
[INFO] -----------------------< jp.co.e_cyber:air2020 >------------------------
|
54
|
+
[INFO] Building air2020 v0.0.1
|
55
|
+
[INFO] --------------------------------[ war ]---------------------------------
|
56
|
+
[INFO]
|
57
|
+
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ air2020 ---
|
58
|
+
[INFO] Deleting C:\Users\kawata\Desktop\web\air2020_core\target
|
59
|
+
[INFO]
|
60
|
+
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ air2020 ---
|
61
|
+
[INFO] Using 'UTF-8' encoding to copy filtered resources.
|
62
|
+
[INFO] Copying 3 resources
|
63
|
+
[INFO] Copying 4347 resources
|
64
|
+
[INFO]
|
65
|
+
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ air2020 ---
|
66
|
+
[INFO] Changes detected - recompiling the module!
|
67
|
+
[INFO] Compiling 914 source files to C:\Users\kawata\Desktop\web\air2020_core\target\classes
|
68
|
+
WARNING: An illegal reflective access operation has occurred
|
69
|
+
WARNING: Illegal reflective access by lombok.javac.apt.LombokProcessor to field com.sun.tools.javac.processing.JavacProcessingEnvironment.discoveredProcs
|
70
|
+
WARNING: Please consider reporting this to the maintainers of lombok.javac.apt.LombokProcessor
|
71
|
+
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
|
72
|
+
WARNING: All illegal access operations will be denied in a future release
|
73
|
+
[INFO] ------------------------------------------------------------------------
|
74
|
+
[INFO] BUILD FAILURE
|
75
|
+
[INFO] ------------------------------------------------------------------------
|
76
|
+
[INFO] Total time: 39.170 s
|
77
|
+
[INFO] Finished at: 2019-09-20T17:56:59+09:00
|
78
|
+
[INFO] ------------------------------------------------------------------------
|
79
|
+
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project air2020: Fatal error compiling: java.lang.ExceptionInInitializerError: com.sun.tools.javac.code.TypeTags -> [Help 1]
|
80
|
+
[ERROR]
|
81
|
+
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
|
82
|
+
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
|
83
|
+
[ERROR]
|
84
|
+
[ERROR] For more information about the errors and possible solutions, please read the following articles:
|
85
|
+
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
|
86
|
+
|
47
87
|
```
|
48
88
|
|
49
89
|
### バージョン
|