Look at the maven book, there are lots of examples, for example:

http://www.sonatype.com/book/lifecycle.html

Regards,
Nico

On 4/30/07, Baz <[EMAIL PROTECTED]> wrote:
All,

I read the page in
http://maven.apache.org/plugins/maven-antrun-plugin/usage.html but i still
cannot make a simple ant task work in maven 2. Please help.

Here is my code:

  <plugin>
    <artifactId>maven-antrun-plugin</artifactId>
      <executions>
        <execution>
        <phase>deploy</phase>
          <configuration>
            <tasks>
              <target name="aaa">
                <echo message="Testing"/>
              </target>
            </tasks>
          </configuration>
          <goals>
            <goal>run</goal>
          </goals>
        </execution>
      </executions>
  </plugin>



--
Nico Steppat
--------------------------------------------------
[EMAIL PROTECTED]
Caelum - Ensino e Soluções em Java
www.caelum.com.br

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

Reply via email to