Just noticed that the artifact naming convention changed in the newest version of Apache HTTP Components, specifically the "-source" was dropped from the name of source artifacts. Any reason for the change besides the switch to maven to get the artifact? This is actually breaking things for my company since we have to post process these libraries It seems like have "x-source" and "x-javadoc" is pretty standard across most modules, so I'd like to change it back (what with consistency in naming being a project goal and all :) ). Any objections?
Also, I'm proposing to move back to a single javadoc, "httpcore-all-javadoc", artifact as the javadoc artifacts would like to cross reference, but can't when in separated like they are in Maven (i.e. any NIO javadocs that refer to core have to link to the Apache website). This is the way the javadoc distribution from Apache's own site works.
--
You received this message because you are subscribed to the Google Groups "ivyroundup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ivyroundup+...@googlegroups.com.
To post to this group, send email to ivyro...@googlegroups.com.
Visit this group at http://groups.google.com/group/ivyroundup.
For more options, visit https://groups.google.com/groups/opt_out.
On Fri, Sep 6, 2013 at 10:34 AM, Neil Miller <neil.g.m...@gmail.com> wrote:
Just noticed that the artifact naming convention changed in the newest version of Apache HTTP Components, specifically the "-source" was dropped from the name of source artifacts. Any reason for the change besides the switch to maven to get the artifact? This is actually breaking things for my company since we have to post process these libraries It seems like have "x-source" and "x-javadoc" is pretty standard across most modules, so I'd like to change it back (what with consistency in naming being a project goal and all :) ). Any objections?
A more correct and reliable way for your tools to detect source artifacts is to look for the "source" artifact type.
But it's not a problem if you want to rename the artifacts in that module to include "-sources" and "-javadoc" suffixes.
Also, I'm proposing to move back to a single javadoc, "httpcore-all-javadoc", artifact as the javadoc artifacts would like to cross reference, but can't when in separated like they are in Maven (i.e. any NIO javadocs that refer to core have to link to the Apache website). This is the way the javadoc distribution from Apache's own site works.
Fine with me.. does it exist in Maven though? If not you will have to pull from somewhere else.
---AC
Archie L. Cobbs