mirror of
https://github.com/apache/maven.git
synced 2025-02-21 17:40:48 +00:00
don't rely on target directory as it is cleaned after use
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@292437 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9e39d6537f
commit
79210385c9
@ -1,2 +1,2 @@
|
||||
subproject/target/child-basedir
|
||||
target/parent-basedir
|
||||
parent-basedir
|
||||
|
@ -39,7 +39,7 @@ public class TestBasedirMojo
|
||||
private String childBasedir;
|
||||
|
||||
/**
|
||||
* @parameter expression="${project.parent.basedir}/target/parent-basedir"
|
||||
* @parameter expression="${project.parent.basedir}/parent-basedir"
|
||||
* @required
|
||||
*/
|
||||
private String parentBasedir;
|
||||
|
1
maven-core-it/it0065/prebuild-hook.txt
Normal file
1
maven-core-it/it0065/prebuild-hook.txt
Normal file
@ -0,0 +1 @@
|
||||
rm parent-basedir
|
Loading…
x
Reference in New Issue
Block a user