dion        2002/06/22 10:03:04

  Added:       src/templates/build/plugins/core plugin.xml
  Log:
  Initial cut for discussion
  
  Revision  Changes    Path
  1.1                  
jakarta-turbine-maven/src/templates/build/plugins/core/plugin.xml
  
  Index: plugin.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  
  <!--
      Document   : plugin.xml
      Created on : June 23, 2002, 2:44 AM
      Author     : dion
      Description:
          Plugin Descriptor for core maven services.
      Version    : $Id: plugin.xml,v 1.1 2002/06/22 17:03:03 dion Exp $
  -->
  
  <plugin>
  
    <id>maven-core</id>
    <name>Maven Core</name>id>
    <version>1.0</version>
    <implementation>ant</implementation>
    <!-- ant plugins are expected to provide a build.xml and a default.properties -->
    
    <!-- dependencies for this plugin -->
    <!--
    <dependencies>
      <dependency>
        <id></id>
        <version></version>
      </dependency>
    </dependencies>
    -->
    
    <!-- new tasks added by this plugin -->
    <tasks>
      <task><name>announce</name></task>
      <task><name>check-source</name></task>
      <task><name>clean</name></task>
      <task><name>compile</name></task>
      <task><name>dist</name></task>
      <task><name>dist-build</name></task>
      <task><name>env</name></task>
      <task><name>gump-descriptor</name></task>
      <task><name>install-jar</name></task>
      <task><name>jar</name></task>
      <task><name>maven-update</name></task>
      <task><name>update-jars</name></task>
      <task><name>validate-pom</name></task>
    </tasks>
  
    <!-- new reports added by this plugin -->
    <!--
    <reports>
      <report>
        <name>Extra Report X</name>
      </report>
    </report>
    -->
    <!--  
    <extensions>
      <extension>
        <plugin>use plugin id </plugin>
        <task>name of task</task>
        <position>before/after</position>
        <priority>a number used to order pre/post plugin extensions</priority>
      </extension>
    </extensions>
    -->
  </plugin>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to