Commit Graph

4384 Commits

Author SHA1 Message Date
Brett Leslie Porter fd9bc767a9 putting back projecthelp on trunk only as help is not released and trunk does not build plugins in bootstrap
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@367930 13f79535-47bb-0310-9956-ffa450edef68
2006-01-11 05:13:49 +00:00
Brett Leslie Porter cc20bf6402 merge from branch maven-2.0.x @ rev 367900
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@367902 13f79535-47bb-0310-9956-ffa450edef68
2006-01-11 03:45:10 +00:00
John Dennis Casey 191af0e678 Removing xalan dep, and fixing runnable mojo.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@367900 13f79535-47bb-0310-9956-ffa450edef68
2006-01-11 03:38:18 +00:00
Brett Leslie Porter 049977a260 fix jaxen relocation
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@367893 13f79535-47bb-0310-9956-ffa450edef68
2006-01-11 03:17:23 +00:00
Brett Leslie Porter 7591d1e616 correct pre-coffee typo
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@367810 13f79535-47bb-0310-9956-ffa450edef68
2006-01-10 22:05:25 +00:00
Brett Leslie Porter 5e8aafd2cf add jaxen special case, improve script for local use
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@367808 13f79535-47bb-0310-9956-ffa450edef68
2006-01-10 21:50:32 +00:00
John Dennis Casey 636d54c0a8 Adding new IT to try to test MCHECKSTYLE-10.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@367788 13f79535-47bb-0310-9956-ffa450edef68
2006-01-10 20:42:42 +00:00
John Dennis Casey 0bb2300dde Adding pluginRepository defs for core-it plugin to be found.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@367687 13f79535-47bb-0310-9956-ffa450edef68
2006-01-10 16:51:39 +00:00
Jason van Zyl ee0699596f adding plugin repos
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@367672 13f79535-47bb-0310-9956-ffa450edef68
2006-01-10 16:21:15 +00:00
Jason van Zyl 8f7cee21c9 o specify the snapshot version as there is no release
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@367665 13f79535-47bb-0310-9956-ffa450edef68
2006-01-10 16:04:28 +00:00
Jason van Zyl 3304e09389 reactivating it0040
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@367635 13f79535-47bb-0310-9956-ffa450edef68
2006-01-10 15:14:56 +00:00
Jason van Zyl 298b2a798f o This fixes the failing it0040 IT
Now someone might have some more insight here because this failure didn't crop up until yesterday.
  About 3 months ago maven-archiver was changed so that the client was responsible for setting
  the archiver implementation using:

  archiver.setArchiver( new JarArchiver() );

  But this code is something that I just added to the PackagingMojo.java file. Using -X says that
  version 2.0 of maven-archiver is being used so I'm not exactly sure what is going on here. An
  older version of maven-archiver set up its archiver internally so I suppose it might be possible
  that something older then 2.0 was being used but this IT should have broken long ago looking
  at the code in the PackagingMojo.



git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@367632 13f79535-47bb-0310-9956-ffa450edef68
2006-01-10 15:05:10 +00:00
Jason van Zyl 5c17310148 turn off it0040 until john and i figure out what is wrong with it
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@367603 13f79535-47bb-0310-9956-ffa450edef68
2006-01-10 13:47:47 +00:00
Brett Leslie Porter 984c496ebe avoid redirects as they are not compat with maven 1.0.2
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@367530 13f79535-47bb-0310-9956-ffa450edef68
2006-01-10 08:59:43 +00:00
Jason van Zyl ac8b8442b6 just take out the tests john is working on
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@367491 13f79535-47bb-0310-9956-ffa450edef68
2006-01-10 05:28:04 +00:00
Jason van Zyl c3c8fdb17a o [MNG-1927] Correcting an error I made with POMs not in the current working tree
o turn on it0088
o turn off it0086, and it0087 for now



