[jboss-cvs] Repository SVN: r27436 - in maven2/commons-digester/commons-digester: 1.8.1 and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jun 12 13:14:14 EDT 2009


Author: norman.richards at jboss.com
Date: 2009-06-12 13:14:14 -0400 (Fri, 12 Jun 2009)
New Revision: 27436

Added:
   maven2/commons-digester/commons-digester/1.8.1/
   maven2/commons-digester/commons-digester/1.8.1/commons-digester-1.8.1.jar
   maven2/commons-digester/commons-digester/1.8.1/commons-digester-1.8.1.jar.sha1
   maven2/commons-digester/commons-digester/1.8.1/commons-digester-1.8.1.pom
   maven2/commons-digester/commons-digester/1.8.1/commons-digester-1.8.1.pom.sha1
Log:
commons digester 1.8.1

Added: maven2/commons-digester/commons-digester/1.8.1/commons-digester-1.8.1.jar
===================================================================
(Binary files differ)


Property changes on: maven2/commons-digester/commons-digester/1.8.1/commons-digester-1.8.1.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/commons-digester/commons-digester/1.8.1/commons-digester-1.8.1.jar.sha1
===================================================================
--- maven2/commons-digester/commons-digester/1.8.1/commons-digester-1.8.1.jar.sha1	                        (rev 0)
+++ maven2/commons-digester/commons-digester/1.8.1/commons-digester-1.8.1.jar.sha1	2009-06-12 17:14:14 UTC (rev 27436)
@@ -0,0 +1 @@
+3dec9b9c7ea9342d4dbe8c38560080d85b44a015
\ No newline at end of file

