Author: hboutemy Date: Mon Jun 9 12:08:56 2008 New Revision: 665833 URL: http://svn.apache.org/viewvc?rev=665833&view=rev Log: [MANTTASKS-87] added testcase proving the problem, looking for a fix...
Modified: maven/ant-tasks/trunk/sample.build.xml Modified: maven/ant-tasks/trunk/sample.build.xml URL: http://svn.apache.org/viewvc/maven/ant-tasks/trunk/sample.build.xml?rev=665833&r1=665832&r2=665833&view=diff ============================================================================== --- maven/ant-tasks/trunk/sample.build.xml (original) +++ maven/ant-tasks/trunk/sample.build.xml Mon Jun 9 12:08:56 2008 @@ -507,6 +507,13 @@ <localRepository path="${basedir}/target/tmp"/> </artifact:pom> <check.file.exists file="${basedir}/target/tmp/it/ant-tasks/pom/1.0/pom-1.0.pom" type="file"/> + + <!-- MANTTASKS-87 repository defined in default profile from settings must be used to download parent pom > + <delete dir="${basedir}/target/tmp"/> + <artifact:pom file="${user.dir}/src/test/pom-with-parent.xml" id="my.maven.project3" settingsFile="${basedir}/src/test/settings-profile-default.xml"> + <localRepository path="${basedir}/target/tmp"/> + </artifact:pom> + <check.file.exists file="${basedir}/target/tmp/it/ant-tasks/pom/1.0/pom-1.0.pom" type="file"/--> </target> <macrodef name="check.file.exists">