Re: Why Maven build app always recompiles ?

2023-06-03 Thread Pieter van den Hombergh
it may help to explicitly override the version of the wrapper so it is no longer a snapshot, the version attribute inherented from the parent. kind regards, Pieter Op ma 22 mei 2023 22:54 schreef Jerome Lelasseux : > I did some more testing and discovered mvn -X... > > So I used mvn -X compile a

Re: Sorting it out?

2023-06-03 Thread Antonio
+1 to have this account removed. It does not adhere to the code of conduct, and keeps on trying people to download malware or something. Cheers, Antonio On 1/6/23 14:47, Scott Palmer wrote: I’m convinced “Tim” is a bot. Either that or someone that is dealing with some mental health issues.

Re: Adding sqlite-jdbc to Services

2023-06-03 Thread Antonio
Hi, Some comments below. On 3/6/23 3:19, Arbol One wrote: > > I assumed that by adding the 'sqlite-jdbc-3.30.1.jar' as a [Services tab]: Databases > Driver would make the driver global and that my code would run just as if I had added it to the [Project tab]: MyApp > Libraries sub directory,