質問編集履歴

2

kotlin-maven-noargがない。

2020/01/03 09:06

投稿

isao
isao

スコア21

test CHANGED
File without changes
test CHANGED
@@ -284,7 +284,9 @@
284
284
 
285
285
 
286
286
 
287
- IntelliJの画面右側のMavenからPackageを選択したところ下記のエラーが出ていることが判明しました。依存関係の収集に失敗しているようですがgoogle検索しても具体的解決策見つけられません
287
+ IntelliJの画面右側のMavenからPackageを選択したところ下記のエラーが出ていることが判明しました。依存関係の収集に失敗しているようです。kotlin-maven-noargがリポジトリから取得かったようなのです原因が不明です
288
+
289
+ この現象について解決策をご存知の方、おられましたらご教授をお願いいたします。
288
290
 
289
291
  ```
290
292
 
@@ -303,3 +305,13 @@
303
305
  org.jetbrains.kotlin:kotlin-maven-plugin:jar:1.3.61 -> org.jetbrains.kotlin:kotlin-maven-noarg:jar:1.3.61
304
306
 
305
307
  ```
308
+
309
+ ```
310
+
311
+ Could not transfer artifact org.jetbrains.kotlin:kotlin-maven-noarg:
312
+
313
+ pom:1.3.61 from/to central (https://repo.maven.apache.org/maven2): java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException:
314
+
315
+ the trustAnchors parameter must be non-empty
316
+
317
+ ```

1

パッケージングに失敗している

2020/01/03 09:06

投稿

isao
isao

スコア21

test CHANGED
File without changes
test CHANGED
@@ -281,3 +281,25 @@
281
281
  </project>
282
282
 
283
283
  ```
284
+
285
+
286
+
287
+ IntelliJの画面右側のMavenからPackageを選択したところ下記のエラーが出ていることが判明しました。依存関係の収集に失敗しているようですがgoogleで検索しても具体的な解決策が見つけられません。
288
+
289
+ ```
290
+
291
+ Failed to execute goal org.jetbrains.kotlin:
292
+
293
+ kotlin-maven-plugin:1.3.61:compile (compile) on project demojar:
294
+
295
+ Execution compile of goal org.jetbrains.kotlin:kotlin-maven-plugin:1.3.61:
296
+
297
+ compile failed: Plugin org.jetbrains.kotlin:
298
+
299
+ kotlin-maven-plugin:1.3.61 or one of its dependencies could not be resolved:
300
+
301
+ Failed to collect dependencies at
302
+
303
+ org.jetbrains.kotlin:kotlin-maven-plugin:jar:1.3.61 -> org.jetbrains.kotlin:kotlin-maven-noarg:jar:1.3.61
304
+
305
+ ```