Author: jochen
Date: Wed Jan 10 11:58:37 2007
New Revision: 494956

URL: http://svn.apache.org/viewvc?view=rev&rev=494956
Log:
Adding the site.

Modified:
    webservices/jaxme/trunk/ws-jaxme/jaxme-jaxb-api/pom.xml

Modified: webservices/jaxme/trunk/ws-jaxme/jaxme-jaxb-api/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/jaxme/trunk/ws-jaxme/jaxme-jaxb-api/pom.xml?view=diff&rev=494956&r1=494955&r2=494956
==============================================================================
--- webservices/jaxme/trunk/ws-jaxme/jaxme-jaxb-api/pom.xml (original)
+++ webservices/jaxme/trunk/ws-jaxme/jaxme-jaxb-api/pom.xml Wed Jan 10 11:58:37 
2007
@@ -24,11 +24,31 @@
     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.apache.ws.jaxme</groupId>
+  <parent>
+    <groupId>org.apache.ws.jaxme</groupId>
+    <artifactId>jaxme-parent</artifactId>
+    <version>0.6-SNAPSHOT</version>
+  </parent>
   <artifactId>jaxme-jaxb-2.1-api</artifactId>
-  <version>0.1</version>
+  <version>0.6-SNAPSHOT</version>
   <name>JaxMe API for JAXB 2</name>
-  <description>Clean room implementation of the JAXB 2 API.</description>
+  <description>
+    JaxMe JAXB API is clean room implementation of the JAXB API. Unlike
+    the reference implementation this one comes under a very moderate open
+    source license, the Apache License.
+    In terms of Jar files, the JaxMe JAXB API is equivalent to the
+    jar file jaxb-api.jar from the reference implementation. JaxMe
+    JAXB API was written as a part of the JaxMe 2 project. It is
+    available as a separate module to be included in source distributions
+    of JAXB client applications. Perhaps other JAXB provider implementations
+    might be interested too at some point.
+  </description>
+  <contributors>
+    <contributor>
+      <name>Richard Zschech</name>
+      <email>richard.zschech at cqrdata.com</email>
+    </contributor>
+  </contributors>
   <dependencies>
     <dependency>
       <groupId>xml-apis</groupId>
@@ -36,6 +56,11 @@
       <version>1.3.03</version>
     </dependency>
     <dependency>
+      <groupId>org.apache.ant</groupId>
+      <artifactId>ant</artifactId>
+      <version>1.7.0</version>
+    </dependency>
+    <dependency>
       <groupId>javax.xml.stream</groupId>
       <artifactId>stax-api</artifactId>
       <version>1.0</version>
@@ -63,8 +88,16 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>clirr-maven-plugin</artifactId>
+        <version>2.1-SNAPSHOT</version>
         <configuration>
           <textOutputFile>target/clirr.txt</textOutputFile>
+          <comparisonArtifacts>
+            <comparisonArtifact>
+              <groupId>javax.xml.bind</groupId>
+              <artifactId>jaxb-api</artifactId>
+              <version>2.1</version>
+            </comparisonArtifact>
+          </comparisonArtifacts>
         </configuration>
       </plugin>
       <plugin>
@@ -76,4 +109,19 @@
       </plugin>
     </plugins>
   </build>
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>changes-maven-plugin</artifactId>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>changes-report</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+    </plugins>
+  </reporting>
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to