|
Jetty example source code file (pom.xml)
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>cometd-api <version>0.9.20080221 <packaging>jar <name>cometd api <url>http://www.cometd.com <licenses> <license> <name>Apache License Version 2 <url>http://www.apache.org/licenses/LICENSE-2.0 </license> </licenses> <build> <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 <plugins> <plugin> <artifactId>maven-compiler-plugin <configuration> <source>1.5 <target>1.5 </configuration> </plugin> </plugins> </build> <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> <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 |
Copyright 1998-2024 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.