Jean-Christophe Gay's Avatar

Jean-Christophe Gay

@jcgay

Developer

117
Followers
448
Following
2
Posts
30.11.2023
Joined
Posts Following

Latest posts by Jean-Christophe Gay @jcgay

Preview
Impact de l'IA sur l'état de l'art de l'ingénierie logicielle en 2026 Comment l'IA a-t-elle transformé l'ingénierie logicielle ? De la fin de l'ego-coding au 'Context Driven Engineering', découvrez des retours d'expérience de Doctolib, Malt, Alan et Google sur l'industr...

Entre 2020 où on commençait à balbutier a coups d'autocomplete dans l'éditeur et aujourd'hui, l'ingénierie logicielle a bien changé.
Je vous propose de faire un petit tour sur les changements de pratiques en cours à l'échelle de l'entreprise :

eventuallycoding.com/2026/02/cont...

06.02.2026 14:21 👍 24 🔁 10 💬 5 📌 1
Preview
Impacts concrets de l'IA sur les Boîtes Tech et Agences en 2025 L'IA est-elle une bulle ? Comment convaincre ses équipes de l'adopter face aux craintes écologiques ou de perte de sens ? Retour de discussions terrains sur le sujet

Retour de plusieurs discussions entre CTO sur le sujet de l'IA (impact sur le business d'agence, bulle ou pas, quid de l'adoption dans les équipes etc...)
eventuallycoding.com/2025/12/ai-i...

11.12.2025 10:12 👍 7 🔁 4 💬 1 📌 0

Curious about the upcoming 4.0 release of @maven.apache.org? Join Hervé, Guillaume, Frank and myself @foojay.io to learn more!

01.11.2025 13:29 👍 21 🔁 8 💬 0 📌 0
What's new in Maven 4? – Maven

Want to know what changes with Maven 4? Grab something to drink and read the following article I wrote for the Maven page (will continuously be updated with further releases):
maven.apache.org/whatsnewinma...

Documentation is fun 😍

04.04.2025 04:32 👍 27 🔁 19 💬 2 📌 1

Thanks, glad it helps 👍

13.03.2025 08:00 👍 0 🔁 0 💬 0 📌 0
Preview
Maven build plan and execution order I recently stumbled upon the buildplan-maven-plugin and I find it quite useful Run it on your project with mvn fr.jcgay.maven.plugins:buildplan-maven-plugin:list to list all steps in order and mvn fr....

Understand the execution / build #plan of your #Maven project:

info.michael-simons.eu/2025/03/10/m...

10.03.2025 15:51 👍 5 🔁 2 💬 1 📌 0

You can remove the groupId in the command line since the plugin is now hosted on mojohaus 😇. If not you will use an older version 😓.

10.03.2025 16:19 👍 2 🔁 0 💬 1 📌 0
Maven 4 Presentation

What will be @apache.org Maven 4?
gnodet.github.io/maven4-prese...
by Guillaume Nodet

23.01.2025 07:45 👍 24 🔁 13 💬 0 📌 1
Preview
A few Some unix-like shell commands I often use

I just wrote this blog post, "A few 'unix-like' terminal tricks 🧙":
nicokosi.github.io/nix-terminal...
#blog #nix #shell #terminal

13.12.2024 07:28 👍 2 🔁 2 💬 2 📌 0
Post image

If you are not sure what is happening in your Apache Maven build, then run the following command to find out:

mvn buildplan:list-phase

You will get a nice list of plugins/goals and in which phase they are running.

21.11.2024 08:26 👍 72 🔁 24 💬 4 📌 1