Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 2.0-beta-7
-
Fix Version/s: 2.0-beta-8
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
It's impossible to run a project release from an environment that uses maven without putting it in the path environment variable. This causes problems with build servers like Hudson, where you want to be able to configure on a project-by-project basis the version of Maven being used. The only alternative is to choose a version of Maven to put into the shell environment PATH used to start the appserver.
I've added a new maven executor that uses maven-invoker, along with some changes that allow more than just the settings to be passed through the plugin execution into the maven executor.