[jboss-cvs] Repository SVN: r27341 - in maven2/org/mortbay/jetty: jetty and 7 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jun 1 06:13:31 EDT 2009


Author: richard.opalka at jboss.com
Date: 2009-06-01 06:13:31 -0400 (Mon, 01 Jun 2009)
New Revision: 27341

Added:
   maven2/org/mortbay/jetty/jetty-parent/
   maven2/org/mortbay/jetty/jetty-parent/8/
   maven2/org/mortbay/jetty/jetty-parent/8/jetty-parent-8.pom
   maven2/org/mortbay/jetty/jetty-parent/8/jetty-parent-8.pom.sha1
   maven2/org/mortbay/jetty/jetty-util/6.1.18/
   maven2/org/mortbay/jetty/jetty-util/6.1.18/jetty-util-6.1.18-sources.jar
   maven2/org/mortbay/jetty/jetty-util/6.1.18/jetty-util-6.1.18-sources.jar.sha1
   maven2/org/mortbay/jetty/jetty-util/6.1.18/jetty-util-6.1.18.jar
   maven2/org/mortbay/jetty/jetty-util/6.1.18/jetty-util-6.1.18.jar.sha1
   maven2/org/mortbay/jetty/jetty-util/6.1.18/jetty-util-6.1.18.pom
   maven2/org/mortbay/jetty/jetty-util/6.1.18/jetty-util-6.1.18.pom.sha1
   maven2/org/mortbay/jetty/jetty/6.1.18/
   maven2/org/mortbay/jetty/jetty/6.1.18/jetty-6.1.18-sources.jar
   maven2/org/mortbay/jetty/jetty/6.1.18/jetty-6.1.18-sources.jar.sha1
   maven2/org/mortbay/jetty/jetty/6.1.18/jetty-6.1.18.jar
   maven2/org/mortbay/jetty/jetty/6.1.18/jetty-6.1.18.jar.sha1
   maven2/org/mortbay/jetty/jetty/6.1.18/jetty-6.1.18.pom
   maven2/org/mortbay/jetty/jetty/6.1.18/jetty-6.1.18.pom.sha1
   maven2/org/mortbay/jetty/project/6.1.18/
   maven2/org/mortbay/jetty/project/6.1.18/project-6.1.18.pom
   maven2/org/mortbay/jetty/project/6.1.18/project-6.1.18.pom.sha1
Log:
[JBWS-2667] uploading CXF 2.2.2 artifacts (WIP)

Added: maven2/org/mortbay/jetty/jetty/6.1.18/jetty-6.1.18-sources.jar
===================================================================
(Binary files differ)


Property changes on: maven2/org/mortbay/jetty/jetty/6.1.18/jetty-6.1.18-sources.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/org/mortbay/jetty/jetty/6.1.18/jetty-6.1.18-sources.jar.sha1
===================================================================
--- maven2/org/mortbay/jetty/jetty/6.1.18/jetty-6.1.18-sources.jar.sha1	                        (rev 0)
+++ maven2/org/mortbay/jetty/jetty/6.1.18/jetty-6.1.18-sources.jar.sha1	2009-06-01 10:13:31 UTC (rev 27341)
@@ -0,0 +1 @@
+19093f5365ea15a61e2e60c5e50937eaa6a68519
\ No newline at end of file

Added: maven2/org/mortbay/jetty/jetty/6.1.18/jetty-6.1.18.jar
===================================================================
(Binary files differ)


Property changes on: maven2/org/mortbay/jetty/jetty/6.1.18/jetty-6.1.18.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/org/mortbay/jetty/jetty/6.1.18/jetty-6.1.18.jar.sha1
===================================================================
--- maven2/org/mortbay/jetty/jetty/6.1.18/jetty-6.1.18.jar.sha1	                        (rev 0)
+++ maven2/org/mortbay/jetty/jetty/6.1.18/jetty-6.1.18.jar.sha1	2009-06-01 10:13:31 UTC (rev 27341)
@@ -0,0 +1 @@
+eb2da00baac6451004c8bb8d2ef1e7111c14ab41
\ No newline at end of file

