[jboss-cvs] Repository SVN: r15557 - in maven2/org/jboss/resteasy/resteasy-jaxrs-all: 1.0-beta-8 and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Sep 22 12:55:51 EDT 2008


Author: bill.burke at jboss.com
Date: 2008-09-22 12:55:51 -0400 (Mon, 22 Sep 2008)
New Revision: 15557

Added:
   maven2/org/jboss/resteasy/resteasy-jaxrs-all/1.0-beta-8/
   maven2/org/jboss/resteasy/resteasy-jaxrs-all/1.0-beta-8/resteasy-jaxrs-all-1.0-beta-8.pom
Log:


Added: maven2/org/jboss/resteasy/resteasy-jaxrs-all/1.0-beta-8/resteasy-jaxrs-all-1.0-beta-8.pom
===================================================================
--- maven2/org/jboss/resteasy/resteasy-jaxrs-all/1.0-beta-8/resteasy-jaxrs-all-1.0-beta-8.pom	                        (rev 0)
+++ maven2/org/jboss/resteasy/resteasy-jaxrs-all/1.0-beta-8/resteasy-jaxrs-all-1.0-beta-8.pom	2008-09-22 16:55:51 UTC (rev 15557)
@@ -0,0 +1,437 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+   <modelVersion>4.0.0</modelVersion>
+
+   <name>RESTEasy JAX-RS</name>
+   <groupId>org.jboss.resteasy</groupId>
+   <artifactId>resteasy-jaxrs-all</artifactId>
+   <version>1.0-beta-8</version>
+   <packaging>pom</packaging>
+
+   <url>http://wiki.jboss.org/wiki/Wiki.jsp?page=RESTeasyJAXRS</url>
+
+   <licenses>
+      <license>
+         <name>GNU LESSER GENERAL PUBLIC LICENSE</name>
+         <url>http://www.gnu.org/licenses/lgpl.txt</url>
+         <distribution>repo</distribution>
+      </license>
+   </licenses>
+
+   <scm>
+      <connection>
+         scm:svn:https://resteasy.svn.sourceforge.net/svnroot/resteasy/trunk/jaxrs
+      </connection>
+      <developerConnection>
+         scm:svn:https://resteasy.svn.sourceforge.net/svnroot/resteasy/trunk/jaxrs
+      </developerConnection>
+      <url>
+         http://resteasy.svn.sourceforge.net/viewvc/resteasy/trunk/jaxrs
+      </url>
+   </scm>
+
+   <issueManagement>
+      <system>JIRA</system>
+      <url>http://jira.jboss.com/jira/browse/RESTEASY</url>
+   </issueManagement>
+
+   <developers>
+      <developer>
+         <id>rmcdonough</id>
+         <name>Ryan J. McDonough</name>
+         <email>ryan at damnhandy.com</email>
+         <url>http://damnhandy.com</url>
+         <roles>
+            <role>project-owner</role>
+         </roles>
+         <timezone>-5</timezone>
+      </developer>
+      <developer>
+         <id>patriot1burke</id>
+         <name>Bill Burke</name>
+         <email>bill at burkecentral.com</email>
+         <organization>JBoss</organization>
+         <roles>
+            <role>project-owner</role>
+         </roles>
+         <timezone>-5</timezone>
+      </developer>
+   </developers>
+
+   <contributors>
+      <contributor>
+         <name>Heiko Braun</name>
+      </contributor>
+      <contributor>
+         <name>Martin Algesten</name>
+      </contributor>
+   </contributors>
+
+   <modules>
+
+      <!-- Should probably be removed and be treated as external dependency -->
+      <module>jaxrs-api</module>
+      <module>resteasy-test-data</module>
+      <module>resteasy-jaxrs</module>
+      <module>resteasy-jaxrs-war</module>
+      <module>resteasy-client</module>
+      <module>resteasy-common</module>
+      <module>distribution</module>
+
+   </modules>
+
+   <dependencyManagement>
+      <dependencies>
+
+         <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-api</artifactId>
+            <version>1.5.2</version>
+         </dependency>
+         <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-simple</artifactId>
+            <version>1.5.2</version>
+         </dependency>
+
+         <dependency>
+            <groupId>org.jboss.resteasy</groupId>
+            <artifactId>jaxrs-api</artifactId>
+            <version>${project.version}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>org.jboss.resteasy</groupId>
+            <artifactId>resteasy-test-data</artifactId>
+            <version>${project.version}</version>
+            <scope>test</scope>
+         </dependency>
+
+         <dependency>
+            <groupId>org.scannotation</groupId>
+            <artifactId>scannotation</artifactId>
+            <version>1.0.2</version>
+         </dependency>
+
+         <dependency>
+            <groupId>javax.annotation</groupId>
+            <artifactId>jsr250-api</artifactId>
+            <version>1.0</version>
+         </dependency>
+
+         <dependency>
+            <groupId>com.sun.xml.bind</groupId>
+            <artifactId>jaxb-impl</artifactId>
+            <version>2.1.2</version>
+         </dependency>
+
+
+         <dependency>
+            <groupId>com.sun.xml.stream</groupId>
+            <artifactId>sjsxp</artifactId>
+            <version>1.0.1</version>
+         </dependency>
+
+         <dependency>
+            <groupId>com.sun.xml.fastinfoset</groupId>
+            <artifactId>FastInfoset</artifactId>
+            <version>1.2.2</version>
+         </dependency>
+
+         <dependency>
+            <groupId>commons-httpclient</groupId>
+            <artifactId>commons-httpclient</artifactId>
+            <version>3.1</version>
+         </dependency>
+
+         <dependency>
+            <groupId>org.codehaus.jettison</groupId>
+            <artifactId>jettison</artifactId>
+            <version>1.0.1</version>
+            <exclusions>
+               <!-- This results in duplicate stax-api jars. This is the older
+                       one. A newer is brought in by com.sun.xml.bind:jaxb-impl -->
+               <exclusion>
+                  <groupId>stax</groupId>
+                  <artifactId>stax-api</artifactId>
+               </exclusion>
+            </exclusions>
+         </dependency>
+
+         <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring</artifactId>
+            <version>2.5.1</version>
+         </dependency>
+
+         <dependency>
+            <groupId>com.sun.grizzly</groupId>
+            <artifactId>grizzly-http-servlet</artifactId>
+            <version>1.7.2</version>
+         </dependency>
+         <dependency>
+            <groupId>com.sun.grizzly</groupId>
+            <artifactId>grizzly-http-webserver</artifactId>
+            <version>1.7.2</version>
+         </dependency>
+         <dependency>
+            <groupId>com.sun.grizzly</groupId>
+            <artifactId>grizzly-comet</artifactId>
+            <version>1.7.2</version>
+         </dependency>
+
+         <dependency>
+            <groupId>javax.activation</groupId>
+            <artifactId>activation</artifactId>
+            <version>1.1</version>
+         </dependency>
+
+         <dependency>
+            <groupId>javax.mail</groupId>
+            <artifactId>mail</artifactId>
+            <version>1.4</version>
+         </dependency>
+
+         <dependency>
+            <groupId>tjws</groupId>
+            <artifactId>webserver</artifactId>
+            <version>1.3.3</version>
+         </dependency>
+
+         <dependency>
+            <groupId>org.jyaml</groupId>
+            <artifactId>jyaml</artifactId>
+            <version>1.3</version>
+         </dependency>
+
+         <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+            <version>2.5</version>
+         </dependency>
+         <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>4.1</version>
+         </dependency>
+      </dependencies>
+   </dependencyManagement>
+
+   <repositories>
+      <repository>
+         <id>jakarta</id>
+         <url>http://jakarta.apache.org/commons/httpclient/</url>
+      </repository>
+      <repository>
+         <id>jboss</id>
+         <url>http://repository.jboss.org/maven2</url>
+      </repository>
+      <repository>
+         <id>java.net</id>
+         <url>
+            https://maven-repository.dev.java.net/nonav/repository
+         </url>
+         <layout>legacy</layout>
+      </repository>
+      <repository>
+         <id>scannotation</id>
+         <url>http://scannotation.sf.net/maven2</url>
+      </repository>
+      <repository>
+         <id>codehaus</id>
+         <url>http://repository.codehaus.org</url>
+      </repository>
+      <repository>
+         <id>maven2-repository.dev.java.net</id>
+         <name>Java.net Repository for Maven</name>
+         <url>http://download.java.net/maven/2/</url>
+         <layout>default</layout>
+      </repository>
+      <repository>
+         <id>ibiblio mirror</id>
+         <url>http://mirrors.ibiblio.org/pub/mirrors/maven2/</url>
+      </repository>
+   </repositories>
+   <pluginRepositories>
+      <pluginRepository>
+         <id>maven2-repository.dev.java.net</id>
+         <url>http://download.java.net/maven/2</url>
+      </pluginRepository>
+      <pluginRepository>
+         <id>maven-repository.dev.java.net</id>
+         <name>Java.net Maven 1 Repository (legacy)</name>
+         <url>http://download.java.net/maven/1</url>
+         <layout>legacy</layout>
+      </pluginRepository>
+   </pluginRepositories>
+   <build>
+      <pluginManagement>
+         <plugins>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-javadoc-plugin</artifactId>
+               <version>2.4</version>
+               <configuration>
+                  <minmemory>128m</minmemory>
+                  <maxmemory>256m</maxmemory>
+                  <quiet>false</quiet>
+               </configuration>
+               <executions>
+                  <execution>
+                     <id>javadocs</id>
+                     <goals>
+                        <goal>jar</goal>
+                     </goals>
+                  </execution>
+               </executions>
+            </plugin>
+
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-site-plugin</artifactId>
+               <version>2.0-beta-5</version>
+            </plugin>
+            <plugin>
+               <inherited>true</inherited>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-source-plugin</artifactId>
+               <version>2.0.3</version>
+               <executions>
+                  <execution>
+                     <id>attach-sources</id>
+                     <goals>
+                        <goal>jar</goal>
+                     </goals>
+                  </execution>
+               </executions>
+            </plugin>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-surefire-plugin</artifactId>
+               <version>2.4</version>
+            </plugin>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-install-plugin</artifactId>
+               <configuration>
+                  <createChecksum>true</createChecksum>
+               </configuration>
+            </plugin>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-pmd-plugin</artifactId>
+               <configuration>
+                  <linkXref>true</linkXref>
+                  <sourceEncoding>utf-8</sourceEncoding>
+                  <minimumTokens>100</minimumTokens>
+                  <targetJdk>1.5</targetJdk>
+               </configuration>
+            </plugin>
+            <plugin>
+               <groupId>org.codehaus.mojo</groupId>
+               <artifactId>cobertura-maven-plugin</artifactId>
+               <configuration></configuration>
+               <executions>
+                  <execution>
+                     <goals>
+                        <goal>clean</goal>
+                     </goals>
+                  </execution>
+               </executions>
+            </plugin>
+         </plugins>
+      </pluginManagement>
+
+      <plugins>
+         <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-compiler-plugin</artifactId>
+            <configuration>
+               <source>1.5</source>
+               <target>1.5</target>
+            </configuration>
+         </plugin>
+         <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-javadoc-plugin</artifactId>
+         </plugin>
+         <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-install-plugin</artifactId>
+            <configuration>
+               <createChecksum>true</createChecksum>
+            </configuration>
+         </plugin>
+      </plugins>
+
+   </build>
+
+   <reporting>
+      <plugins>
+         <plugin>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>cobertura-maven-plugin</artifactId>
+            <configuration>
+               <formats>
+                  <format>html</format>
+                  <format>xml</format>
+               </formats>
+            </configuration>
+         </plugin>
+         <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-checkstyle-plugin</artifactId>
+            <configuration>
+               <configLocation>
+                  config/jboss_checks.xml
+               </configLocation>
+            </configuration>
+         </plugin>
+         <plugin>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>findbugs-maven-plugin</artifactId>
+            <version>1.1.1</version>
+            <configuration>
+               <xmlOutput>true</xmlOutput>
+               <effort>Max</effort>
+            </configuration>
+         </plugin>
+         <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-javadoc-plugin</artifactId>
+         </plugin>
+         <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>
+               maven-project-info-reports-plugin
+            </artifactId>
+         </plugin>
+         <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-surefire-report-plugin</artifactId>
+         </plugin>
+         <!--
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-changes-plugin</artifactId>
+               <reportSets>
+                  <reportSet>
+                     <reports>
+                        <report>jira-report</report>
+                     </reports>
+                  </reportSet>
+               </reportSets>
+            </plugin>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-changelog-plugin</artifactId>
+               <configuration>
+                  <type>range</type>
+                  <range>30</range>
+                  <headingDateFormat>dd MMM, yyyy</headingDateFormat>
+               </configuration>
+            </plugin>
+            -->
+      </plugins>
+   </reporting>
+</project>




More information about the jboss-cvs-commits mailing list