Author: jdcasey
Date: Mon Sep 8 19:04:22 2008
New Revision: 693342
URL: http://svn.apache.org/viewvc?rev=693342&view=rev
Log:
updating readme
Modified:
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/mng-3747-prefixedPathExpression/readme.txt
Modified:
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/mng-3747-prefixedPathExpression/readme.txt
URL:
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/mng-3747-prefixedPathExpression/readme.txt?rev=693342&r1=693341&r2=693342&view=diff
==============================================================================
---
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/mng-3747-prefixedPathExpression/readme.txt
(original)
+++
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/mng-3747-prefixedPathExpression/readme.txt
Mon Sep 8 19:04:22 2008
@@ -1 +1,3 @@
-Fill this in with a description of the scenario this test attempts to check.
Also include instructions for running the test manually from the command line.
\ No newline at end of file
+When plugin configuration in the POM uses project.build.directory or another
_prefixed_ build-path expression (i.e. not build.directory but
project.build.directory), and the build/directory (or whatever path it
references) is given as a relative location in the POM, AND the plugin
configuration is not a File...then, that interpolation result is coming up as a
relative path. This is because the interpolator post-processor in charge of
translating build paths to their absolute values as interpolation occurs is not
prefix-aware. The expression build.directory will work fine, but
project.build.directory does not.
+
+This test verifies that the above problem is fixed.
\ No newline at end of file