<?xml version="1.0" encoding="utf-8"?>

<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.jtestr</groupId>
  <artifactId>jruby-complete</artifactId>
  <packaging>jar</packaging>
  <version>r7479</version>
  <name>JtestR JRuby Complete</name>
  
  <build>
    <directory>target</directory>

    <plugins>
      <plugin>
        <artifactId>maven-antrun-plugin</artifactId>
        <version>1.1</version>
        <executions>
          <execution>
            <id>echodir</id>
            <goals>
              <goal>run</goal>
            </goals>
            <phase>package</phase>
            <inherited>false</inherited>
            <configuration>
              <tasks>
                <copy file="../lib/jruby-complete-r7479.jar" todir="target" overwrite="true"/>
              </tasks>
            </configuration>
          </execution>
        </executions>
      </plugin>
    </plugins>

    <extensions>
      <extension>
        <groupId>org.apache.maven.wagon</groupId>
        <artifactId>wagon-webdav</artifactId>
        <version>1.0-beta-1</version>
      </extension>
    </extensions>
  </build>
  
  <!-- this is for deploying to codehouse -->
  <distributionManagement>
    <repository>
      <id>codehaus.org</id>
      <name>JtestR Central Repository</name>
      <url>dav:https://dav.codehaus.org/repository/jtestr/</url>
    </repository>
    <snapshotRepository>
      <id>codehaus.org</id>
      <name>JtestR Dev Repository</name>
      <url>dav:https://dav.codehaus.org/snapshots.repository/jtestr/</url>
    </snapshotRepository>
    <site>
      <id>codehaus.org</id>
      <url>dav:https://dav.codehaus.org/jtestr/</url>
    </site>
  </distributionManagement>
</project>
