AW: Issue Publishing with UrlResolver and later Resolving with IBiblioResolver

2016-11-02 Thread Geißler , Daniel
The ibiblio resolver is for dependency resolution in maven repositories. If you don't publish a pom.xml then resolving might be somewhat strange. So you'll need to create a pom first: http://ant.apache.org/ivy/history/2.4.0/use/makepom.html where you can map your ivy configurations to maven

Issue Publishing with UrlResolver and later Resolving with IBiblioResolver

2016-11-02 Thread Vincent Case
Problem Overview: My goal is to publish an artifact using the UrlResolver and then retrieve it using the IBiblioResolver. However, resolve fails if the dependency conf mapping is to something other than "->default". What I observe is: 1- The ivy:resollve task succeeds if the UrlResolver is used