質問編集履歴
1
追加調査結果追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -31,4 +31,10 @@
|
|
31
31
|
|
32
32
|
クラスパス・エントリー org.eclipse.jdt.USER_LIBRARY/[外部jar] は、エクスポートまたは公開されません。実行時に ClassNotFoundExceptions が発生する可能性があります。
|
33
33
|
|
34
|
-
よろしくお願いします。
|
34
|
+
よろしくお願いします。
|
35
|
+
|
36
|
+
追記(2017.10.30 17:50)
|
37
|
+
さまざまなサイトから調査をしたところ、maven-dependency-pluginをpom.xmlに追加すると
|
38
|
+
良いとありましたが、
|
39
|
+
maven-dependency-plugin (goals "copy-dependencies", "unpack") is not supported by m2e.
|
40
|
+
とm2eに怒られるうえ、結局WEB-INF/libに対象のjarは無かった。。。
|