git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@367487 13f79535-47bb-0310-9956-ffa450edef68
2006-01-10 05:16:31 +00:00
Jason van Zyl f52a730b74 [MNG-1927] Fixing the ${pom.build.directory} path translation and interpolation so that an absolute path
is rendered.


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@367457 13f79535-47bb-0310-9956-ffa450edef68
2006-01-10 01:45:00 +00:00
John Dennis Casey 0a8d6787a9 wiring it0086 and it0087 in as integration tests.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@367451 13f79535-47bb-0310-9956-ffa450edef68
2006-01-10 01:17:43 +00:00
John Dennis Casey 38903be78d Adding integration tests for plugin classloading.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@367450 13f79535-47bb-0310-9956-ffa450edef68
2006-01-10 01:14:38 +00:00
John Dennis Casey 00e6c04044 Adding mojos for loading classes, finding resources, and running BSH scripts, all according to the plugin's classpath.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@367448 13f79535-47bb-0310-9956-ffa450edef68
2006-01-10 01:11:31 +00:00
Brett Leslie Porter 6ab6d2c0b5 add an exception and script to deploy the file
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@367402 13f79535-47bb-0310-9956-ffa450edef68
2006-01-09 21:32:59 +00:00
Jason van Zyl 1636a473d5 o adding IT for mng-1927
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@367389 13f79535-47bb-0310-9956-ffa450edef68
2006-01-09 20:41:34 +00:00
Brett Leslie Porter 0542f670ab turn off m1 sync
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@367094 13f79535-47bb-0310-9956-ffa450edef68
2006-01-08 20:42:12 +00:00
Brett Leslie Porter 2d744a26de add exclusions
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@367090 13f79535-47bb-0310-9956-ffa450edef68
2006-01-08 20:31:02 +00:00
Brett Leslie Porter 48ab000979 add warning
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@367066 13f79535-47bb-0310-9956-ffa450edef68
2006-01-08 18:47:38 +00:00
Brett Leslie Porter af1a99198f merge from branch maven-2.0.x, up to rev 365776
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@365790 13f79535-47bb-0310-9956-ffa450edef68
2006-01-04 01:14:17 +00:00
Vincent Massol c9a00782d8 Error while deploying when using scpexe protocol with non-default scp/ssh executables
PR: MNG-1900
Submitted By: Brett Porter


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@360120 13f79535-47bb-0310-9956-ffa450edef68
2005-12-30 17:14:54 +00:00
Vincent Massol 5282ee4341 Adding 2 new phases related to integration tests:
- before-integration-test: perform actions required before integratiob tests are executed. This may involve things such as setting up the required environment.
- after-integration-test: perform actions required after integration tests have been executed. This may including cleaning up the environment.


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@359866 13f79535-47bb-0310-9956-ffa450edef68
2005-12-29 18:19:31 +00:00
Brett Leslie Porter f50854195c add script to sync from apache m2 repo
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@359476 13f79535-47bb-0310-9956-ffa450edef68
2005-12-28 10:47:42 +00:00
Carlos Sanchez Gonzalez b8c27119b5 Allow sync of subfolders only
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@358942 13f79535-47bb-0310-9956-ffa450edef68
2005-12-24 17:49:11 +00:00
Carlos Sanchez Gonzalez f734b900a7 Allow sync of subfolders only
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@358941 13f79535-47bb-0310-9956-ffa450edef68
2005-12-24 17:47:42 +00:00
Carlos Sanchez Gonzalez a06b58fd7d Allow sync of subfolders only
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@358940 13f79535-47bb-0310-9956-ffa450edef68
2005-12-24 17:43:44 +00:00
Carlos Sanchez Gonzalez b248997b7f Don't delete the log file at the end
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@358827 13f79535-47bb-0310-9956-ffa450edef68
2005-12-23 16:44:53 +00:00
Jason van Zyl 09c67ed9bc o we're not going to build the plugins so make sure that someone who has checked out the "maven"
externals definition doesn't build them. our page says to check out "components" but people don't
  always follow instructions :-)


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@358714 13f79535-47bb-0310-9956-ffa450edef68
2005-12-23 05:23:17 +00:00
Jason van Zyl 7759c9a336 o fixing little typo
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@358701 13f79535-47bb-0310-9956-ffa450edef68
2005-12-23 04:41:42 +00:00
Jason van Zyl 680115310d o push in some changes for simplifying the creation of repositories
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@358624 13f79535-47bb-0310-9956-ffa450edef68
2005-12-22 20:46:23 +00:00
Emmanuel Venisse 31a3319419 Fix exit code
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@358565 13f79535-47bb-0310-9956-ffa450edef68
2005-12-22 13:47:36 +00:00
Brett Leslie Porter 39ff81abab minor adjustments to ci
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@358291 13f79535-47bb-0310-9956-ffa450edef68
2005-12-21 13:33:06 +00:00
Brett Leslie Porter f8c8aee403 find GNU sed
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@358202 13f79535-47bb-0310-9956-ffa450edef68
2005-12-21 04:08:30 +00:00
Brett Leslie Porter c051fc6c85 fix shell error
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@358199 13f79535-47bb-0310-9956-ffa450edef68
2005-12-21 03:53:20 +00:00
Brett Leslie Porter f4fc13c1b0 update CI script to work for branch and trunk
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@358197 13f79535-47bb-0310-9956-ffa450edef68
2005-12-21 03:47:08 +00:00
Carlos Sanchez Gonzalez 010fa18eb5 set executable
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@358132 13f79535-47bb-0310-9956-ffa450edef68
2005-12-20 22:48:41 +00:00
Carlos Sanchez Gonzalez 43a53114c4 Split update-poms.sh
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@358130 13f79535-47bb-0310-9956-ffa450edef68
2005-12-20 22:42:07 +00:00
Carlos Sanchez Gonzalez a221c4db48 Fix commons-logging metadata
PR: MEV-264

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@357686 13f79535-47bb-0310-9956-ffa450edef68
2005-12-19 13:04:19 +00:00
Carlos Sanchez Gonzalez 1837c5d689 Remove full commons-logging-1.1-dev folder
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@357685 13f79535-47bb-0310-9956-ffa450edef68
2005-12-19 12:55:16 +00:00
Brett Leslie Porter b307368232 ignores
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@357091 13f79535-47bb-0310-9956-ffa450edef68
2005-12-16 00:00:24 +00:00
Carlos Sanchez Gonzalez bb9c5e19af Exclude reporting from parsing
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@357069 13f79535-47bb-0310-9956-ffa450edef68
2005-12-15 19:59:09 +00:00
John Dennis Casey 256b1be6bd Updated p-u dep to 1.0.6-SNAPSHOT.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@356549 13f79535-47bb-0310-9956-ffa450edef68
2005-12-13 17:33:21 +00:00
Brett Leslie Porter 9ae0914694 flip trunk to 2.1-SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@356316 13f79535-47bb-0310-9956-ffa450edef68
2005-12-12 18:22:06 +00:00
Brett Leslie Porter 93bd076d7a down't want snapshot plugins by default
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@356296 13f79535-47bb-0310-9956-ffa450edef68
2005-12-12 17:33:49 +00:00