Re: Maven Doxia and minimum Java versions

2018-05-14 Thread Robert Scholte
Is httpunit a test dependency or not? If it is, then there's no issue. Just ensure to run Maven with Java 8 and use animal-sniffer to verify if the main code is still Java 7 compatible. If we push this to Java 8, we must make it clear on the maven-site-plugin docs that you need to run Maven

Re: Maven Doxia and minimum Java versions

2018-05-14 Thread Karl Heinz Marbaise
Hi, On 14/05/18 13:46, Stephen Connolly wrote: Currently Maven core is 1.7 minimum... I'd like to bump that to 1.8... but that's another story +1 from me for Maven Core to 1.8... Kind regards Karl Heinz Marbaise On 14 May 2018 at 10:07, Graham Leggett wrote: Hi all, I would like to cla

Re: Maven Doxia and minimum Java versions

2018-05-14 Thread Stephen Connolly
Currently Maven core is 1.7 minimum... I'd like to bump that to 1.8... but that's another story On 14 May 2018 at 10:07, Graham Leggett wrote: > Hi all, > > I would like to clarify what the policy is on maven-doxia and the maven > project in general, and minimum java versions. > > With the XHTM

Maven Doxia and minimum Java versions

2018-05-14 Thread Graham Leggett
Hi all, I would like to clarify what the policy is on maven-doxia and the maven project in general, and minimum java versions. With the XHTML5 work on Doxia, I have managed to keep all changes without a requirement to upgrade any dependencies, until I got to maven-doxia-sitetools and httpunit,