I am trying to build the site to make sure I can, before I change anything and I noticed that on
http://hc.apache.org/httpcomponents-core-5.0.x/project-info.html All of the links on the RHS menu under "Modules" are broken. Gary On Wed, Feb 13, 2019 at 7:59 AM Oleg Kalnichevski <[email protected]> wrote: > On Wed, 2019-02-13 at 07:46 -0500, Gary Gregory wrote: > > Hi All: > > > > I think it would be better if our examples lived in a .examples. > > package > > under the src/test folder. The advantages are: > > > > - Examples would always be compiled by Maven and IDEs > > - Examples would end up living in the test jar, which would be handy > > for > > testing certain use-cases. In my case, testing using our static file > > server > > and proxy. > > > > WDYT? > > > > Gary > > Hi Gary > > The reason examples reside in a separate folder is make it easier to > publish them to the project website and to package with binary > distributions. > > Feel free to move the examples but please try and keep site generation > working. It is quite brittle. > > https://github.com/apache/httpcomponents-core/blob/master/pom.xml#L175 > > Cheers > > Oleg > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
