Hello, I want to create a project *free style* using Hudson and i want to execute in it commands that installs jar in the repository of Maven by using : mvn install:install-file When i put one command it works but when i put more that one command:
mvn install:install-file
mvn install:install-file
Hudson executes the first command only!!
Who has a solution for this please?