[hibernate-commits] Hibernate SVN: r13971 - sandbox/trunk/maven-poc/docbook-xslt/hibernate.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Fri Aug 31 12:09:00 EDT 2007


Author: steve.ebersole at jboss.com
Date: 2007-08-31 12:09:00 -0400 (Fri, 31 Aug 2007)
New Revision: 13971

Modified:
   sandbox/trunk/maven-poc/docbook-xslt/hibernate/pom.xml
Log:
added copyright header; changed coordinates and version

Modified: sandbox/trunk/maven-poc/docbook-xslt/hibernate/pom.xml
===================================================================
--- sandbox/trunk/maven-poc/docbook-xslt/hibernate/pom.xml	2007-08-31 16:05:47 UTC (rev 13970)
+++ sandbox/trunk/maven-poc/docbook-xslt/hibernate/pom.xml	2007-08-31 16:09:00 UTC (rev 13971)
@@ -1,3 +1,20 @@
+<?xml version="1.0"?>
+
+<!--
+  ~ Copyright (c) 2007, Red Hat Middleware, LLC. All rights reserved.
+  ~
+  ~ This copyrighted material is made available to anyone wishing to use, modify,
+  ~ copy, or redistribute it subject to the terms and conditions of the GNU
+  ~ Lesser General Public License, v. 2.1. This program is distributed in the
+  ~ hope that it will be useful, but WITHOUT A WARRANTY; without even the implied
+  ~ warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+  ~ Lesser General Public License for more details. You should have received a
+  ~ copy of the GNU Lesser General Public License, v.2.1 along with this
+  ~ distribution; if not, write to the Free Software Foundation, Inc.,
+  ~ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+  ~
+  ~ Red Hat Author(s): Steve Ebersole
+  -->
 <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/xsd/maven-4.0.0.xsd">
@@ -5,12 +22,12 @@
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>org.hibernate</groupId>
-    <artifactId>hibernate-docbook-xslt</artifactId>
-    <packaging>jar</packaging>
-    <version>0.1</version>
+    <artifactId>reference-manual-style</artifactId>
+    <packaging>jdocbook-style</packaging>
+    <version>1.0.0-SNAPSHOT</version>
 
-    <name>Hibernate Core Project</name>
-    <description>The overall grouping Maven project for the Hibernate Core project, defining the individual modules</description>
+    <name>Hibernate Core Reference Manual Styles</name>
+    <description>The JDocBook styles for the Hibernate Reference Manual.</description>
     <url>http://hibernate.org</url>
 
     <licenses>
@@ -21,31 +38,16 @@
             <distribution>repo</distribution>
         </license>
     </licenses>
-<!--
-undecided where this will live long-term
-    <scm>
-        <connection>scm:svn:http://anonsvn.jboss.org/repos/hibernate/</connection>
-        <developerConnection>scm:svn:https://svn.jboss.org/repos/hibernate/</developerConnection>
-        <tag></tag>
-        <url>http://fisheye.jboss.com/viewrep/Hibernate</url>
-    </scm>
--->
 
-    <dependencies>
-        <dependency>
-            <groupId>net.sf.docbook</groupId>
-            <artifactId>docbook</artifactId>
-        </dependency>
-    </dependencies>
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.jboss.maven.plugins</groupId>
+                <artifactId>maven-jdocbook-style-plugin</artifactId>
+                <version>1.0.0</version>
+                <extensions>true</extensions>
+            </plugin>
+        </plugins>
+    </build>
 
-    <dependencyManagement>
-        <dependencies>
-            <dependency>
-                <groupId>net.sf.docbook</groupId>
-                <artifactId>docbook</artifactId>
-                <version>1.70.1</version>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
 </project>




More information about the hibernate-commits mailing list