Commit Graph

8 Commits

Author SHA1 Message Date
Brett Leslie Porter 32d8679253 [MNG-2186] correct the regression of MNG-1927 from the solution of MNG-2124
The interpolator was only working based on an incorrect assumption for a limited set of expressions. This assumption is
guaranteed by the solution in the interim, until it can be properly reconsidered. The proper solution would be to not
cache an interpolated model, and to apply path translation and then interpolation after retrieving the cached model. However,
this will require some other related changes and should be planned for 2.1.


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@390098 13f79535-47bb-0310-9956-ffa450edef68
2006-03-30 11:48:12 +00:00
Jason van Zyl 425a841a8b [MNG-1927] This adds the test mojos required to fix ${pom.build.*} expansion to full paths, the problem was the
new interpolator so the one from 2.0 was used and some envar handling was back ported. Unit tests
           have been added for envar handling as well as an IT. The maven-core-it script will now set
           an envar which is used in it0090.



git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@368108 13f79535-47bb-0310-9956-ffa450edef68
2006-01-11 19:36:37 +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
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