You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Behrang Saeedzadeh <be...@gmail.com> on 2019/06/15 13:06:51 UTC

New PR: Enabled generating Java 9+ projects as well as using JUnit 5.x

Enabled generating Java 9+ projects as well as using JUnit 5.x

I have kept the plugin backwards compatible -- if javaCompilerVersion and
junitVersion properties are not passed to the plugin it will work as before
and generate a Java 1.8 project with JUnit 4.11.

https://github.com/apache/maven-archetypes/pull/3



Best regards,
Behrang Saeedzadeh
blog.behrang.org

Re: New PR: Enabled generating Java 9+ projects as well as using JUnit 5.x

Posted by Behrang Saeedzadeh <be...@gmail.com>.
The archetype doesn't depend on Java 8 or later -- it only produces
`pom.xml` files that are configured for Java 8, 9, etc.

Best regards,
Behrang Saeedzadeh
blog.behrang.org


On Sat, 15 Jun 2019 at 23:51, Tibor Digana <ti...@apache.org> wrote:

> .. but this java 1.7 project and not 1.8 you you have guessed.
>
> On Sat, Jun 15, 2019 at 3:07 PM Behrang Saeedzadeh <be...@gmail.com>
> wrote:
>
> > Enabled generating Java 9+ projects as well as using JUnit 5.x
> >
> > I have kept the plugin backwards compatible -- if javaCompilerVersion and
> > junitVersion properties are not passed to the plugin it will work as
> before
> > and generate a Java 1.8 project with JUnit 4.11.
> >
> > https://github.com/apache/maven-archetypes/pull/3
> >
> >
> >
> > Best regards,
> > Behrang Saeedzadeh
> > blog.behrang.org
> >
>

Re: New PR: Enabled generating Java 9+ projects as well as using JUnit 5.x

Posted by Tibor Digana <ti...@apache.org>.
.. but this java 1.7 project and not 1.8 you you have guessed.

On Sat, Jun 15, 2019 at 3:07 PM Behrang Saeedzadeh <be...@gmail.com>
wrote:

> Enabled generating Java 9+ projects as well as using JUnit 5.x
>
> I have kept the plugin backwards compatible -- if javaCompilerVersion and
> junitVersion properties are not passed to the plugin it will work as before
> and generate a Java 1.8 project with JUnit 4.11.
>
> https://github.com/apache/maven-archetypes/pull/3
>
>
>
> Best regards,
> Behrang Saeedzadeh
> blog.behrang.org
>