alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Jetty example source code file (pom.xml)

This example Jetty source code file (pom.xml) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Jetty tags/keywords

bay, bay, bordet, consulting, consulting, discuss, gosnell, labs, list, list, repository, repository, vernum, version

The Jetty pom.xml source code

<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
  <groupId>org.mortbay.jetty
  <artifactId>project
  <packaging>pom
  <name>Jetty Server Project
  <version>6.1.9
  <url>http://jetty.mortbay.org
  <issueManagement>
    <system>jira
    <url>http://jira.codehaus.org/browse/Jetty
  </issueManagement>
  <mailingLists>
    <mailingList>
      <name>Jetty Discuss List
      <archive>http://lists.sourceforge.net/lists/listinfo/jetty-discuss
      <otherArchives>
        <otherArchive>http://www.nabble.com/Jetty-Discuss-f60.html
      </otherArchives>
    </mailingList>
    <mailingList>
      <name>Jetty Support List
      <archive>http://lists.sourceforge.net/lists/listinfo/jetty-support
      <otherArchives>
        <otherArchive>http://www.nabble.com/Jetty-Support-f61.html
      </otherArchives>
    </mailingList>
    <mailingList>
      <name>Jetty Announce List
      <archive>http://lists.sourceforge.net/lists/listinfo/jetty-announce
      <otherArchives>
        <otherArchive>http://www.nabble.com/Jetty---Announce-f2649.html
      </otherArchives>
    </mailingList>
  </mailingLists>
  <developers>
    <developer>
      <id>gregw
      <name>Greg Wilkins
      <email>gregw@apache.org
      <url>http://www.mortbay.com/mortbay/people/gregw
      <organization>Mort Bay Consulting
      <organizationUrl>http://www.mortbay.com
    </developer>
    <developer>
      <id>janb
      <name>Jan Bartel
      <email>janb@apache.org
      <url>http://www.mortbay.com/people/janb
      <organization>Mort Bay Consulting
      <organizationUrl>http://www.mortbay.com
    </developer>
    <developer>
      <id>jules
      <name>Jules Gosnell
      <email>jules@apache.org
      <organization />
    </developer>
    <developer>
      <id>jstrachan
      <name>James Strachan
      <email>jstrachan@apache.org
      <organization>Logic Blaze
      <organizationUrl>http://www.logicblaze.com
    </developer>
    <developer>
      <id>sbordet
      <name>Simone Bordet
      <email>simone.bordet@simulalabs.com
      <organization>Simula Labs
      <organizationUrl>http://www.simulalabs.com
    </developer>
    <developer>
      <id>tvernum
      <name>Tim Vernum
      <email>tim@adjective.org
      <organization />
    </developer>
    <developer>
      <id>ngonzalez
      <name>Nik Gonzalez
      <email>ngonzalez@exist.com
      <organization />
    </developer>
    <developer>
      <id>jfarcand
      <name>Jeanfrancois Arcand
      <email>jfarcand@apache.org
      <organization>Sun Microsystems
      <organizationUrl>http://www.sun.com
    </developer>
  </developers>
  <licenses>
    <license>
      <name>Apache License Version 2.0
      <url>http://www.apache.org/licenses/LICENSE-2.0
    </license>
  </licenses>
  <repositories>
   <repository>
    <id>codehaus.org
    <name>Jetty snapshots
    <layout>default
    <url>http://snapshots.repository.codehaus.org
    <snapshots>true
   </repository>
  </repositories>
  <pluginRepositories>
  </pluginRepositories>
  <scm>
    <connection>scm:svn:https://svn.codehaus.org/jetty/jetty/trunk
    <developerConnection>scm:svn:https://svn.codehaus.org/jetty/jetty/trunk
    <url>http://fisheye.codehaus.org/viewrep/jetty/
  </scm>
  <organization>
    <name>Mort Bay Consulting
    <url>http://www.mortbay.com
  </organization>
  <build>
    <sourceDirectory>src/main/java
    <scriptSourceDirectory>src/main/scripts
    <testSourceDirectory>src/test/java
    <outputDirectory>target/classes
    <testOutputDirectory>target/test-classes
    <extensions>
      <extension>
        <groupId>org.apache.maven.wagon
        <artifactId>wagon-ssh-external
        <version>${maven-wagon-version}
      </extension>
      <extension>
        <groupId>org.apache.maven.wagon
        <artifactId>wagon-ssh
        <version>${maven-wagon-version}
      </extension>
      <extension>
	<groupId>org.apache.maven.wagon
	<artifactId>wagon-webdav
	<version>${maven-wagon-version}
      </extension>
    </extensions>
    <defaultGoal>install
    <resources>
      <resource>
        <directory>src/main/resources
      </resource>
    </resources>
    <testResources>
      <testResource>
        <directory>src/test/resources
      </testResource>
    </testResources>
    <directory>target
    <finalName>${artifactId}-${version}
    <plugins>
      <plugin>
        <artifactId>maven-compiler-plugin
        <configuration>
          <source>1.4
          <target>1.4
        </configuration>
      </plugin>
      <plugin>
        <artifactId>maven-release-plugin
        <configuration>
          <tagBase>https://svn.codehaus.org/jetty/jetty/tags
        </configuration>
      </plugin>

      <plugin>
        <groupId>org.apache.maven.plugins
        <artifactId>maven-jar-plugin
        <version>2.1
        <configuration>
          <archive>
            <manifestEntries>
              <mode>development
              <url>${pom.url}
	      <implementation-version>${pom.version}
	      <package>org.mortbay
            </manifestEntries>
          </archive>
        </configuration>
      </plugin>

      <plugin>
	<inherited>true
	<groupId>org.apache.maven.plugins
	<artifactId>maven-source-plugin
	<executions>
	  <execution>
	    <id>attach-sources
	    <goals>
	      <goal>jar
	    </goals>
	  </execution>
	</executions>
      </plugin>

      <!-- plugin>
        <groupId>org.apache.maven.plugins
        <artifactId>maven-clover-plugin
        <configuration>
	  <jdk>1.5
        </configuration>
        <executions>
          <execution>
            <phase>pre-site
            <goals>
              <goal>instrument
              <goal>aggregate
            </goals>
          </execution>
        </executions>
      </plugin -->

    </plugins>
    <pluginManagement>
      <plugins>
       <plugin>
        <groupId>org.apache.maven
	<artifactId>maven-surefire-plugin
	<version>2.3
       </plugin>
       <plugin>
        <groupId>org.codehaus.mojo
        <artifactId>exec-maven-plugin
        <version>1.0.1
       </plugin>
      </plugins>
    </pluginManagement>
  </build>
  <modules>
    <module>modules/servlet-api-2.5
    <module>modules/util
    <module>modules/jetty
    <module>modules/jsp-api-2.1
    <module>modules/jsp-2.1
    <module>modules/jsp-api-2.0
    <module>modules/jsp-2.0
    <module>modules/management
    <module>modules/start
    <module>modules/maven-plugin
    <module>modules/jspc-maven-plugin
    <module>modules/naming
    <module>modules/plus
    <module>modules/html
    <module>modules/annotations

    <module>extras/servlet-tester
    <module>extras/xbean
    <module>extras/spring
    <module>extras/sslengine
    <module>extras/ajp
    <module>extras/win32service
    <!--module>extras/gwt
    <module>extras/threadpool
    <module>extras/client

    <module>examples/test-webapp
    <module>examples/test-jaas-webapp
    <module>examples/test-jndi-webapp
    <module>examples/embedded
    <!--  -->
    <module>examples/tests


    <module>contrib/cometd
    <module>contrib/jetty-ant
    <!--module>contrib/grizzly
    <!--module>contrib/wadi
    <!--module>contrib/terracotta

    <module>extras/setuid
  </modules>

  <reporting>
    <outputDirectory>target/site
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins
        <artifactId>maven-javadoc-plugin
          <configuration>
            <aggregate>true
            <debug>false
            <stylesheetfile>${basedir}/project-website/project-site/src/resources/javadoc.css
            <links>
              <link>http://java.sun.com/javaee/5/docs/api
              <link>http://java.sun.com/j2se/1.5.0/docs/api
            </links>
          </configuration>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins
        <artifactId>maven-jxr-plugin
        <configuration>
          <aggregate>true
       </configuration>
      </plugin>
    </plugins>
  </reporting>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>org.apache.maven
        <artifactId>maven-plugin-tools-api
        <version>2.0
      </dependency>
      <dependency>
        <groupId>junit
        <artifactId>junit
        <version>${junit-version}
      </dependency>
      <dependency>
        <groupId>org.slf4j
        <artifactId>jcl104-over-slf4j
        <version>${slf4j-version}
      </dependency>
      <dependency>
        <groupId>org.slf4j
        <artifactId>slf4j-simple
        <version>${slf4j-version}
      </dependency>
      <dependency>
        <groupId>ant
        <artifactId>ant
        <version>${ant-version}
      </dependency>
      <dependency>
        <groupId>geronimo-spec
        <artifactId>geronimo-spec-jta
        <version>${jta-spec-version}
      </dependency>
      <dependency>
        <groupId>javax.mail
        <artifactId>mail
        <version>${mail-version}
      </dependency>
      <dependency>
        <groupId>javax.activation
        <artifactId>activation
        <version>${activation-version}
      </dependency>
    </dependencies>
  </dependencyManagement>
  <distributionManagement>
    <repository>
      <id>codehaus.org
      <name>Jetty Repository
      <url>dav:https://dav.codehaus.org/repository/jetty/
    </repository>
    <snapshotRepository>
      <id>codehaus.org
      <name>Jetty Snapshot Repository
      <url>dav:https://dav.codehaus.org/snapshots.repository/jetty/
    </snapshotRepository>
    <site>
      <id>codehaus.org
      <url>dav:https://dav.codehaus.org/jetty/
    </site>
  </distributionManagement>
  <properties>
    <activation-version>1.1
    <ant-version>1.6.5
    <jta-spec-version>1.0.1B-rc4
    <junit-version>3.8.2
    <mail-version>1.4
    <slf4j-version>1.3.1
    <maven-bundle-plugin-version>1.4.0
    <maven-jar-plugin-version>2.2
    <maven-wagon-version>1.0-beta-2
  </properties>
</project>

Other Jetty examples (source code examples)

Here is a short list of links related to this Jetty pom.xml source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.