Added: maven2/org/mortbay/jetty/jetty/6.1.18/jetty-6.1.18.pom
===================================================================
--- maven2/org/mortbay/jetty/jetty/6.1.18/jetty-6.1.18.pom	                        (rev 0)
+++ maven2/org/mortbay/jetty/jetty/6.1.18/jetty-6.1.18.pom	2009-06-01 10:13:31 UTC (rev 27341)
@@ -0,0 +1,161 @@
+<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.18</version>
+    <relativePath>../../pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.mortbay.jetty</groupId>
+  <artifactId>jetty</artifactId>
+  <name>Jetty Server</name>
+  <description>Jetty server core</description>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-dependency-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>copy-deps</id>
+            <phase>install</phase>
+            <goals>
+              <goal>copy</goal>
+            </goals>
+            <configuration>
+              <artifactItems>
+                <artifactItem>
+                  <groupId>org.mortbay.jetty</groupId>
+                  <artifactId>servlet-api</artifactId>
+                  <version>${servlet-version}</version>
+                </artifactItem>
+              </artifactItems>
+              <outputDirectory>../../lib</outputDirectory>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <artifactId>maven-antrun-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>clean</id>
+            <phase>clean</phase>
+            <goals>
+              <goal>run</goal>
+            </goals>
+            <configuration>
+              <tasks>
+                <delete includeemptydirs="true">
+                  <fileset dir="../../lib/" includes="${project.artifactId}-${project.version}.${project.packaging}" />
+                  <fileset dir="../../lib/" includes="servlet-api-${servlet-version}.jar" />
+                  <fileset dir="../../etc/" >
+                    <include name="webdefault.xml"/>
+                    <include name="jetty.xml"/>
+                    <include name="jetty-bio.xml"/>
+                    <include name="jetty-ssl.xml"/>
+                    <include name="keystore"/>
+                    <include name="jetty-stats.xml"/>
+                    <include name="jetty-xinetd.xml"/>
+                    <include name="realm.properties"/>
+                    <include name="jdbcRealm.properties"/>
+                  </fileset>
+                </delete>
+              </tasks>
+            </configuration>
+          </execution>
+          <execution>
+            <id>copyjar</id>
+            <phase>install</phase>
+            <goals>
+              <goal>run</goal>
+            </goals>
+            <configuration>
+              <tasks>
+                <copy failonerror="false" file="target/${project.artifactId}-${project.version}.${project.packaging}" tofile="../../lib/${project.artifactId}-${project.version}.${project.packaging}" />
+                <copy failonerror="false" file="src/main/resources/org/mortbay/jetty/webapp/webdefault.xml" tofile="../../etc/webdefault.xml" />
+                <copy failonerror="false" includeEmptyDirs="false" todir="../../etc">
+                  <flattenmapper />
+                  <fileset dir="src/main/config/etc">
+                    <include name="jetty.xml"/>
+                    <include name="jetty-bio.xml"/>
+                    <include name="jetty-xinetd.xml"/>
+                    <include name="jetty-ssl.xml"/>
+                    <include name="keystore"/>
+                    <include name="jetty-stats.xml"/>
+                    <include name="realm.properties"/>
+                    <include name="jdbcRealm.properties"/>
+                  </fileset>
+                </copy>
+              </tasks>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <version>${maven-bundle-plugin-version}</version>
+        <extensions>true</extensions>
+        <executions>
+          <execution>
+            <goals>
+              <goal>manifest</goal>
+            </goals>
+            <configuration>
+              <instructions>
+                <Bundle-SymbolicName>org.mortbay.jetty.server</Bundle-SymbolicName>
+                <Bundle-RequiredExecutionEnvironment>J2SE-1.4</Bundle-RequiredExecutionEnvironment>
+                <Bundle-DocURL>http://jetty.mortbay.org</Bundle-DocURL>
+                <Import-Package>!org.mortbay.jetty.*,!org.mortbay.xml.*,!org.mortbay.resource.*,!org.mortbay.io.*,!org.mortbay.servlet.jetty.*,javax.servlet.resources;resolution:=optional,javax.servlet.jsp;resolution:=optional,org.apache.jasper.servlet;resolution:=optional,org.mortbay.jetty.handler.management;resolution:=optional,*</Import-Package>
+              </instructions>
+            </configuration>
+           </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <!--
+        Required for OSGI
+        -->
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>artifact-jar</id>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+          </execution>
+          <execution>
+            <id>test-jar</id>
+            <goals>
+              <goal>test-jar</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <archive>               
+            <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
+          </archive>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.mortbay.jetty</groupId>
+      <artifactId>jetty-util</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.mortbay.jetty</groupId>
+      <artifactId>servlet-api</artifactId>
+      <version>${servlet-version}</version>
+    </dependency>
+  </dependencies>
+</project>

