mirror of
https://github.com/apache/maven.git
synced 2025-02-08 19:15:12 +00:00
output the actual check and target values for comparison.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@675624 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d61c2202d7
commit
bc318133a6
@ -50,7 +50,7 @@ public void execute()
|
|||||||
|
|
||||||
if ( !value.equals( targetValue ) )
|
if ( !value.equals( targetValue ) )
|
||||||
{
|
{
|
||||||
throw new MojoExecutionException( "Property value of 'myDirectory': " + value + " should equal project build directory: " + project.getBuild().getDirectory() + " + '/foo'" );
|
throw new MojoExecutionException( "Property value of 'myDirectory': " + value + " should equal the 'foo' subpath of the project build directory: " + targetValue );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user