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: dev-unsubscr...@hc.apache.org For additional commands, e-mail: dev-h...@hc.apache.org