You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2010/09/26 21:05:23 UTC

svn commit: r1001497 - /maven/ant-tasks/trunk/build-tests.xml

Author: bentmann
Date: Sun Sep 26 19:05:22 2010
New Revision: 1001497

URL: http://svn.apache.org/viewvc?rev=1001497&view=rev
Log:
o Excluded legacy layout test which is problematic with CI

Modified:
    maven/ant-tasks/trunk/build-tests.xml

Modified: maven/ant-tasks/trunk/build-tests.xml
URL: http://svn.apache.org/viewvc/maven/ant-tasks/trunk/build-tests.xml?rev=1001497&r1=1001496&r2=1001497&view=diff
==============================================================================
--- maven/ant-tasks/trunk/build-tests.xml (original)
+++ maven/ant-tasks/trunk/build-tests.xml Sun Sep 26 19:05:22 2010
@@ -64,7 +64,7 @@
 
   <target name="test-all-deps" description="All dependencies tests"
     depends="test-pom, test-pom-profiles, test-pom-with-parent,test-no-deps,test-pom-deps,
-             test-deps-two-repos,test-deps,test-legacy-pom,test-deps-mirror,test-deps-order,
+             test-deps-two-repos,test-deps,test-deps-mirror,test-deps-order,
              test-deps-sources,test-deps-sources-empty,test-deps-profile,test-deps-scopes,test-system-scope,
              test-bad-scope">
     <echo>Some tests must be run manually, since they are intended to fail:
@@ -196,6 +196,7 @@
   </target>
 
   <target name="test-legacy-pom" depends="initTaskDefs">
+    <!-- NOTE: The legacy layout is problematic when used in an environment with a repo man -->
     <artifact:dependencies>
       <dependency groupId="geronimo-spec" artifactId="geronimo-spec-javamail" version="1.3.1-rc5" />
       <localRepository path="${basedir}/target/local-repo-legacy" />