|
||||||||
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
- [mojo-dev] [jira] (MVERSIONS-201) Usage of parent pr... Iddo levinson (JIRA)
- [mojo-dev] [jira] (MVERSIONS-201) Usage of pare... Bob Fields (JIRA)
- [mojo-dev] [jira] (MVERSIONS-201) Usage of pare... Bob Fields (JIRA)
- [mojo-dev] [jira] (MVERSIONS-201) Usage of pare... Iddo levinson (JIRA)
- [mojo-dev] [jira] (MVERSIONS-201) Usage of pare... Andy Gumbrecht (JIRA)
- [mojo-dev] [jira] (MVERSIONS-201) Usage of pare... Bob Fields (JIRA)
Are you sure it's still broken in v2.1? I duplicated the problem in release 2.0 but the same command gave no issue in 2.1 or 2.2-SNAPSHOT, with the original projectSample.zip. Also, the com.oracle:oracle-jdbc must be internal dependencies for you, they are not in maven central. That minimal pom project succeeds in all cases (1.3.1, 2.0, 2.1, 2.2-SNAPSHOT).
I also checked the source code. Version 2.0 has (at line 685 of PomHelper.evaluate):
int exprStartDelimiter = value.indexOf( "${" );
while version 2.1 has at the same place:
if ( value != null )
{
int exprStartDelimiter = value.indexOf( "${" );