Added: maven2/org/mortbay/jetty/jetty/6.1.18/jetty-6.1.18.pom.sha1
===================================================================
--- maven2/org/mortbay/jetty/jetty/6.1.18/jetty-6.1.18.pom.sha1	                        (rev 0)
+++ maven2/org/mortbay/jetty/jetty/6.1.18/jetty-6.1.18.pom.sha1	2009-06-01 10:13:31 UTC (rev 27341)
@@ -0,0 +1 @@
+b231cfaa74069c46895a6c1794e31297b9e96952
\ No newline at end of file

Added: maven2/org/mortbay/jetty/jetty-parent/8/jetty-parent-8.pom
===================================================================
--- maven2/org/mortbay/jetty/jetty-parent/8/jetty-parent-8.pom	                        (rev 0)
+++ maven2/org/mortbay/jetty/jetty-parent/8/jetty-parent-8.pom	2009-06-01 10:13:31 UTC (rev 27341)
@@ -0,0 +1,82 @@
+<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>
+    <groupId>org.eclipse.jetty</groupId>
+    <artifactId>jetty-parent</artifactId>
+    <version>9</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.mortbay.jetty</groupId>
+  <artifactId>jetty-parent</artifactId>
+  <packaging>pom</packaging>
+  <name>Jetty :: Codehaus Parent</name>
+  <version>8</version>
+  <issueManagement>
+    <system>jira</system>
+    <url>http://jira.codehaus.org/browse/JETTY</url>
+  </issueManagement>
+  <organization>
+    <name>Mort Bay Consulting</name>
+    <url>http://www.mortbay.com</url>
+  </organization>
+  <scm>
+    <connection>scm:svn:https://svn.codehaus.org/jetty/pom/tags/jetty-parent-8</connection>
+    <developerConnection>scm:svn:https://svn.codehaus.org/jetty/pom/tags/jetty-parent-8</developerConnection>
+    <url>scm:svn:https://svn.codehaus.org/jetty/pom/tags/jetty-parent-8</url>
+  </scm>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-release-plugin</artifactId>
+        <configuration>
+          <tagBase>https://svn.codehaus.org/jetty/pom/tags</tagBase>
+          <useReleaseProfile>false</useReleaseProfile>
+          <goals>deploy</goals>
+          <arguments>-Pcodehaus-release</arguments>
+          <preparationGoals>clean install</preparationGoals>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <profiles>
+    <profile>
+      <id>codehaus-release</id>
+      <build>
+        <plugins>
+          <plugin>
+            <inherited>true</inherited>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-deploy-plugin</artifactId>
+            <configuration>
+              <updateReleaseInfo>true</updateReleaseInfo>
+            </configuration>
+          </plugin>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-source-plugin</artifactId>
+            <executions>
+              <execution>
+                <id>attach-sources</id>
+                <goals>
+                  <goal>jar</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+         <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-javadoc-plugin</artifactId>
+            <executions>
+              <execution>
+                <id>attach-javadocs</id>
+                <goals>
+                  <goal>jar</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>

Added: maven2/org/mortbay/jetty/jetty-parent/8/jetty-parent-8.pom.sha1
===================================================================
--- maven2/org/mortbay/jetty/jetty-parent/8/jetty-parent-8.pom.sha1	                        (rev 0)
+++ maven2/org/mortbay/jetty/jetty-parent/8/jetty-parent-8.pom.sha1	2009-06-01 10:13:31 UTC (rev 27341)
@@ -0,0 +1 @@
+2ae9f1b36598f3624fe5ea6ae51c6da4481e7d15
\ No newline at end of file

Added: maven2/org/mortbay/jetty/jetty-util/6.1.18/jetty-util-6.1.18-sources.jar
===================================================================
(Binary files differ)


Property changes on: maven2/org/mortbay/jetty/jetty-util/6.1.18/jetty-util-6.1.18-sources.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/org/mortbay/jetty/jetty-util/6.1.18/jetty-util-6.1.18-sources.jar.sha1
===================================================================
--- maven2/org/mortbay/jetty/jetty-util/6.1.18/jetty-util-6.1.18-sources.jar.sha1	                        (rev 0)
+++ maven2/org/mortbay/jetty/jetty-util/6.1.18/jetty-util-6.1.18-sources.jar.sha1	2009-06-01 10:13:31 UTC (rev 27341)
@@ -0,0 +1 @@
+0dc7941875fc08856bffc3ba16ab6ade7101d88b
\ No newline at end of file

