Commit Graph

1378 Commits

Author SHA1 Message Date
Benjamin Bentmann 23de707abc o Strengthened IT
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@756934 13f79535-47bb-0310-9956-ffa450edef68
2009-03-21 13:23:54 +00:00
Brett Porter 7d1b3326fe only set conditionally
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@755210 13f79535-47bb-0310-9956-ffa450edef68
2009-03-17 12:05:35 +00:00
Brett Porter 848c7137a6 add a plugin dependency test as well to make sure this doesn't trigger the new validation errors
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@755194 13f79535-47bb-0310-9956-ffa450edef68
2009-03-17 11:27:43 +00:00
Brett Porter 2e0ff48d0c [MNG-4091] add test for bad plugin descriptor handling
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@755085 13f79535-47bb-0310-9956-ffa450edef68
2009-03-17 02:28:08 +00:00
Benjamin Bentmann 497c2faf6f [MNG-4087] Percent encoded characters in file URLs are not decoded upon deployment
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@754746 13f79535-47bb-0310-9956-ffa450edef68
2009-03-15 20:34:57 +00:00
Benjamin Bentmann 7a2b18cccb [MNG-4086] [regression] Explicitly using plugin metaversions crashes plugin manager
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@754665 13f79535-47bb-0310-9956-ffa450edef68
2009-03-15 13:42:09 +00:00
Benjamin Bentmann a76d5f9f81 o Enabled test part for Maven 3.x
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@753363 13f79535-47bb-0310-9956-ffa450edef68
2009-03-13 19:26:08 +00:00
Benjamin Bentmann aade1cd99d o Fixed metadata generation
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@753342 13f79535-47bb-0310-9956-ffa450edef68
2009-03-13 18:43:53 +00:00
Benjamin Bentmann 9974e8676d o Moved repository declarations to settings
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@753324 13f79535-47bb-0310-9956-ffa450edef68
2009-03-13 17:40:53 +00:00
Benjamin Bentmann bfd334f9b2 o Stabilized IT
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@753304 13f79535-47bb-0310-9956-ffa450edef68
2009-03-13 15:58:40 +00:00
Brett Porter d2b29ff7a5 [MNG-4084] Unnecessary Warning for an activate profile in child project
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@753090 13f79535-47bb-0310-9956-ffa450edef68
2009-03-13 02:25:46 +00:00
Benjamin Bentmann 954e32dc53 [MNG-3760] Support property ${baseurl} to get RFC-compliant URL of project base directory
o Enabled IT for 3.x

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@752243 13f79535-47bb-0310-9956-ffa450edef68
2009-03-10 20:22:27 +00:00
Benjamin Bentmann acee85610d o Decoupled IT from production plugin
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@752120 13f79535-47bb-0310-9956-ffa450edef68
2009-03-10 14:33:37 +00:00
Benjamin Bentmann 7f57de0b8a o Disabled ITs checking POM repositories in 3.x
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@752081 13f79535-47bb-0310-9956-ffa450edef68
2009-03-10 12:19:16 +00:00
Benjamin Bentmann aeba75bc04 o Fixed IT
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@752071 13f79535-47bb-0310-9956-ffa450edef68
2009-03-10 11:34:51 +00:00
Benjamin Bentmann 021d405b8b o Disabled ITs checking POM repositories in 3.x
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@752069 13f79535-47bb-0310-9956-ffa450edef68
2009-03-10 11:27:43 +00:00
Benjamin Bentmann 6d7ceeb341 O Fixed typos
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@751805 13f79535-47bb-0310-9956-ffa450edef68
2009-03-09 19:42:12 +00:00
Benjamin Bentmann a9671864f7 o Added warnings in case the artifact file does not exist (yet)
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@751803 13f79535-47bb-0310-9956-ffa450edef68
2009-03-09 19:36:26 +00:00
Benjamin Bentmann 49452abaa0 o Restored some real-world behavior (namely classes directory not created before compile)
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@751495 13f79535-47bb-0310-9956-ffa450edef68
2009-03-08 18:42:32 +00:00
Benjamin Bentmann 7f7419132d [MNG-3043] Allow 'mvn test' to work with test-jar dependencies in a reactor
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@751481 13f79535-47bb-0310-9956-ffa450edef68
2009-03-08 17:48:39 +00:00
Benjamin Bentmann fb3d76e491 [MNG-2432] Apache and Mojo plugins take precendence over plugins in the pom.
o Enabled IT for 2.1.x

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@751250 13f79535-47bb-0310-9956-ffa450edef68
2009-03-07 11:24:13 +00:00
Benjamin Bentmann ce304751dd o Stabilized ITs and made sure the metadata holding the plugin mappings under test is always refetched
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@751245 13f79535-47bb-0310-9956-ffa450edef68
2009-03-07 11:02:22 +00:00
Benjamin Bentmann 8c7f203246 [MNG-4072] [regression] Repositories from inactive profiles are used for artifact resolution
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@751145 13f79535-47bb-0310-9956-ffa450edef68
2009-03-07 00:17:27 +00:00
Benjamin Bentmann 7ad16e1a4d [MNG-4070] [regression] Parent POMs cannot be resolved when their id values are surrounded by whitespace
o Extended IT to check settings as well

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@751081 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06 21:36:18 +00:00
Benjamin Bentmann ece2650bb7 [MNG-4070] [regression] Parent POMs cannot be resolved when their id values are surrounded by whitespace
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@751078 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06 21:32:06 +00:00
Benjamin Bentmann 9dd3d69b55 [MNG-2432] Apache and Mojo plugins take precendence over plugins in the pom.
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@751039 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06 19:16:40 +00:00
Benjamin Bentmann 066b21daeb o Used isolated repo to decouple from production metadata
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@750982 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06 17:01:41 +00:00
Benjamin Bentmann 6bdd0c4809 o Updated IT to allow more easy adjustment of verification in case MNG-4069 remains effective
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@750950 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06 16:00:33 +00:00
Benjamin Bentmann 28e7adefc9 o Relaxed checks for error messages
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@750903 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06 14:00:40 +00:00
Benjamin Bentmann d26c3ad3ad o Moved repository declarations to settings
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@750887 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06 13:30:22 +00:00
Benjamin Bentmann 6617d3a3de o Moved repository declarations to settings
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@750886 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06 13:27:37 +00:00
Benjamin Bentmann 55c1b8a229 o Fixed version range
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@750864 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06 12:05:06 +00:00
Benjamin Bentmann 53200fe549 o Fixed version range
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@750863 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06 12:02:10 +00:00
Benjamin Bentmann 599a631ef7 o Fixed version range
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@750862 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06 11:54:38 +00:00
Benjamin Bentmann cc3abdcb08 o Inherited from maven-parent:11
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@750857 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06 11:42:08 +00:00
Benjamin Bentmann db72e2d7dd o Removed dependency on maven-artifact
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@750856 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06 11:38:04 +00:00
Benjamin Bentmann d3db081c33 o Decoupled from production plugins
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@750850 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06 11:24:19 +00:00
Benjamin Bentmann 0f015a5254 o Moved repository declarations to settings
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@750840 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06 10:35:17 +00:00
Benjamin Bentmann cfb21a42a4 o Moved repository declarations to settings
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@750836 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06 10:25:16 +00:00
Benjamin Bentmann e7b87bc4f9 o Moved repository declarations to settings
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@750828 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06 10:00:38 +00:00
Benjamin Bentmann 0b4d159c37 o Removed obsolete files
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@750822 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06 09:44:27 +00:00
Benjamin Bentmann 2491a7eb4b o Moved repository declarations to settings
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@750820 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06 09:41:45 +00:00
Benjamin Bentmann 834f51d7fd o Moved repository declarations to settings
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@750816 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06 09:23:04 +00:00
Benjamin Bentmann 307fd98017 o Moved repository declarations to settings
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@750812 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06 09:06:34 +00:00
Benjamin Bentmann 084a6ec5a2 o Moved repository declarations to settings
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@750737 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06 01:23:16 +00:00
Benjamin Bentmann d84ebdb7d0 o Moved repository declarations to settings
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@750734 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06 01:17:51 +00:00
Benjamin Bentmann 4d3e1513e0 o Moved repository declarations to settings
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@750732 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06 01:16:12 +00:00
Benjamin Bentmann 838186442b o Moved repository declarations to settings
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@750727 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06 01:11:44 +00:00
Benjamin Bentmann 4705c4f1c0 o Moved repository declarations to settings
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@750726 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06 01:06:55 +00:00
Benjamin Bentmann 1ea5bef4b9 o Moved repository declarations to settings
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@750722 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06 01:03:46 +00:00