-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 6.2.0 CE RC3
-
Fix Version/s: 6.1.X EE, 6.2.0 CE RC4
-
Component/s: Dev Tools, Dev Tools > Plugins SDK
-
Labels:None
-
Branch Version/s:6.1.x
-
Backported to Branch:Committed
When we set a ivy settings file:
<ivy:settings file="${sdk.dir}/ivy-settings-publisher.xml" />
ivy sets the ivy.settings.file variable to that file.
that means.. inside of ivy-settings-publisher.xml
<include file="${ivy.settings.file}" />
will cause an infinite loop since it's trying to include itself.
- relates
-
LPS-40939 Can't compile a plugin which only has a local maven version as a dependency
- Closed