Hi Matt,
> So I guess it's an issue with NetBeans then a) using such an old version
> of maven b) not handle compiler version and minium required
> source/target correctly.
> Guess I just set it to 8, as that's the oldest jdk/vm I still have lay
> around, and don't bother anymore about it.
> Th
error message and give a concrete project?
> Normally Maven works with not specifying target/source as long as your
> JDK is recent enough. (But it's not ways a good idea, it's better to
> specify the properties (IDEs normally read them)
>
>
> --
> http://bernd.eckenfels.net
> ___
Hi,
> Scanning for projects...
(...)
> -
> COMPILATION ERROR :
> -
> Source option 5 is no longer supported. Use 6 or later.
> Target option 1.5 is no longer supported. Use 1.6
r list) but also get my head around maven as the build
> environment).
>
> Thanks for any help in advance,
>
> Matt
>
> Am 2020-02-17 05:24, schrieb Bernd Eckenfels:
> > Can you show the actual error message and give a concrete project?
> > Normally Maven works with
pecify the properties (IDEs normally read them)
--
http://bernd.eckenfels.net
________________
Von: java-cry...@cryptearth.de
Gesendet: Monday, February 17, 2020 4:27:16 AM
An: users@maven.apache.org
Betreff: build maven project without setting compiler source and target
So as I ju
enfels.net
Von: java-cry...@cryptearth.de
Gesendet: Monday, February 17, 2020 4:27:16 AM
An: users@maven.apache.org
Betreff: build maven project without setting compiler source and target
So as I just got new into using Netbeans someone on its list explained
me, that i
So as I just got new into using Netbeans someone on its list explained
me, that it's just a gui wrapper around maven and it's adviced to get
the basics of maven to correctly use netbeans.
Ok, so as I just used a simple editor and a terminal it didn't mattered
wich version I compiled with or for