質問編集履歴

1

2018/11/05 06:55

投稿

star0415
star0415

スコア25

test CHANGED
File without changes
test CHANGED
@@ -234,6 +234,24 @@
234
234
 
235
235
 
236
236
 
237
+ エラー内容
238
+
239
+ [WARNING]
240
+
241
+ [WARNING] Some problems were encountered while building the effective model for com.dips:calc:jar:0.0.1-SNAPSHOT
242
+
243
+ [WARNING] 'dependencies.dependency.systemPath' for my-group:position:jar should not point at files within the project directory, ${basedir}/position-0.0.1-SNAPSHOT.jar will be unresolvable by dependent projects @ line 100, column 18
244
+
245
+ [WARNING]
246
+
247
+ [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
248
+
249
+ [WARNING]
250
+
251
+ [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
252
+
253
+
254
+
237
255
  calcというプロジェクトでプロジェクトフォルダのpositionというjarを読み込んでいるのですが、上手くビルドできません。
238
256
 
239
257
  記述に間違いがあればご教示下さい。