Category: Technologie

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

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

Setup your devops playground with Puppet, Vagrant & co

Up until now I automated all the management of eXo Forge services using classical shell scripts shared and stored in a SCM (Subversion) . Even if it is working very well it has various limitations especially in term of maintenance. Nowadays we … Continue reading

Posted in Technologie | Tagged , , , | 4 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