On Fri, 2019-12-20 at 23:14 -0800, Ryan Schmitt wrote:
> > 
> > I do not know what IDE you use but IntelliJ IDEA makes it
> > completely
> > effortless to run SNAPSHOT versions of multiple modules within the
> > same
> > project.
> 
> 
> I don't know how to develop separate Maven projects as if they were a
> single project. I do know how to do this with Gradle, which has a
> feature
> called composite builds:
> https://docs.gradle.org/current/userguide/composite_builds.html


Hi Ryan

Maven does not support composite builds natively but IntelliJ does.
What it usually taken for me is to import HttpCore as modules of
HttpClient project and change HttpCore version to the corresponding
snapshot version.

Oleg   


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
For additional commands, e-mail: dev-h...@hc.apache.org

Reply via email to