[jboss-cvs] Repository SVN: r22720 - in maven2/org/hibernate: tck-utils and 5 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 9 06:54:52 EDT 2009


Author: petemuir
Date: 2009-03-09 06:54:52 -0400 (Mon, 09 Mar 2009)
New Revision: 22720

Added:
   maven2/org/hibernate/tck-utils-api/
   maven2/org/hibernate/tck-utils-api/0.9/
   maven2/org/hibernate/tck-utils-api/0.9/tck-utils-api-0.9-audit.xsd
   maven2/org/hibernate/tck-utils-api/0.9/tck-utils-api-0.9-audit.xsd.md5
   maven2/org/hibernate/tck-utils-api/0.9/tck-utils-api-0.9-audit.xsd.sha1
   maven2/org/hibernate/tck-utils-api/0.9/tck-utils-api-0.9-javadoc.jar
   maven2/org/hibernate/tck-utils-api/0.9/tck-utils-api-0.9-javadoc.jar.md5
   maven2/org/hibernate/tck-utils-api/0.9/tck-utils-api-0.9-javadoc.jar.sha1
   maven2/org/hibernate/tck-utils-api/0.9/tck-utils-api-0.9-sources.jar
   maven2/org/hibernate/tck-utils-api/0.9/tck-utils-api-0.9-sources.jar.md5
   maven2/org/hibernate/tck-utils-api/0.9/tck-utils-api-0.9-sources.jar.sha1
   maven2/org/hibernate/tck-utils-api/0.9/tck-utils-api-0.9.jar
   maven2/org/hibernate/tck-utils-api/0.9/tck-utils-api-0.9.jar.md5
   maven2/org/hibernate/tck-utils-api/0.9/tck-utils-api-0.9.jar.sha1
   maven2/org/hibernate/tck-utils-api/0.9/tck-utils-api-0.9.pom
   maven2/org/hibernate/tck-utils-api/0.9/tck-utils-api-0.9.pom.md5
   maven2/org/hibernate/tck-utils-api/0.9/tck-utils-api-0.9.pom.sha1
   maven2/org/hibernate/tck-utils-api/maven-metadata.xml
   maven2/org/hibernate/tck-utils-api/maven-metadata.xml.md5
   maven2/org/hibernate/tck-utils-api/maven-metadata.xml.sha1
   maven2/org/hibernate/tck-utils-impl/
   maven2/org/hibernate/tck-utils-impl/0.9/
   maven2/org/hibernate/tck-utils-impl/0.9/tck-utils-impl-0.9-javadoc.jar
   maven2/org/hibernate/tck-utils-impl/0.9/tck-utils-impl-0.9-javadoc.jar.md5
   maven2/org/hibernate/tck-utils-impl/0.9/tck-utils-impl-0.9-javadoc.jar.sha1
   maven2/org/hibernate/tck-utils-impl/0.9/tck-utils-impl-0.9-sources.jar
   maven2/org/hibernate/tck-utils-impl/0.9/tck-utils-impl-0.9-sources.jar.md5
   maven2/org/hibernate/tck-utils-impl/0.9/tck-utils-impl-0.9-sources.jar.sha1
   maven2/org/hibernate/tck-utils-impl/0.9/tck-utils-impl-0.9.jar
   maven2/org/hibernate/tck-utils-impl/0.9/tck-utils-impl-0.9.jar.md5
   maven2/org/hibernate/tck-utils-impl/0.9/tck-utils-impl-0.9.jar.sha1
   maven2/org/hibernate/tck-utils-impl/0.9/tck-utils-impl-0.9.pom
   maven2/org/hibernate/tck-utils-impl/0.9/tck-utils-impl-0.9.pom.md5
   maven2/org/hibernate/tck-utils-impl/0.9/tck-utils-impl-0.9.pom.sha1
   maven2/org/hibernate/tck-utils-impl/maven-metadata.xml
   maven2/org/hibernate/tck-utils-impl/maven-metadata.xml.md5
   maven2/org/hibernate/tck-utils-impl/maven-metadata.xml.sha1
   maven2/org/hibernate/tck-utils/
   maven2/org/hibernate/tck-utils/0.9/
   maven2/org/hibernate/tck-utils/0.9/tck-utils-0.9.pom
   maven2/org/hibernate/tck-utils/0.9/tck-utils-0.9.pom.md5
   maven2/org/hibernate/tck-utils/0.9/tck-utils-0.9.pom.sha1
   maven2/org/hibernate/tck-utils/maven-metadata.xml
   maven2/org/hibernate/tck-utils/maven-metadata.xml.md5
   maven2/org/hibernate/tck-utils/maven-metadata.xml.sha1
