-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Jenkins-1.405, Repository Plugin 0.3
In my Jenkins instance I build the current 4.1.X branch of httpclient using a Maven3 job with:
clean install
see:
http://huschteguzzel.de/hudson/job/httpclient-4.1.x/
Now the source and binary jars of httpclient show up correctly and are usable:
http://huschteguzzel.de/hudson/plugin/repository/everything/org/apache/httpcomponents/httpclient/4.1.2-SNAPSHOT/
However the POM is reported with size 0 (zero) and a download ends in a HTTP-404, this is true for all artifacts of the osgi module of this multimodule build as well, see:
http://huschteguzzel.de/hudson/plugin/repository/everything/org/apache/httpcomponents/httpclient-osgi/4.1.2-SNAPSHOT/
I do not see any stack traces in the log file.