Added: maven2/org/mortbay/jetty/jetty-util/6.1.18/jetty-util-6.1.18.jar
===================================================================
(Binary files differ)


Property changes on: maven2/org/mortbay/jetty/jetty-util/6.1.18/jetty-util-6.1.18.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/org/mortbay/jetty/jetty-util/6.1.18/jetty-util-6.1.18.jar.sha1
===================================================================
--- maven2/org/mortbay/jetty/jetty-util/6.1.18/jetty-util-6.1.18.jar.sha1	                        (rev 0)
+++ maven2/org/mortbay/jetty/jetty-util/6.1.18/jetty-util-6.1.18.jar.sha1	2009-06-01 10:13:31 UTC (rev 27341)
@@ -0,0 +1 @@
+dd1514d4a2905f66be047ac37ea77b957fe9c861
\ No newline at end of file

Added: maven2/org/mortbay/jetty/jetty-util/6.1.18/jetty-util-6.1.18.pom
===================================================================
--- maven2/org/mortbay/jetty/jetty-util/6.1.18/jetty-util-6.1.18.pom	                        (rev 0)
+++ maven2/org/mortbay/jetty/jetty-util/6.1.18/jetty-util-6.1.18.pom	2009-06-01 10:13:31 UTC (rev 27341)
@@ -0,0 +1,111 @@
+<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.18</version>
+    <relativePath>../../pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.mortbay.jetty</groupId>
+  <artifactId>jetty-util</artifactId>
+  <name>Jetty Utilities</name>
+  <description>Utility classes for Jetty</description>
+  <build>
+    <testResources>
+      <testResource>
+        <directory>src/test/java</directory>
+        <includes>
+          <include>**/*Test.java</include>
+          <include>org/mortbay/**/*.xml</include>
+        </includes>
+        <excludes>
+          <exclude>**/Abstract*.java</exclude>
+        </excludes>
+      </testResource>
+    </testResources>
+    <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="../../lib/${project.artifactId}-${project.version}.${project.packaging}" />
+                <delete failonerror="false" file="../../etc/jetty-logging.xml" />
+              </tasks>
+            </configuration>
+          </execution>
+          <execution>
+            <id>copyjar</id>
+            <phase>install</phase>
+            <goals>
+              <goal>run</goal>
+            </goals>
+            <configuration>
+              <tasks>
+                <copy failonerror="false" file="target/${project.artifactId}-${project.version}.${project.packaging}" todir="../../lib/" />
+                <copy failonerror="false" file="src/main/config/etc/jetty-logging.xml" todir="../../etc" />
+              </tasks>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <version>${maven-bundle-plugin-version}</version>
+        <extensions>true</extensions>
+        <executions>
+          <execution>
+            <goals>
+              <goal>manifest</goal>
+            </goals>
+            <configuration>
+              <instructions>
+                <Bundle-SymbolicName>org.mortbay.jetty.util</Bundle-SymbolicName>
+                <Bundle-RequiredExecutionEnvironment>J2SE-1.4</Bundle-RequiredExecutionEnvironment>
+                <Import-Package>!org.mortbay.*,org.slf4j;resolution:=optional,*</Import-Package>
+                <Bundle-DocURL>http://jetty.mortbay.org</Bundle-DocURL>
+              </instructions>
+            </configuration>
+           </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <!--
+        Required for OSGI
+        -->
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <configuration>
+          <archive>               
+            <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
+          </archive>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.mortbay.jetty</groupId>
+      <artifactId>servlet-api</artifactId>
+      <version>${servlet-version}</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+      <optional>true</optional>
+    </dependency>
+  </dependencies>
+</project>

Added: maven2/org/mortbay/jetty/jetty-util/6.1.18/jetty-util-6.1.18.pom.sha1
===================================================================
--- maven2/org/mortbay/jetty/jetty-util/6.1.18/jetty-util-6.1.18.pom.sha1	                        (rev 0)
+++ maven2/org/mortbay/jetty/jetty-util/6.1.18/jetty-util-6.1.18.pom.sha1	2009-06-01 10:13:31 UTC (rev 27341)
@@ -0,0 +1 @@
+1d732c49d0ce1a9f28686242e636e6cdbfee4b1b
\ No newline at end of file

