Download start-6.1.26.jar file

Introduction

You can download start-6.1.26.jar in this page.

License

Open Source

Type List

start-6.1.26.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.mortbay.jetty/start/pom.properties
META-INF/maven/org.mortbay.jetty/start/pom.xml
org.mortbay.start.Classpath.class
org.mortbay.start.Main.class
org.mortbay.start.Monitor.class
org.mortbay.start.Version.class
org/mortbay/start/start.config

Pom

start-6.1.26.pom file content.

<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">
  <parent>
    <artifactId>project</artifactId>
    <groupId>org.mortbay.jetty</groupId>
    <version>6.1.26</version>
    <relativePath>../../pom.xml</relativePath>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>start</artifactId>
  <name>Jetty start jar</name>
  <build>
    <plugins>
      <plugin>
        <artifactId>maven-antrun-plugin</artifactId>
        <executions>
          <execution>
            <id>clean</id>
            <phase>clean</phase>
            <goals>
              <goal>run</goal>
            </goals>
            <configuration>
              <tasks>
                <delete failonerror="false" file="../../${project.artifactId}.${project.packaging}" />
              </tasks>
            </configuration>
          </execution>
          <execution>
            <phase>install</phase>
            <goals>
              <goal>run</goal>
            </goals>
            <configuration>
              <tasks>
                <copy file="target/${project.artifactId}-${project.version}.${project.packaging}" tofile="../../${project.artifactId}.${project.packaging}" />
              </tasks>
            </configuration>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <artifactId>maven-jar-plugin</artifactId>
        <configuration>
          <archive>
            <manifest>
              <mainClass>org.mortbay.start.Main</mainClass>
            </manifest>
          </archive>
        </configuration>
      </plugin>
    </plugins>
  </build>
</project>

POM Entry

<dependency>
   <groupId>org.mortbay.jetty</groupId>
   <artifactId>start</artifactId>
   <version>6.1.26</version>
</dependency>

Download

If you think the following start-6.1.26.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download start-6.1.26.jar file




PreviousNext

Related