Added: maven2/commons-digester/commons-digester/1.8.1/commons-digester-1.8.1.pom
===================================================================
--- maven2/commons-digester/commons-digester/1.8.1/commons-digester-1.8.1.pom	                        (rev 0)
+++ maven2/commons-digester/commons-digester/1.8.1/commons-digester-1.8.1.pom	2009-06-12 17:14:14 UTC (rev 27436)
@@ -0,0 +1,316 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
+<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">
+
+<!-- TODO:
+* include dtds as resources
+* build src jars
+-->
+
+  <parent>
+    <groupId>org.apache.commons</groupId>
+    <artifactId>commons-parent</artifactId>
+    <version>11</version>
+  </parent>
+
+  <modelVersion>4.0.0</modelVersion>
+  <name>Commons Digester</name>
+  <groupId>commons-digester</groupId>
+  <artifactId>commons-digester</artifactId>
+  <version>1.8.1</version>
+
+  <inceptionYear>2001</inceptionYear>
+  <description>
+    The Digester package lets you configure an XML to Java object mapping module
+    which triggers certain actions called rules whenever a particular 
+    pattern of nested XML elements is recognized.
+  </description>
+
+  <url>http://commons.apache.org/digester/</url>
+
+  <issueManagement>
+    <system>jira</system>
+    <url>http://issues.apache.org/jira/browse/DIGESTER</url>
+  </issueManagement>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/digester/tags/DIGESTER_1_8_1</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/digester/tags/DIGESTER_1_8_1</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/digester/tags/DIGESTER_1_8_1</url>
+  </scm>
+
+  <developers>
+    <developer>
+      <name>Craig McClanahan</name>
+      <id>craigmcc</id>
+      <email>craigmcc at apache.org</email>
+    </developer>
+    <developer>
+      <name>Robert Burrell Donkin</name>
+      <id>rdonkin</id>
+      <email>rdonkin at apache.org</email>
+    </developer>
+    <developer>
+      <name>Scott Sanders</name>
+      <id>sanders</id>
+      <email>sanders at totalsync.com</email>
+    </developer>
+    <developer>
+      <name>James Strachan</name>
+      <id>jstrachan</id>
+      <email>jstrachan at apache.org</email>
+    </developer>
+    <developer>
+      <name>Jason van Zyl</name>
+      <id>jvanzyl</id>
+      <email>jvanzyl at apache.org</email>
+    </developer>
+    <developer>
+      <name>Tim OBrien</name>
+      <id>tobrien</id>
+      <email>tobrien at apache.org</email>
+    </developer>
+    <developer>
+      <name>Jean-Francois Arcand</name>
+      <id>jfarcand</id>
+      <email>jfarcand at apache.org</email>
+    </developer>
+    <developer>
+      <name>Simon Kitching</name>
+      <id>skitching</id>
+      <email>skitching at apache.org</email>
+    </developer>
+    <developer>
+      <name>Rahul Akolkar</name>
+      <id>rahul</id>
+      <email>rahul AT apache DOT org</email>
+    </developer>
+  </developers>
+
+  <contributors>
+    <contributor>
+      <name>Bradley M. Handy</name>
+      <email>bhandy at users.sf.net</email>
+    </contributor>
+    <contributor>
+      <name>Christopher Lenz</name>
+    </contributor>
+    <contributor>
+      <name>Ted Husted</name>
+    </contributor>
+    <contributor>
+      <name>David H. Martin</name>
+    </contributor>
+    <contributor>
+      <name>Henri Chen</name>
+    </contributor>
+    <contributor>
+      <name>Janek Bogucki</name>
+    </contributor>
+    <contributor>
+      <name>Mark Huisman</name>
+    </contributor>
+    <contributor>
+      <name>Paul Jack</name>
+    </contributor>
+    <contributor>
+      <name>Anton Maslovsky</name>
+    </contributor>
+    <contributor>
+      <name>Matt Cleveland</name>
+    </contributor>
+    <contributor>
+      <name>Gabriele Carcassi</name>
+    </contributor>
+    <contributor>
+      <name>Wendy Smoak</name>
+      <email>java at wendysmoak.com</email>
+    </contributor>
+    <contributor>
+      <name>Kevin Ross</name>
+      <email>kevin.ross at iverticalleap.com</email>
+    </contributor>
+  </contributors>
+
+  <distributionManagement>
+    <!-- Cannot define in parent ATM, see COMMONSSITE-26 -->
+    <site>
+      <id>apache.website</id>
+      <name>Apache Commons Site</name>
+      <url>${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/digester</url>
+    </site>
+  </distributionManagement>
+
+  <properties>
+    <maven.compile.source>1.2</maven.compile.source>
+    <maven.compile.target>1.2</maven.compile.target>
+    <commons.componentid>digester</commons.componentid>
+    <commons.release.version>1.8.1</commons.release.version>
+    <commons.rc.version>RC1</commons.rc.version>
+    <commons.jira.id>DIGESTER</commons.jira.id>
+    <commons.jira.pid>12310471</commons.jira.pid>
+  </properties> 
+
+  <build>
+    <sourceDirectory>src/java</sourceDirectory>
+    <testSourceDirectory>src/test</testSourceDirectory>
+
+    <resources>
+      <resource>
+        <directory>.</directory>
+        <targetPath>META-INF</targetPath>
+        <includes>
+          <include>NOTICE.txt</include>
+          <include>LICENSE.txt</include>
+        </includes>
+      </resource>
+      <resource>
+        <directory>src/java</directory>
+        <filtering>false</filtering>
+        <includes>
+          <include>**/*.dtd</include>
+        </includes>
+      </resource>
+    </resources>
+
+    <testResources>
+      <testResource>
+        <directory>src/test</directory>
+        <filtering>false</filtering>
+        <includes>
+          <include>**/*.xml</include>
+        </includes>
+      </testResource>
+    </testResources>
+
+    <plugins>
+      <plugin>
+        <!--
+          - A number of the pre-maven test case "suport" classes have names starting with Test.
+          - This confuses the maven surefire "auto-detect test case" functionality, so we
+          - need to manually exclude them.
+          -->
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>**/TestBean.java</exclude>
+            <exclude>**/TestRule.java</exclude>
+            <exclude>**/TestRuleSet.java</exclude>
+            <exclude>**/Test*$*.java</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <configuration>
+          <descriptors>
+            <descriptor>src/assembly/bin.xml</descriptor>
+            <descriptor>src/assembly/src.xml</descriptor>
+          </descriptors>
+          <tarLongFileMode>gnu</tarLongFileMode>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency> 
+      <groupId>commons-beanutils</groupId>
+      <artifactId>commons-beanutils</artifactId>
+      <version>1.8.0</version>
+    </dependency>
+    <dependency> 
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+      <version>1.1.1</version>
+    </dependency>
+    <dependency>
+      <groupId>xml-apis</groupId>
+      <artifactId>xml-apis</artifactId>
+      <version>1.0.b2</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-changes-plugin</artifactId>
+        <version>2.0</version>
+        <configuration>
+          <issueLinkTemplate>%URL%/../%ISSUE%</issueLinkTemplate>
+        </configuration>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>changes-report</report>
+              <report>jira-report</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <version>2.1</version>
+        <configuration>
+          <configLocation>${basedir}/checkstyle.xml</configLocation>
+          <enableRulesSummary>false</enableRulesSummary>
+          <headerFile>${basedir}/file-header.txt</headerFile>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-pmd-plugin</artifactId>
+        <version>2.3</version>
+        <!--Use default rules-->
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>clirr-maven-plugin</artifactId>
+        <version>2.2.1</version>
+        <configuration>
+          <comparisonVersion>1.8</comparisonVersion>
+        </configuration>
+      </plugin>
+    </plugins>
+  </reporting>
+
+  <profiles>
+    <profile>
+      <id>rc</id>
+      <distributionManagement>
+        <!-- Cannot define in parent ATM, see COMMONSSITE-26 -->
+        <site>
+          <id>apache.website</id>
+          <name>Apache Commons Release Candidate Staging Site</name>
+          <url>${commons.deployment.protocol}://people.apache.org/www/people.apache.org/builds/commons/${commons.componentid}/${commons.release.version}/${commons.rc.version}/site</url>
+        </site>
+      </distributionManagement>
+    </profile>
+  </profiles>
+
+</project>

Added: maven2/commons-digester/commons-digester/1.8.1/commons-digester-1.8.1.pom.sha1
===================================================================
--- maven2/commons-digester/commons-digester/1.8.1/commons-digester-1.8.1.pom.sha1	                        (rev 0)
+++ maven2/commons-digester/commons-digester/1.8.1/commons-digester-1.8.1.pom.sha1	2009-06-12 17:14:14 UTC (rev 27436)
@@ -0,0 +1 @@
+cae9cff19da8617ca1ded86c3c8fe796208ffdbb
\ No newline at end of file




More information about the jboss-cvs-commits mailing list