Sha256: dd1b3297253016cb84bc554c8ea496e6aa9b3717f0db8f40ffc813b67f3f5ae4

Contents?: true

Size: 956 Bytes

Versions: 4

Compression:

Stored size: 956 Bytes

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/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <artifactId>project</artifactId>
    <groupId>org.mortbay.jetty</groupId>
    <version>6.1.22</version>
    <relativePath>../../pom.xml</relativePath>
  </parent>
  <groupId>org.mortbay.jetty</groupId>
  <artifactId>sweeper</artifactId>
  <version>6.1.22</version>
  <packaging>jar</packaging>
  <name>Temp dir sweeper</name>
  <build>
    <plugins>
      <plugin>
        <artifactId>maven-jar-plugin</artifactId>
        <configuration>
          <archive>
            <manifest>
              <mainClass>org.mortbay.util.daemon.Sweeper</mainClass>
            </manifest>
          </archive>
        </configuration>
      </plugin>
    </plugins>
  </build>
</project>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
miso-java-0.1.5 jetty/contrib/sweeper/pom.xml
miso-java-0.1.4 jetty/contrib/sweeper/pom.xml
miso-java-0.1.3 jetty/contrib/sweeper/pom.xml
miso-java-0.1.2 jetty/contrib/sweeper/pom.xml