Commit Graph

9 Commits

Author SHA1 Message Date
Brett Leslie Porter 0c1b0aca6c cleanup some unused fields
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@327882 13f79535-47bb-0310-9956-ffa450edef68
2005-10-23 23:28:42 +00:00
Kenney Westerhof 2b1488cc7e Added testSourceRoot too as suggested by Piotr Burdylo on IRC.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@326879 13f79535-47bb-0310-9956-ffa450edef68
2005-10-20 10:24:22 +00:00
Brett Leslie Porter f19ade8c85 update plexus container
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@320679 13f79535-47bb-0310-9956-ffa450edef68
2005-10-13 06:58:22 +00:00
Kenney Westerhof 1fb6768963 Added support for registering a new sourceroot using a <sourceRoot>
tag; very useful for scripts that generate sources.


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@312902 13f79535-47bb-0310-9956-ffa450edef68
2005-10-11 15:53:51 +00:00
Brett Leslie Porter ab0e585fdb add path references:
- maven.dependency.classpath (compile)
- maven.compile.classpath (compile)
- maven.runtime.classpath (runtime)
- maven.test.classpath (test)

resolve dependencies in ant run mojo to ensure these are available


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291066 13f79535-47bb-0310-9956-ffa450edef68
2005-09-23 03:24:18 +00:00
Kenney Westerhof 98823bd6d2 Fixing MNG-777: no output from ant tasks. I set the
logger level to INFO so <echo> messages will appear.


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@289487 13f79535-47bb-0310-9956-ffa450edef68
2005-09-16 10:51:45 +00:00
Kenney Westerhof aefdc2b95d Set project's basedir on the ant Target so relative paths
work.


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@232502 13f79535-47bb-0310-9956-ffa450edef68
2005-08-13 15:04:18 +00:00
Kenney Westerhof f14a81d454 Moved execution code to abstract base class, so other ant-enabled plugins
may use this more easily.


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@232501 13f79535-47bb-0310-9956-ffa450edef68
2005-08-13 15:01:24 +00:00
Kenney Westerhof 7fa0cc72c3 Donating maven-antrun-plugin to the Maven2 project, as discussed with Brett.
Enjoy! :-)

TODO:

o make <echo>...</echo> output visible.

o devise a way to pass on maven2 properties to <ant/>-called build.xml files.
  The ant code just copies all properties from the default PropertyHandler,
  however with m2 that's not possible since they are resolved/evaluated at
  runtime.


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@231230 13f79535-47bb-0310-9956-ffa450edef68
2005-08-10 13:38:21 +00:00