Ivy を使用してプロジェクト内のすべての依存関係を管理し、rev 属性に + (プラス) を追加するたびに ivy.xml が機能しません。
<dependency org="com.*****.*********" name="im-framework" rev="0.0.1+">
<artifact name="im-framework-main" type="jar" conf="compile->compile" />
<artifact name="im-framework-test" type="jar" conf="test->default" />
<exclude name="log4j-over-slf4j" />
</dependency>
エラーメッセージ:
Description Resource Path Location Type
Impossible to resolve dependencies of com.*****.*******#im-web;0.0.1 ivy.xml /Project Unknown Problem
それを削除してバージョン番号を追加すると、正常に動作します。
誰かが私を助けることができますか?