Tag Archives: Apache Maven

Launch a Maven build with a temporary empty local repository

Sometime you may want to check that your Maven build is passing with an empty repo.

Posted in Technologie | Tagged , | 2 Comments

Maven : Filter only a given type of files

As I lost 5 minutes with this problem which is basic I share it here to help others. By default, the Maven resources plugin copy everything from src/[main|test]/resources into target/classes without touching anything.

Posted in Technologie | Tagged | Leave a comment

Maven vs Gradle au LavaJUG

De retour sur les routes je serai jeudi soir de la semaine prochaine, le 14 juin au LavaJUG pour défendre haut et fort les couleurs d’Apache Maven face au petit challenger Gradle présenté par Grégory Boissinot.

Posted in Actualité | Tagged , , | Leave a comment

Clone all repositories from a github organization

Tomorrow I will attend the first Hackergarten at Paris. This is an event where active open-source committers can met potential contributors and help them to submit a (first) contribution. I’ll be here to help those who would like to contribute … Continue reading

Posted in Technologie | Tagged , , , , | 6 Comments

Graven – The best of Apache Maven and Gradle

I’m back !!! I have a lot of things to share and I would like to restart this blog in english. I don’t yet know which frequency of publication I’ll be able to have but I will do my best … Continue reading

Posted in Technologie | Tagged , | 2 Comments

Maven : How mojo executions are ordered in a phase

Note that I’m switching to english for this blog entry but I’m not yet sure it will be always the case … I’m testing After reporting a regression in M2 -> M3 upgrade (see MNG-4975) I discovered I didn’t understood … Continue reading

Posted in Technologie | Tagged | Leave a comment