Commit Graph

467 Commits

Author SHA1 Message Date
Jason van Zyl ee0ced671d o updating for the changes to the plugin request/response.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162686 13f79535-47bb-0310-9956-ffa450edef68
2004-05-07 23:48:42 +00:00
Emmanuel Venisse fe5c4741ab A simple clean plugin
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162683 13f79535-47bb-0310-9956-ffa450edef68
2004-04-20 14:06:57 +00:00
Jason van Zyl b5468d3e2b o fix typo
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162677 13f79535-47bb-0310-9956-ffa450edef68
2004-04-16 14:27:08 +00:00
Jason van Zyl 157e7fb771 o fixing issueManagement element
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162674 13f79535-47bb-0310-9956-ffa450edef68
2004-04-15 15:17:40 +00:00
Jason van Zyl 55b5508267 o issueManagement element
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162672 13f79535-47bb-0310-9956-ffa450edef68
2004-04-15 14:44:19 +00:00
Jason van Zyl 4c06479fc3 o using a common plugin parent model
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162661 13f79535-47bb-0310-9956-ffa450edef68
2004-04-12 20:14:19 +00:00
Jason van Zyl 7344c8b0c0 explicit instantiation strategy
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162621 13f79535-47bb-0310-9956-ffa450edef68
2004-03-22 18:13:59 +00:00
Jason van Zyl b14d2bfd78 explicit instantiation strategy
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162620 13f79535-47bb-0310-9956-ffa450edef68
2004-03-22 18:11:45 +00:00
Jason van Zyl 19e797b9b2 fix typo in expression
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162617 13f79535-47bb-0310-9956-ffa450edef68
2004-03-19 16:14:42 +00:00
Jason van Zyl 3d28ca82f2 o update plugin descriptors to match changes in maven-core.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162616 13f79535-47bb-0310-9956-ffa450edef68
2004-03-19 16:13:14 +00:00
Jason van Zyl a75e6d61dd remove debug info
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162615 13f79535-47bb-0310-9956-ffa450edef68
2004-03-19 04:15:16 +00:00
Jason van Zyl c9fbf52230 o update the plugin descriptors for changes made in maven to support 4
flavours of POJOs people might try to integrate into Maven.

  CompilerPlugin is now an "integrated" plugin where any amount of
  arbitrary information can go into the execution and come out. In this
  case the compiler plugin can send back detailed compilation errors for
  use in something like and IDE.


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162614 13f79535-47bb-0310-9956-ffa450edef68
2004-03-19 04:11:11 +00:00
Jason van Zyl e8bccead0d o make sure we account for times when we have resources entries like:
<resource>
    <directory>src/main/resource</directory>
  </resource>

  We want to pick up everything within the specified directory so the the
  implicit include is **/**.


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162613 13f79535-47bb-0310-9956-ffa450edef68
2004-03-19 04:09:32 +00:00
Jason van Zyl 1a697b0b16 o the way this plugin is code is like an Ant task, so we need a per-lookup
instantiation strategy.


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162612 13f79535-47bb-0310-9956-ffa450edef68
2004-03-17 21:33:14 +00:00
Jason van Zyl bdf2c33250 o removing bad dependency.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162610 13f79535-47bb-0310-9956-ffa450edef68
2004-03-16 17:04:49 +00:00
Jason van Zyl 4a9730736d o make sure standard resources are copied over too before testing.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162609 13f79535-47bb-0310-9956-ffa450edef68
2004-03-16 00:32:22 +00:00
Jason van Zyl ee951b1609 Initial revision
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162606 13f79535-47bb-0310-9956-ffa450edef68
2004-03-15 19:32:20 +00:00