Added: maven2/org/mortbay/jetty/project/6.1.18/project-6.1.18.pom
===================================================================
--- maven2/org/mortbay/jetty/project/6.1.18/project-6.1.18.pom	                        (rev 0)
+++ maven2/org/mortbay/jetty/project/6.1.18/project-6.1.18.pom	2009-06-01 10:13:31 UTC (rev 27341)
@@ -0,0 +1,268 @@
+<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>
+    <groupId>org.mortbay.jetty</groupId>
+    <artifactId>jetty-parent</artifactId>
+    <version>8</version>
+  </parent>
+  <groupId>org.mortbay.jetty</groupId>
+  <artifactId>project</artifactId>
+  <packaging>pom</packaging>
+  <name>Jetty Server Project</name>
+  <version>6.1.18</version>
+  <repositories>
+    <repository>
+      <id>codehaus.org</id>
+      <name>Jetty snapshots</name>
+      <layout>default</layout>
+      <url>http://snapshots.repository.codehaus.org</url>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+    </repository>
+  </repositories>
+  <scm>
+    <connection>scm:svn:http://svn.codehaus.org/jetty/jetty/branches/jetty-6.1</connection>
+    <developerConnection>scm:svn:https://svn.codehaus.org/jetty/jetty/branches/jetty-6.1</developerConnection>
+    <url>http://fisheye.codehaus.org/viewrep/jetty/</url>
+  </scm>
+  <build>
+    <defaultGoal>install</defaultGoal>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-enforcer-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>enforce-java</id>
+            <goals>
+              <goal>enforce</goal>
+            </goals>
+            <configuration>
+              <rules>
+                <requireMavenVersion>
+                  <version>2.0.6</version>
+                </requireMavenVersion>
+                <requireJavaVersion>
+                  <version>[1.4,)</version>
+                </requireJavaVersion>
+              </rules>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.4</source>
+          <target>1.4</target>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-release-plugin</artifactId>
+        <configuration>
+          <tagBase>https://svn.codehaus.org/jetty/jetty/tags</tagBase>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <version>2.1</version>
+        <configuration>
+          <archive>
+            <manifestEntries>
+              <mode>development</mode>
+              <url>${pom.url}</url>
+	          <implementation-version>${pom.version}</implementation-version>
+	          <package>org.mortbay</package>
+            </manifestEntries>
+          </archive>
+        </configuration>
+      </plugin>
+      <plugin>
+	    <inherited>true</inherited>
+	    <groupId>org.apache.maven.plugins</groupId>
+	    <artifactId>maven-source-plugin</artifactId>
+	    <executions>
+	      <execution>
+	        <id>attach-sources</id>
+	        <goals>
+	          <goal>jar</goal>
+	        </goals>
+	      </execution>
+	    </executions>
+      </plugin>
+    </plugins>
+    <pluginManagement>
+	  <plugins>
+	    <plugin>
+		  <groupId>org.apache.maven</groupId>
+		  <artifactId>maven-surefire-plugin</artifactId>
+		  <version>2.3</version>
+	    </plugin>
+	  </plugins>
+    </pluginManagement>
+  </build>
+  <modules>
+    <module>modules/util</module>
+    <module>modules/util5</module>
+    <module>modules/jetty</module>
+    <module>modules/jsp-2.1</module>
+    <module>modules/jsp-api-2.0</module>
+    <module>modules/jsp-2.0</module>
+    <module>modules/management</module>
+    <module>modules/start</module>
+    <module>modules/maven-plugin</module>
+    <module>modules/jspc-maven-plugin</module>
+    <module>modules/naming</module>
+    <module>modules/plus</module>
+    <module>modules/html</module>
+    <module>modules/annotations</module>
+
+    <module>extras/servlet-tester</module>
+    <module>extras/xbean</module>
+    <module>extras/spring</module>
+    <module>extras/sslengine</module>
+    <module>extras/ajp</module>
+    <module>extras/win32service</module>
+    <!--module>extras/gwt</module-->
+    <module>extras/threadpool</module>
+    <module>extras/client</module>
+
+    <module>examples/test-webapp</module>
+    <module>examples/test-jaas-webapp</module>
+    <module>examples/test-jndi-webapp</module>
+    <module>examples/embedded</module>
+    <!-- <module>examples/spring-ebj3-demo</module> -->
+    <module>examples/tests</module>
+
+
+    <module>contrib/cometd</module>
+    <module>contrib/jetty-ant</module>
+    <module>contrib/jetty-rewrite-handler</module>
+    <!--module>contrib/grizzly</module-->
+    <!--module>contrib/wadi</module-->
+    <module>contrib/terracotta</module>
+
+    <module>extras/setuid</module>
+  </modules>
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>org.apache.maven</groupId>
+        <artifactId>maven-plugin-tools-api</artifactId>
+        <version>2.0</version>
+      </dependency>
+      <dependency>
+        <groupId>junit</groupId>
+        <artifactId>junit</artifactId>
+        <version>${junit-version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.slf4j</groupId>
+        <artifactId>jcl104-over-slf4j</artifactId>
+        <version>${slf4j-version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.slf4j</groupId>
+        <artifactId>slf4j-simple</artifactId>
+        <version>${slf4j-version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.slf4j</groupId>
+        <artifactId>slf4j-api</artifactId>
+        <version>${slf4j-version}</version>
+      </dependency>
+      <dependency>
+        <groupId>ant</groupId>
+        <artifactId>ant</artifactId>
+        <version>${ant-version}</version>
+      </dependency>
+      <dependency>
+        <groupId>geronimo-spec</groupId>
+        <artifactId>geronimo-spec-jta</artifactId>
+        <version>${jta-spec-version}</version>
+      </dependency>
+      <dependency>
+        <groupId>javax.mail</groupId>
+        <artifactId>mail</artifactId>
+        <version>${mail-version}</version>
+      </dependency>
+      <dependency>
+        <groupId>javax.activation</groupId>
+        <artifactId>activation</artifactId>
+        <version>${activation-version}</version>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+  <properties>
+    <test-test>${basedir}</test-test>
+    <servlet-version>2.5-20081211</servlet-version>
+     <!-- matches glassfish version SJSAS-9_1_1-B60E-23_Dec_2008 -->
+    <jsp21-version>9.1.1.B60.25.p0</jsp21-version>
+    <activation-version>1.1</activation-version>
+    <ant-version>1.6.5</ant-version>
+    <jta-spec-version>1.0.1B-rc4</jta-spec-version>
+    <junit-version>3.8.2</junit-version>
+    <mail-version>1.4</mail-version>
+    <slf4j-version>1.3.1</slf4j-version>
+    <maven-bundle-plugin-version>1.4.0</maven-bundle-plugin-version>
+    <maven-jar-plugin-version>2.2</maven-jar-plugin-version>
+  </properties>
+  <profiles>
+    <profile>
+      <id>generate-site</id>
+      <build>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-remote-resources-plugin</artifactId>
+          <configuration>
+                <resourceBundles>
+                  <resourceBundle>org.mortbay.jetty:jetty-build-resources:1.0.1</resourceBundle>
+                </resourceBundles>
+              </configuration>
+        </plugin>
+        <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-javadoc-plugin</artifactId>
+              <configuration>
+                <excludePackageNames>org.apache.*:ebay.*:javax.*:com.sun.*:com.google.*:dojox.*:com.acme.*</excludePackageNames>
+                <aggregate>true</aggregate>
+                <debug>false</debug>
+                <stylesheetfile>${project.build.directory}/maven-shared-archive-resources/org/mortbay/jetty/build/resources/javadoc.css</stylesheetfile>
+                <links>
+                  <link>http://java.sun.com/javaee/5/docs/api</link>
+                  <link>http://java.sun.com/j2se/1.5.0/docs/api</link>
+                </links>
+                <reportOutputDirectory>${basedir}</reportOutputDirectory> 
+                <destDir>javadoc</destDir>
+            </configuration>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-jxr-plugin</artifactId>
+          <version>2.1</version>
+          <configuration>
+            <aggregate>true</aggregate>
+            <javadocDir>${basedir}/javadoc</javadocDir>
+            <destDir>${basedir}/jxr</destDir>
+          </configuration>
+        </plugin>
+      </plugins>
+      </build>
+    </profile>
+  </profiles>
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <version>2.0</version>
+      </plugin>
+    </plugins>
+  </reporting>
+</project>

Added: maven2/org/mortbay/jetty/project/6.1.18/project-6.1.18.pom.sha1
===================================================================
--- maven2/org/mortbay/jetty/project/6.1.18/project-6.1.18.pom.sha1	                        (rev 0)
+++ maven2/org/mortbay/jetty/project/6.1.18/project-6.1.18.pom.sha1	2009-06-01 10:13:31 UTC (rev 27341)
@@ -0,0 +1 @@
+def20b7bd0742769c329c7ee806481bebbdddf1a
\ No newline at end of file




More information about the jboss-cvs-commits mailing list