Commit Graph

6 Commits

Author SHA1 Message Date
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
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 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 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
John Dennis Casey 2da8372a17 Bumping versions for maven deps up to 2.0.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@354912 13f79535-47bb-0310-9956-ffa450edef68
2005-12-07 23:48:15 +00:00
Brett Leslie Porter 7e5631b975 start moving directories to integration-tests
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@330474 13f79535-47bb-0310-9956-ffa450edef68
2005-11-03 05:56:24 +00:00