MavenExecutionRequest.getBaseDirectory() should be propagated to the ${basedir}
expression
------------------------------------------------------------------------------------------
Key: MNG-2347
URL: http://jira.codehaus.org/browse/MNG-2347
Project: Maven 2
Type: Bug
Components: General
Versions: 2.1
Environment: Maven 2.1-SNAPSHOT
Reporter: Ovidio Mallo
When executing a goal given by a MavenExecutionRequest (e.g. on the
MavenEmbedder) which has no POM file set (e.g. archetype:create), the
MavenExecutionRequest.getBaseDirectory() is not propagated to the expression
${basedir} for the plugins to be used.
Currently, the ${basedir} is set to the directory where the POM file resides,
if any is specified. Otherwise, it is simply set to the current working
directory. I guess that when no POM file is given, ${basedir} should be set to
the base directory set on the MavenExecutionRequest.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira