Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.0.0-beta-1
-
None
Description
We have an environment where we always resolve for 2 configurations. Some of the ivy files donot care about the second configuration so don't specify it in the <configurations> area of the ivy.xml file. In Ant, performing ivy:resolve we see an error about an unknown configuration but the build continues. The real problem is that the resolve metadata is now incorrect. When we turn around and publish the result of the build all the version numbers are left as latest.integration. If we add the configuration to the list of available configurations then we don't get an error and the publish contains the versions that were resolved.