Log:
tckutils

Added: maven2/org/hibernate/tck-utils/0.9/tck-utils-0.9.pom
===================================================================
--- maven2/org/hibernate/tck-utils/0.9/tck-utils-0.9.pom	                        (rev 0)
+++ maven2/org/hibernate/tck-utils/0.9/tck-utils-0.9.pom	2009-03-09 10:54:52 UTC (rev 22720)
@@ -0,0 +1,164 @@
+<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>
+
+    <groupId>org.hibernate</groupId>
+    <artifactId>tck-utils</artifactId>
+    <version>0.9</version>
+    <packaging>pom</packaging>
+    <name>TCK Test Coverage Utils</name>
+
+    <description>
+        Utility classes for TCK Test Coverage creation.
+    </description>
+
+    <issueManagement>
+        <system>JIRA</system>
+        <url>http://opensource.atlassian.com/projects/hibernate/browse/BVAL</url>
+    </issueManagement>
+   
+    <modules>
+        <module>impl</module>
+        <module>api</module>
+    </modules>
+
+    <inceptionYear>2009</inceptionYear>
+
+    <licenses>
+        <license>
+            <name>Apache License, Version 2.0</name>
+            <url>license.txt</url>
+        </license>
+    </licenses>
+
+    <scm>
+        <connection>scm:svn:https://svn.jboss.org/repos/hibernate/validator/tags/tck-utils-0.9</connection>
+    </scm>
+
+    <developers>
+        <developer>
+            <name>Hardy Ferentschik</name>
+            <email>hardy.ferentschik at redhat.com</email>
+            <organization>JBoss, a division of Red Hat</organization>
+            <url>http://in.relation.to/Bloggers/Hardy</url>
+        </developer>
+    </developers>
+
+    <repositories>
+        <repository>
+            <id>repository.jboss.org</id>
+            <name>JBoss Repository</name>
+            <url>http://repository.jboss.org/maven2</url>
+        </repository>
+    </repositories>
+
+    <pluginRepositories>
+        <pluginRepository>
+            <id>repository.jboss.org</id>
+            <name>JBoss Repository</name>
+            <url>http://repository.jboss.org/maven2</url>
+        </pluginRepository>
+    </pluginRepositories>
+
+    <distributionManagement>
+        <snapshotRepository>
+            <id>snapshots.jboss.org</id>
+            <name>JBoss Snapshot Repository</name>
+            <url>dav:https://snapshots.jboss.org/maven2</url>
+        </snapshotRepository>
+      <repository>
+         <!-- Copy the dist to the local checkout of the JBoss maven2 repo ${maven.repository.root} -->
+         <!-- It is anticipated that ${maven.repository.root} be set in user's settings.xml -->
+         <!-- todo : replace this with direct svn access once the svnkit providers are available -->
+         <id>repository.jboss.org</id>
+         <url>file://${maven.repository.root}</url>
+      </repository>
+    </distributionManagement>
+   
+    <build>
+        <extensions>
+            <extension>
+                <groupId>org.apache.maven.wagon</groupId>
+                <artifactId>wagon-webdav</artifactId>
+                <version>1.0-beta-2</version>
+            </extension>
+        </extensions>
+        <pluginManagement>
+            <plugins>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-jar-plugin</artifactId>
+                    <version>2.2</version>
+                    <configuration>
+                        <archive>
+                            <manifestEntries>
+                                <Implementation-Title>${pom.artifactId}</Implementation-Title>
+                                <Implementation-Version>${pom.version}</Implementation-Version>
+                                <Implementation-Vendor>${pom.groupId}</Implementation-Vendor>
+                                <Implementation-Vendor-Id>${pom.groupId}</Implementation-Vendor-Id>
+                                <Implementation-URL>${pom.url}</Implementation-URL>
+                                <Specification-Title>TCK Utils API</Specification-Title>
+                            </manifestEntries>
+                        </archive>
+                    </configuration>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-surefire-plugin</artifactId>
+                    <configuration>
+                        <forkMode>always</forkMode>
+                        <redirectTestOutputToFile>true</redirectTestOutputToFile>
+                        <includes>
+                            <include>**/*Test.java</include>
+                        </includes>
+                    </configuration>
+                </plugin>
+                <plugin>
+                    <artifactId>maven-source-plugin</artifactId>
+                    <executions>
+                        <execution>
+                            <id>attach-sources</id>
+                            <goals>
+                                <goal>jar</goal>
+                            </goals>
+                        </execution>
+                    </executions>
+                </plugin>
+            </plugins>
+        </pluginManagement>
+    </build>
+
+    <reporting>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-project-info-reports-plugin</artifactId>
+                <version>2.0.1</version>
+            </plugin>
+            <plugin>
+                <artifactId>maven-javadoc-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>jxr-maven-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <artifactId>maven-surefire-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <artifactId>maven-clover-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-pmd-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>taglist-maven-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>changes-maven-plugin</artifactId>
+            </plugin>
+        </plugins>
+    </reporting>
+</project>

Added: maven2/org/hibernate/tck-utils/0.9/tck-utils-0.9.pom.md5
===================================================================
--- maven2/org/hibernate/tck-utils/0.9/tck-utils-0.9.pom.md5	                        (rev 0)
+++ maven2/org/hibernate/tck-utils/0.9/tck-utils-0.9.pom.md5	2009-03-09 10:54:52 UTC (rev 22720)
@@ -0,0 +1 @@
+8085b3363e2b683ee5f84db65b170d2e
\ No newline at end of file

Added: maven2/org/hibernate/tck-utils/0.9/tck-utils-0.9.pom.sha1
===================================================================
--- maven2/org/hibernate/tck-utils/0.9/tck-utils-0.9.pom.sha1	                        (rev 0)
+++ maven2/org/hibernate/tck-utils/0.9/tck-utils-0.9.pom.sha1	2009-03-09 10:54:52 UTC (rev 22720)
@@ -0,0 +1 @@
+6fb6f21c4d91cb114e0c22e95b17e8d3c16071f4
\ No newline at end of file

Added: maven2/org/hibernate/tck-utils/maven-metadata.xml
===================================================================
--- maven2/org/hibernate/tck-utils/maven-metadata.xml	                        (rev 0)
+++ maven2/org/hibernate/tck-utils/maven-metadata.xml	2009-03-09 10:54:52 UTC (rev 22720)
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?><metadata>
+  <groupId>org.hibernate</groupId>
+  <artifactId>tck-utils</artifactId>
+  <version>0.9</version>
+  <versioning>
+    <release>0.9</release>
+    <versions>
+      <version>0.9</version>
+    </versions>
+    <lastUpdated>20090309000829</lastUpdated>
+  </versioning>
+</metadata>
\ No newline at end of file

Added: maven2/org/hibernate/tck-utils/maven-metadata.xml.md5
===================================================================
--- maven2/org/hibernate/tck-utils/maven-metadata.xml.md5	                        (rev 0)
+++ maven2/org/hibernate/tck-utils/maven-metadata.xml.md5	2009-03-09 10:54:52 UTC (rev 22720)
@@ -0,0 +1 @@
+82e5c435b1655a97a2fffaaa68b2c671
\ No newline at end of file

Added: maven2/org/hibernate/tck-utils/maven-metadata.xml.sha1
===================================================================
--- maven2/org/hibernate/tck-utils/maven-metadata.xml.sha1	                        (rev 0)
+++ maven2/org/hibernate/tck-utils/maven-metadata.xml.sha1	2009-03-09 10:54:52 UTC (rev 22720)
@@ -0,0 +1 @@
+d333a6c9f9c114de63c876dea665b52d6cec2161
\ No newline at end of file

Added: maven2/org/hibernate/tck-utils-api/0.9/tck-utils-api-0.9-audit.xsd
===================================================================
--- maven2/org/hibernate/tck-utils-api/0.9/tck-utils-api-0.9-audit.xsd	                        (rev 0)
+++ maven2/org/hibernate/tck-utils-api/0.9/tck-utils-api-0.9-audit.xsd	2009-03-09 10:54:52 UTC (rev 22720)
@@ -0,0 +1,96 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" 
+           elementFormDefault="qualified"
+           targetNamespace="http://jboss.com/products/webbeans/tck/audit"
+           xmlns:audit="http://jboss.com/products/webbeans/tck/audit"
+           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+           xsi:schemaLocation="http://www.w3.org/2001/XMLSchema http://www.w3.org/2001/XMLSchema.xsd"
+           >
+           
+  <xs:element name="specification">
+    <xs:annotation>
+      <xs:documentation> The specification tag is the root element for tck-audit.xml. </xs:documentation>
+    </xs:annotation>
+    <xs:complexType>
+      <xs:sequence maxOccurs="unbounded">
+        <xs:element ref="audit:section"/>
+      </xs:sequence>
+      <xs:attribute name="name" type="xs:string"/>
+      <xs:attribute name="version" type="xs:string"/>
+    </xs:complexType>
+  </xs:element>           
+  
+  <xs:element name="section">
+    <xs:annotation>
+      <xs:documentation>Each section of the specification should be identified and entered</xs:documentation>
+    </xs:annotation>
+    <xs:complexType>
+      <xs:sequence>
+        <xs:element minOccurs="0" maxOccurs="unbounded" ref="audit:assertion"/>
+      </xs:sequence>
+      <xs:attributeGroup ref="audit:attlist.section"/>
+    </xs:complexType>
+  </xs:element>
+
+  <xs:attributeGroup name="attlist.section">
+    <xs:attribute name="id" type="xs:string">
+      <xs:annotation>
+        <xs:documentation>The section number</xs:documentation>
+      </xs:annotation>
+    </xs:attribute>
+    <xs:attribute name="title" type="xs:string">
+     <xs:annotation>
+         <xs:documentation>The section title</xs:documentation>
+      </xs:annotation>
+    </xs:attribute>
+  </xs:attributeGroup>  
+    
+  <xs:element name="assertion">
+    <xs:complexType>
+      <xs:sequence>
+        <xs:element minOccurs="1" maxOccurs="1" ref="audit:text">
+           <xs:annotation>
+             <xs:documentation>The specification text that this assertion represents. You can include highlighting such as _highlight_ or ~score out~.</xs:documentation>
+           </xs:annotation>
+        </xs:element>
+        <xs:element minOccurs="0" maxOccurs="1" ref="audit:note">
+          <xs:annotation>
+             <xs:documentation>A note on the assertion, for example a justifaction for marking this assertion untestable</xs:documentation>
+           </xs:annotation>
+        </xs:element>
+      </xs:sequence>
+      <xs:attributeGroup ref="audit:attlist.assertion"/>
+    </xs:complexType>
+  </xs:element>
+  
+  <xs:attributeGroup name="attlist.assertion">
+    <xs:attribute name="id" type="xs:string"/>
+    <xs:attribute name="testable" type="xs:boolean" default="true">
+      <xs:annotation>
+        <xs:documentation>By default true, set to false if this test is untestable. The coverage report will then not count it as untested.</xs:documentation>
+      </xs:annotation>
+    </xs:attribute>
+    <xs:attribute name="implied" type="xs:boolean" default="true">
+      <xs:annotation>
+        <xs:documentation>Some assertions are often implied by the specification (for example inversions of statments), mark an assertion as implied using this attribute.</xs:documentation>
+      </xs:annotation>
+    </xs:attribute>
+  </xs:attributeGroup>
+  
+  <xs:element name="text">
+    <xs:complexType>
+      <xs:simpleContent>
+        <xs:extension base="xs:string"/>
+      </xs:simpleContent>
+    </xs:complexType>
+  </xs:element>
+
+  <xs:element name="note">
+    <xs:complexType>
+      <xs:simpleContent>
+        <xs:extension base="xs:string"/>
+      </xs:simpleContent>
+    </xs:complexType>
+  </xs:element>
+  
+</xs:schema>
\ No newline at end of file

Added: maven2/org/hibernate/tck-utils-api/0.9/tck-utils-api-0.9-audit.xsd.md5
===================================================================
--- maven2/org/hibernate/tck-utils-api/0.9/tck-utils-api-0.9-audit.xsd.md5	                        (rev 0)
+++ maven2/org/hibernate/tck-utils-api/0.9/tck-utils-api-0.9-audit.xsd.md5	2009-03-09 10:54:52 UTC (rev 22720)
@@ -0,0 +1 @@
+883b377ba45613f58aafd388230dc9ee
\ No newline at end of file

Added: maven2/org/hibernate/tck-utils-api/0.9/tck-utils-api-0.9-audit.xsd.sha1
===================================================================
--- maven2/org/hibernate/tck-utils-api/0.9/tck-utils-api-0.9-audit.xsd.sha1	                        (rev 0)
+++ maven2/org/hibernate/tck-utils-api/0.9/tck-utils-api-0.9-audit.xsd.sha1	2009-03-09 10:54:52 UTC (rev 22720)
@@ -0,0 +1 @@
+564a753e256feeb7f245e63f0837c1158ff66e69
\ No newline at end of file

Added: maven2/org/hibernate/tck-utils-api/0.9/tck-utils-api-0.9-javadoc.jar
===================================================================
(Binary files differ)


Property changes on: maven2/org/hibernate/tck-utils-api/0.9/tck-utils-api-0.9-javadoc.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/org/hibernate/tck-utils-api/0.9/tck-utils-api-0.9-javadoc.jar.md5
===================================================================
--- maven2/org/hibernate/tck-utils-api/0.9/tck-utils-api-0.9-javadoc.jar.md5	                        (rev 0)
+++ maven2/org/hibernate/tck-utils-api/0.9/tck-utils-api-0.9-javadoc.jar.md5	2009-03-09 10:54:52 UTC (rev 22720)
@@ -0,0 +1 @@
+aabd5b6b86012c526bc18aeece25a968
\ No newline at end of file

Added: maven2/org/hibernate/tck-utils-api/0.9/tck-utils-api-0.9-javadoc.jar.sha1
===================================================================
--- maven2/org/hibernate/tck-utils-api/0.9/tck-utils-api-0.9-javadoc.jar.sha1	                        (rev 0)
+++ maven2/org/hibernate/tck-utils-api/0.9/tck-utils-api-0.9-javadoc.jar.sha1	2009-03-09 10:54:52 UTC (rev 22720)
@@ -0,0 +1 @@
+e8e855dd6fb536a6f5e1fff5f05f72e969432326
\ No newline at end of file

Added: maven2/org/hibernate/tck-utils-api/0.9/tck-utils-api-0.9-sources.jar
===================================================================
(Binary files differ)


Property changes on: maven2/org/hibernate/tck-utils-api/0.9/tck-utils-api-0.9-sources.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/org/hibernate/tck-utils-api/0.9/tck-utils-api-0.9-sources.jar.md5
===================================================================
--- maven2/org/hibernate/tck-utils-api/0.9/tck-utils-api-0.9-sources.jar.md5	                        (rev 0)
+++ maven2/org/hibernate/tck-utils-api/0.9/tck-utils-api-0.9-sources.jar.md5	2009-03-09 10:54:52 UTC (rev 22720)
@@ -0,0 +1 @@
+7cd1f76e310bfcd6f80408e39244f574
\ No newline at end of file

Added: maven2/org/hibernate/tck-utils-api/0.9/tck-utils-api-0.9-sources.jar.sha1
===================================================================
--- maven2/org/hibernate/tck-utils-api/0.9/tck-utils-api-0.9-sources.jar.sha1	                        (rev 0)
+++ maven2/org/hibernate/tck-utils-api/0.9/tck-utils-api-0.9-sources.jar.sha1	2009-03-09 10:54:52 UTC (rev 22720)
@@ -0,0 +1 @@
+f8da20f752dfc9e9fe2041b709344afdb13fdad1
\ No newline at end of file

Added: maven2/org/hibernate/tck-utils-api/0.9/tck-utils-api-0.9.jar
===================================================================
(Binary files differ)


Property changes on: maven2/org/hibernate/tck-utils-api/0.9/tck-utils-api-0.9.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/org/hibernate/tck-utils-api/0.9/tck-utils-api-0.9.jar.md5
===================================================================
--- maven2/org/hibernate/tck-utils-api/0.9/tck-utils-api-0.9.jar.md5	                        (rev 0)
+++ maven2/org/hibernate/tck-utils-api/0.9/tck-utils-api-0.9.jar.md5	2009-03-09 10:54:52 UTC (rev 22720)
@@ -0,0 +1 @@
+cec4e8b007deb5f03d437f878ed0686a
\ No newline at end of file

Added: maven2/org/hibernate/tck-utils-api/0.9/tck-utils-api-0.9.jar.sha1
===================================================================
--- maven2/org/hibernate/tck-utils-api/0.9/tck-utils-api-0.9.jar.sha1	                        (rev 0)
+++ maven2/org/hibernate/tck-utils-api/0.9/tck-utils-api-0.9.jar.sha1	2009-03-09 10:54:52 UTC (rev 22720)
@@ -0,0 +1 @@
+4a32b62921b63953ff59cc8de936522185302f88
\ No newline at end of file

Added: maven2/org/hibernate/tck-utils-api/0.9/tck-utils-api-0.9.pom
===================================================================
--- maven2/org/hibernate/tck-utils-api/0.9/tck-utils-api-0.9.pom	                        (rev 0)
+++ maven2/org/hibernate/tck-utils-api/0.9/tck-utils-api-0.9.pom	2009-03-09 10:54:52 UTC (rev 22720)
@@ -0,0 +1,51 @@
+<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>
+
+    <groupId>org.hibernate</groupId>
+    <artifactId>tck-utils-api</artifactId>
+    <packaging>jar</packaging>
+    <name>TCK Test Coverage Utils Implementation</name>
+
+    <parent>
+        <artifactId>tck-utils</artifactId>
+        <groupId>org.hibernate</groupId>
+        <version>0.9</version>
+    </parent>
+   
+    <build>
+        <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.codehaus.mojo</groupId>
+                <artifactId>build-helper-maven-plugin</artifactId>
+                <version>1.2</version>
+                <executions>
+                    <execution>
+                        <id>attach-artifacts</id>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>attach-artifact</goal>
+                        </goals>
+                        <configuration>
+                            <artifacts>
+                                <artifact>
+                                    <file>${basedir}/src/main/resources/tck-audit.xsd</file>
+                                    <type>xsd</type>
+                                    <classifier>audit</classifier>
+                                </artifact>
+                            </artifacts>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+
+</project>
\ No newline at end of file

Added: maven2/org/hibernate/tck-utils-api/0.9/tck-utils-api-0.9.pom.md5
===================================================================
--- maven2/org/hibernate/tck-utils-api/0.9/tck-utils-api-0.9.pom.md5	                        (rev 0)
+++ maven2/org/hibernate/tck-utils-api/0.9/tck-utils-api-0.9.pom.md5	2009-03-09 10:54:52 UTC (rev 22720)
@@ -0,0 +1 @@
+dc30ca81413561212c32a963644cee0f
\ No newline at end of file

Added: maven2/org/hibernate/tck-utils-api/0.9/tck-utils-api-0.9.pom.sha1
===================================================================
--- maven2/org/hibernate/tck-utils-api/0.9/tck-utils-api-0.9.pom.sha1	                        (rev 0)
+++ maven2/org/hibernate/tck-utils-api/0.9/tck-utils-api-0.9.pom.sha1	2009-03-09 10:54:52 UTC (rev 22720)
@@ -0,0 +1 @@
+f7052ea8f2df0a1201aff9105002f1f77c25d3b1
\ No newline at end of file

Added: maven2/org/hibernate/tck-utils-api/maven-metadata.xml
===================================================================
--- maven2/org/hibernate/tck-utils-api/maven-metadata.xml	                        (rev 0)
+++ maven2/org/hibernate/tck-utils-api/maven-metadata.xml	2009-03-09 10:54:52 UTC (rev 22720)
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?><metadata>
+  <groupId>org.hibernate</groupId>
+  <artifactId>tck-utils-api</artifactId>
+  <version>0.9</version>
+  <versioning>
+    <release>0.9</release>
+    <versions>
+      <version>0.9</version>
+    </versions>
+    <lastUpdated>20090309000833</lastUpdated>
+  </versioning>
+</metadata>
\ No newline at end of file

Added: maven2/org/hibernate/tck-utils-api/maven-metadata.xml.md5
===================================================================
--- maven2/org/hibernate/tck-utils-api/maven-metadata.xml.md5	                        (rev 0)
+++ maven2/org/hibernate/tck-utils-api/maven-metadata.xml.md5	2009-03-09 10:54:52 UTC (rev 22720)
@@ -0,0 +1 @@
+c7c7184ceeb684f06fd36cacd59711dc
\ No newline at end of file

Added: maven2/org/hibernate/tck-utils-api/maven-metadata.xml.sha1
===================================================================
--- maven2/org/hibernate/tck-utils-api/maven-metadata.xml.sha1	                        (rev 0)
+++ maven2/org/hibernate/tck-utils-api/maven-metadata.xml.sha1	2009-03-09 10:54:52 UTC (rev 22720)
@@ -0,0 +1 @@
+3780c0363219844159eb8ff323c4c5895d212fe0
\ No newline at end of file

Added: maven2/org/hibernate/tck-utils-impl/0.9/tck-utils-impl-0.9-javadoc.jar
===================================================================
(Binary files differ)


Property changes on: maven2/org/hibernate/tck-utils-impl/0.9/tck-utils-impl-0.9-javadoc.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/org/hibernate/tck-utils-impl/0.9/tck-utils-impl-0.9-javadoc.jar.md5
===================================================================
--- maven2/org/hibernate/tck-utils-impl/0.9/tck-utils-impl-0.9-javadoc.jar.md5	                        (rev 0)
+++ maven2/org/hibernate/tck-utils-impl/0.9/tck-utils-impl-0.9-javadoc.jar.md5	2009-03-09 10:54:52 UTC (rev 22720)
@@ -0,0 +1 @@
+e6e296721fc3366d60aeec952ecbd659
\ No newline at end of file

Added: maven2/org/hibernate/tck-utils-impl/0.9/tck-utils-impl-0.9-javadoc.jar.sha1
===================================================================
--- maven2/org/hibernate/tck-utils-impl/0.9/tck-utils-impl-0.9-javadoc.jar.sha1	                        (rev 0)
+++ maven2/org/hibernate/tck-utils-impl/0.9/tck-utils-impl-0.9-javadoc.jar.sha1	2009-03-09 10:54:52 UTC (rev 22720)
@@ -0,0 +1 @@
+474eb156e69d232d7f6d4d4f00485415087ebf38
\ No newline at end of file

Added: maven2/org/hibernate/tck-utils-impl/0.9/tck-utils-impl-0.9-sources.jar
===================================================================
(Binary files differ)


Property changes on: maven2/org/hibernate/tck-utils-impl/0.9/tck-utils-impl-0.9-sources.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/org/hibernate/tck-utils-impl/0.9/tck-utils-impl-0.9-sources.jar.md5
===================================================================
--- maven2/org/hibernate/tck-utils-impl/0.9/tck-utils-impl-0.9-sources.jar.md5	                        (rev 0)
+++ maven2/org/hibernate/tck-utils-impl/0.9/tck-utils-impl-0.9-sources.jar.md5	2009-03-09 10:54:52 UTC (rev 22720)
@@ -0,0 +1 @@
+1eacb5018383e7663f2adde22745296c
\ No newline at end of file

Added: maven2/org/hibernate/tck-utils-impl/0.9/tck-utils-impl-0.9-sources.jar.sha1
===================================================================
--- maven2/org/hibernate/tck-utils-impl/0.9/tck-utils-impl-0.9-sources.jar.sha1	                        (rev 0)
+++ maven2/org/hibernate/tck-utils-impl/0.9/tck-utils-impl-0.9-sources.jar.sha1	2009-03-09 10:54:52 UTC (rev 22720)
@@ -0,0 +1 @@
+58c75f8d0c2dcab791403de534b83c92d94f3f4e
\ No newline at end of file

Added: maven2/org/hibernate/tck-utils-impl/0.9/tck-utils-impl-0.9.jar
===================================================================
(Binary files differ)


Property changes on: maven2/org/hibernate/tck-utils-impl/0.9/tck-utils-impl-0.9.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/org/hibernate/tck-utils-impl/0.9/tck-utils-impl-0.9.jar.md5
===================================================================
--- maven2/org/hibernate/tck-utils-impl/0.9/tck-utils-impl-0.9.jar.md5	                        (rev 0)
+++ maven2/org/hibernate/tck-utils-impl/0.9/tck-utils-impl-0.9.jar.md5	2009-03-09 10:54:52 UTC (rev 22720)
@@ -0,0 +1 @@
+6921b5a4083a61862ca23b078357e06f
\ No newline at end of file

Added: maven2/org/hibernate/tck-utils-impl/0.9/tck-utils-impl-0.9.jar.sha1
===================================================================
--- maven2/org/hibernate/tck-utils-impl/0.9/tck-utils-impl-0.9.jar.sha1	                        (rev 0)
+++ maven2/org/hibernate/tck-utils-impl/0.9/tck-utils-impl-0.9.jar.sha1	2009-03-09 10:54:52 UTC (rev 22720)
@@ -0,0 +1 @@
+1c7a5e7af100b9308560effdf9cdd47f9c71cbb1
\ No newline at end of file

Added: maven2/org/hibernate/tck-utils-impl/0.9/tck-utils-impl-0.9.pom
===================================================================
--- maven2/org/hibernate/tck-utils-impl/0.9/tck-utils-impl-0.9.pom	                        (rev 0)
+++ maven2/org/hibernate/tck-utils-impl/0.9/tck-utils-impl-0.9.pom	2009-03-09 10:54:52 UTC (rev 22720)
@@ -0,0 +1,47 @@
+<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>
+
+    <groupId>org.hibernate</groupId>
+    <artifactId>tck-utils-impl</artifactId>
+    <packaging>jar</packaging>
+    <name>TCK Test Coverage Utils API</name>
+    
+    <parent>
+      <artifactId>tck-utils</artifactId>
+      <groupId>org.hibernate</groupId>
+      <version>0.9</version>
+    </parent>
+
+    <dependencies>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>4.4</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.hibernate</groupId>
+            <artifactId>tck-utils-api</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+    </dependencies>
+    
+    <build>
+        <plugins>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-compiler-plugin</artifactId>
+               <configuration>
+                  <source>1.6</source>
+                  <target>1.6</target>
+                  <compilerArgument>-proc:none</compilerArgument>
+               </configuration>
+            </plugin>
+            <plugin>
+            	<groupId>org.apache.maven.plugins</groupId>
+            	<artifactId>maven-enforcer-plugin</artifactId>
+            </plugin>
+        </plugins>
+    </build>
+
+</project>
\ No newline at end of file

Added: maven2/org/hibernate/tck-utils-impl/0.9/tck-utils-impl-0.9.pom.md5
===================================================================
--- maven2/org/hibernate/tck-utils-impl/0.9/tck-utils-impl-0.9.pom.md5	                        (rev 0)
+++ maven2/org/hibernate/tck-utils-impl/0.9/tck-utils-impl-0.9.pom.md5	2009-03-09 10:54:52 UTC (rev 22720)
@@ -0,0 +1 @@
+3f697e1c1f75733fef5e83559902063a
\ No newline at end of file

Added: maven2/org/hibernate/tck-utils-impl/0.9/tck-utils-impl-0.9.pom.sha1
===================================================================
--- maven2/org/hibernate/tck-utils-impl/0.9/tck-utils-impl-0.9.pom.sha1	                        (rev 0)
+++ maven2/org/hibernate/tck-utils-impl/0.9/tck-utils-impl-0.9.pom.sha1	2009-03-09 10:54:52 UTC (rev 22720)
@@ -0,0 +1 @@
+865851e6f8d920f2e033c3b130a6f849f6894fb8
\ No newline at end of file

Added: maven2/org/hibernate/tck-utils-impl/maven-metadata.xml
===================================================================
--- maven2/org/hibernate/tck-utils-impl/maven-metadata.xml	                        (rev 0)
+++ maven2/org/hibernate/tck-utils-impl/maven-metadata.xml	2009-03-09 10:54:52 UTC (rev 22720)
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?><metadata>
+  <groupId>org.hibernate</groupId>
+  <artifactId>tck-utils-impl</artifactId>
+  <version>0.9</version>
+  <versioning>
+    <release>0.9</release>
+    <versions>
+      <version>0.9</version>
+    </versions>
+    <lastUpdated>20090309000836</lastUpdated>
+  </versioning>
+</metadata>
\ No newline at end of file

Added: maven2/org/hibernate/tck-utils-impl/maven-metadata.xml.md5
===================================================================
--- maven2/org/hibernate/tck-utils-impl/maven-metadata.xml.md5	                        (rev 0)
+++ maven2/org/hibernate/tck-utils-impl/maven-metadata.xml.md5	2009-03-09 10:54:52 UTC (rev 22720)
@@ -0,0 +1 @@
+61804350fcb09a5afdcab2acaad0b4d6
\ No newline at end of file

Added: maven2/org/hibernate/tck-utils-impl/maven-metadata.xml.sha1
===================================================================
--- maven2/org/hibernate/tck-utils-impl/maven-metadata.xml.sha1	                        (rev 0)
+++ maven2/org/hibernate/tck-utils-impl/maven-metadata.xml.sha1	2009-03-09 10:54:52 UTC (rev 22720)
@@ -0,0 +1 @@
+edaf2ff87c725758f01de53824757394e7eb7a78
\ No newline at end of file




More information about the jboss-cvs-commits mailing list