Re: build maven project without setting compiler source and target

2020-02-17 Thread Thorsten Heit
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

Re: build maven project without setting compiler source and target

2020-02-17 Thread java-crypto
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 > ___

Re: Re: build maven project without setting compiler source and target

2020-02-17 Thread Thorsten Heit
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

Re: build maven project without setting compiler source and target

2020-02-17 Thread Thomas Broyer
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

Re: build maven project without setting compiler source and target

2020-02-17 Thread java-crypto
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

Re: build maven project without setting compiler source and target

2020-02-16 Thread Bernd Eckenfels
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

build maven project without setting compiler source and target

2020-02-16 Thread java-crypto
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