Sha256: 5758a1a74ff4683a6296123afa19051098e8a2d66d7fb3be53031cffe38b6edc

Contents?: true

Size: 1.19 KB

Versions: 18

Compression:

Stored size: 1.19 KB

Contents

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>

  <parent>
    <groupId>org.jruby.warbler</groupId>
    <artifactId>integration-tests</artifactId>
    <version>1.0-SNAPSHOT</version>
  </parent>

  <artifactId>simple_rack_test</artifactId>
  <packaging>jar</packaging>

  <name>simple_rack_test</name>
  <url>http://maven.apache.org</url>

  <build>
    <plugins>
      <plugin>
        <groupId>de.saumya.mojo</groupId>
        <artifactId>jruby-maven-plugin</artifactId>
        <executions>
          <execution>
            <id>create-war</id>
            <phase>pre-integration-test</phase>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <groupId>org.mortbay.jetty</groupId>
        <artifactId>maven-jetty-plugin</artifactId>
        <executions>
          <execution>
            <id>start-jetty</id>
          </execution>
          <execution>
            <id>stop-jetty</id>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>
</project>

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
warbler-1.4.10 integration/simple_rack_test/pom.xml
warbler-2.0.2 integration/simple_rack_test/pom.xml
warbler-2.0.1 integration/simple_rack_test/pom.xml
warbler-2.0.0 integration/simple_rack_test/pom.xml
warbler-2.0.0.rc3 integration/simple_rack_test/pom.xml
warbler-2.0.0.rc2 integration/simple_rack_test/pom.xml
warbler-2.0.0.rc1 integration/simple_rack_test/pom.xml
warbler-2.0.0.pre3 integration/simple_rack_test/pom.xml
warbler-2.0.0.pre2 integration/simple_rack_test/pom.xml
warbler-1.4.9 integration/simple_rack_test/pom.xml
warbler-1.4.8 integration/simple_rack_test/pom.xml
warbler-2.0.0.pre1 integration/simple_rack_test/pom.xml
warbler-1.4.7 integration/simple_rack_test/pom.xml
warbler-1.4.6 integration/simple_rack_test/pom.xml
warbler-1.4.5 integration/simple_rack_test/pom.xml
warbler-1.4.4 integration/simple_rack_test/pom.xml
warbler-1.4.3 integration/simple_rack_test/pom.xml
warbler-1.4.2 integration/simple_rack_test/pom.xml