Un formatteur automatique de pom maven. C'est une sacrément bonne idée ! https://github.com/Ekryd/sortpom #maven #formatting #plugin #automatisation
#automatisation #plugin #formatting #maven
Little Maven Update: https://maven.apache.org/docs/3.9.4/release-notes.html
#maven #java
Hoy, en mi #viernesdeescritorio para @podcastlinux Sigo con mi persecución a los #terraplanistas, demostrandoles que #Marte , para su dolor, tambien es redondo. Es una foto de la #Nasa durante la mision #MAVEN , en la que descubrieron que el #planetarojo tenia "cola". Sigo con mi #LinuxMint 21.2 #Cinnamon #Linux #GNU #GNUlinux #neofetch
#viernesdeescritorio #terraplanistas #marte #NASA #maven #PlanetaRojo #linuxmint #cinnamon #linux #gnu #GNUlinux #neofetch
How can you change the default #OpenJDK distribution used by #SpringBoot to create a #Docker image? With the support of @dashaun, we made an example #Maven POM file in which you can define the runtime and set extra flags to enable multiple debug options.
You can find the full explanation and extra info on the Azul blog:
#openjdk #springboot #docker #maven
„#Maven treats every project as a regular standard project. … #Gradle claims that lack of flexibility is an issue; hence, it wants to fix it.
I stand by the opposite: lack of flexibility for my build tool is a feature, not a bug.“
https://foojay.io/today/my-final-take-on-gradle-vs-maven/
RT @foojay
Agregar Librería local a Maven. Seguramente le ha pasado, esta usando… | by David Raygoza Gómez | El Acordeon del Programador | Medium
https://medium.com/el-acordeon-del-programador/agregar-librer%C3%ADa-local-a-maven-e8b1cab422bd
I just finished my training for Maven to teach courses!
https://lnkd.in/e3ysJDHK
I'm working on two classes to offer early this fall:
• Design Reviews to Produce Results Not Conflict
• Getting ready for UX/UI Design in Apple Vision
#maven #UX #UI #applevisionpro #designreview
Which class interests you more?
#maven #ux #ui #applevisionpro #designreview
I really enjoyed this article comparing experiences between #Maven and #Gradle by @frankel - And I agree with the points raised. Moreover, my experience has been that even if you do develop a custom Gradle plugin, they tend to break from version to version and that was painful. #Java #JVM #CICD
#maven #gradle #java #jvm #cicd
In this post, I’d like to shed some light on my stance regarding #gradle, so I can direct people to it instead of debunking the same "reasoning" repeatedly.
#gradle #ant #maven #buildtools #hype #java
java-info-action 1.11.0 🎉 Remove node modules for easier development - Thx to mehdi-ra Try it out! https://github.com/marketplace/actions/java-info-action #GitHubActions #java #maven #gradle #workflow #github #githubactions #githubaction @github
#githubactions #java #maven #gradle #workflow #github #githubaction
More #maven folks should be using this surefire extension and set it to default for non-CI-builds:
https://github.com/fabriciorby/maven-surefire-junit5-tree-reporter
Just pushed #Strolch #PLC version 2.0.5 to #Maven central. Only a few things changed since the 1.2.x branch:
https://github.com/strolch-li/strolch-plc/releases/tag/2.0.5
#strolch #PLC #maven #java #framework #iot
Just pushed #Strolch version 2.0.9 to #Maven central. Lots has changed in Strolch since the 1.8.x branch:
https://github.com/strolch-li/strolch/releases/tag/2.0.9
#strolch #maven #java #javaee #framework
The #JsonLD context is _declarative_ as a set of directives, more like #maven or #datalog than #ant or #python.
The (frustrating) exception to this is how it has a linear-order precedence and the ability to unset things in later contexts, but that aside
If you think of it this way, then it _isn't_ a type and you can't really load it as one productively _per se_, but it may be a _series of typed statements_ (yes, that has a type, but so does a maven build file in that sense, here have a cookie)
#jsonld #maven #datalog #ant #python
JReleaser spotted in the wild: decodable-pipeline-sdk, an SDK for implementing Flink jobs based on Decodable.
Publishes #GitHub releases and deploys to #Maven Central using the #JReleaser #Gradle plugin.
#github #maven #jreleaser #gradle
I stopped feeling bad about #autotools files (configure.ac Makefile.am m4/*) when I realized how much noise a new maven package throws on your disk.
The main difference is: for #maven / #npm / #cargo / #gradle / #bazel / ... these are autogenerated.
That’s why I started #conf: https://hg.sr.ht/~arnebab/conf — auto-generation for autotools projects with `conf new --lang <language>`.
It needs more templates … contributions welcome!
(just send me a patch or a link to pull from)
#gnu #make #freesoftware
#autotools #maven #npm #cargo #gradle #Bazel #conf #gnu #Make #freesoftware
I think the #Maven example for the # Java module system is flawed:
https://maven.apache.org/surefire/maven-surefire-plugin/examples/jpms.html#examples-using-junit5
Reason: You are not able anymore to instantiate non-public classes for your tests (because tests need to be in a different package). Even for public classes, you cannot access (package-)protected methods anymore.
The best solution so far is to use the classpath for unit tests and use integration tests for modular tests.
Other ideas?
Run Java #Tests With #Maven Silently (Only Log on Failure)
https://rieckpil.de/run-java-tests-with-maven-silently-only-log-on-failure/