Author: stliu
Date: 2009-12-16 02:47:57 -0500 (Wed, 16 Dec 2009)
New Revision: 18231
Modified:
search/branches/v3_1_1_GA_CP/pom.xml
Log:
JBPAPP-3218 update maven jdoc plugin configuration
Modified: search/branches/v3_1_1_GA_CP/pom.xml
===================================================================
--- search/branches/v3_1_1_GA_CP/pom.xml 2009-12-15 18:09:53 UTC (rev 18230)
+++ search/branches/v3_1_1_GA_CP/pom.xml 2009-12-16 07:47:57 UTC (rev 18231)
@@ -1,36 +1,71 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+ ~ Hibernate, Relational Persistence for Idiomatic Java
+ ~
+ ~ Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as
+ ~ indicated by the @author tags or express copyright attribution
+ ~ statements applied by the authors. All third-party contributions are
+ ~ distributed under license by Red Hat Middleware LLC.
+ ~
+ ~ 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, as published by the Free Software Foundation.
+ ~
+ ~ This program is distributed in the hope that it will be useful,
+ ~ but WITHOUT ANY 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
+ ~ along with this distribution; if not, write to:
+ ~ Free Software Foundation, Inc.
+ ~ 51 Franklin Street, Fifth Floor
+ ~ Boston, MA 02110-1301 USA
+ ~
+ -->
+
<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>hibernate-search</artifactId>
+ <packaging>jar</packaging>
<version>3.1.1.GA</version>
+
<name>Hibernate Search</name>
<description>Hibernate Search</description>
<url>http://search.hibernate.org</url>
- <issueManagement>
- <system>JIRA</system>
-
<
url>http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH&...
- </issueManagement>
- <scm>
+ <organization>
+ <name>Hibernate.org</name>
+ <url>http://hibernate.org</url>
+ </organization>
+
+ <licenses>
+ <license>
+ <name>GNU Lesser General Public License</name>
+ <
url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
+ <comments>See discussion at
http://hibernate.org/356.html for more
+ details.</comments>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+
+ <scm>
<
connection>scm:svn:http://anonsvn.jboss.org/repos/hibernate/search/tag...
<
developerConnection>scm:svn:https://svn.jboss.org/repos/hibernate/sear...
<
url>http://fisheye.jboss.com/browse/Hibernate/search/tags/v3_1_1_GA<...
</scm>
- <organization>
- <name>Hibernate</name>
- <url>http://www.hibernate.org</url>
- </organization>
+ <issueManagement>
+ <system>JIRA</system>
+
<
url>http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH&...
+ </issueManagement>
- <licenses>
- <license>
- <name>LGPL</name>
- <url>lgpl.txt</url>
- </license>
- </licenses>
-
<developers>
<developer>
<id>epbernard</id>
@@ -44,12 +79,47 @@
<url>http://in.relation.to/Bloggers/Hardy</url>
</developer>
</developers>
+
<contributors>
<contributor>
<name>Sanne Grinovero</name>
</contributor>
</contributors>
+ <mailingLists>
+ <mailingList>
+ <name>Hibernate Announcements</name>
+ <post>hibernate-announce(a)lists.jboss.org</post>
+
<
subscribe>https://lists.jboss.org/mailman/listinfo/hibernate-announce&...
+
<
unsubscribe>https://lists.jboss.org/mailman/listinfo/hibernate-announc...
+
<
archive>http://lists.jboss.org/pipermail/hibernate-dev/</archive>
+ </mailingList>
+ <mailingList>
+ <name>Hibernate Commit Notificatons</name>
+ <post>hibernate-commits(a)lists.jboss.org</post>
+
<
subscribe>https://lists.jboss.org/mailman/listinfo/hibernate-commits&l...
+
<
unsubscribe>https://lists.jboss.org/mailman/listinfo/hibernate-commits...
+
<
archive>http://lists.jboss.org/pipermail/hibernate-commits/</archiv...
+ </mailingList>
+ <mailingList>
+ <name>Hibernate Developers</name>
+ <post>hibernate-dev(a)lists.jboss.org</post>
+
<
subscribe>https://lists.jboss.org/mailman/listinfo/hibernate-dev</s...
+
<
unsubscribe>https://lists.jboss.org/mailman/listinfo/hibernate-dev<...
+
<
archive>http://lists.jboss.org/pipermail/hibernate-dev/</archive>
+ <otherArchives>
+
<
otherArchive>http://www.mail-archive.com/hibernate-dev%40lists.jboss.o...
+ </otherArchives>
+ </mailingList>
+ <mailingList>
+ <name>Hibernate Issue Notifications</name>
+ <post>hibernate-issues(a)lists.jboss.org</post>
+
<
subscribe>https://lists.jboss.org/mailman/listinfo/hibernate-issues<...
+
<
unsubscribe>https://lists.jboss.org/mailman/listinfo/hibernate-issues&...
+
<
archive>http://lists.jboss.org/pipermail/hibernate-issues/</archive...
+ </mailingList>
+ </mailingLists>
+
<dependencies>
<!-- =============================== -->
<!-- Required Dependencies -->
@@ -57,17 +127,17 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
- <version>${hibernateVersion}</version>
+ <version>3.3.2.GA</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
- <artifactId>hibernate-commons-annotations</artifactId>
- <version>3.1.0.GA</version>
+ <artifactId>ejb3-persistence</artifactId>
+ <version>1.0.2.GA</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
- <artifactId>ejb3-persistence</artifactId>
- <version>1.0.2.GA</version>
+ <artifactId>hibernate-commons-annotations</artifactId>
+ <version>3.1.0.GA</version>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
@@ -160,19 +230,19 @@
<plugin>
<groupId>org.jboss.maven.plugins</groupId>
<artifactId>maven-jdocbook-plugin</artifactId>
- <version>2.1.0</version>
+ <version>2.2.0</version>
<extensions>true</extensions>
<dependencies>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-jdocbook-style</artifactId>
- <version>1.0.2</version>
+ <version>2.0.0</version>
<type>jdocbook-style</type>
</dependency>
</dependencies>
<configuration>
<sourceDocumentName>master.xml</sourceDocumentName>
-
<sourceDirectory>${basedir}/src/main/docbook/en-US</sourceDirectory>
+
<sourceDirectory>${basedir}/src/main/docbook</sourceDirectory>
<masterTranslation>en-US</masterTranslation>
<imageResource>
<directory>${basedir}/src/main/docbook/en-US/images</directory>
@@ -180,17 +250,17 @@
<formats>
<format>
<formatName>pdf</formatName>
-
<stylesheetResource>classpath:/xslt/hibernate/pdf/main-pdf.xsl</stylesheetResource>
+ <stylesheetResource>classpath:/xslt/org/hibernate/jdocbook/xslt/pdf.xsl</stylesheetResource>
<finalName>hibernate-search-guide.pdf</finalName>
</format>
<format>
<formatName>html_single</formatName>
-
<stylesheetResource>classpath:/xslt/hibernate/html/main-single.xsl</stylesheetResource>
+
<stylesheetResource>classpath:/xslt/org/hibernate/jdocbook/xslt/xhtml-single.xsl</stylesheetResource>
<finalName>index.html</finalName>
</format>
<format>
<formatName>html</formatName>
-
<stylesheetResource>classpath:/xslt/hibernate/html/main-chunk.xsl</stylesheetResource>
+
<stylesheetResource>classpath:/xslt/org/hibernate/jdocbook/xslt/xhtml.xsl</stylesheetResource>
<finalName>index.html</finalName>
</format>
</formats>
@@ -198,6 +268,8 @@
<xincludeSupported>true</xincludeSupported>
<localeSeparator>-</localeSeparator>
<useRelativeImageUris>true</useRelativeImageUris>
+ <xmlTransformerType>saxon</xmlTransformerType>
+ <docbookVersion>1.72.0</docbookVersion>
</options>
</configuration>
<executions>
@@ -216,6 +288,10 @@
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<stylesheetfile>${basedir}/src/main/javadoc/jdstyle.css</stylesheetfile>
+ <links>
+ <
link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
+ <
link>http://java.sun.com/javaee/5/docs/api/</link>
+ </links>
</configuration>
<executions>
<execution>
@@ -725,6 +801,17 @@
<redirectTestOutputToFile>true</redirectTestOutputToFile>
<excludes>
<exclude>**/classloading/*.java</exclude>
+ <exclude>**/WorkerTestCase.java</exclude>
+ <exclude>**/AsyncWorkerTest.java</exclude>
+ <exclude>**/SyncWorkerTest.java</exclude>
+ <exclude>**/MassIndexTest.java</exclude>
+ <exclude>**/SessionTest.java</exclude>
+ <exclude>**/ReaderPerfTestCase.java</exclude>
+ <exclude>**/SharedBufferedReaderPerfTest.java</exclude>
+ <exclude>**/SharedReaderPerfTest.java</exclude>
+ <exclude>**/NotSharedReaderPerfTest.java</exclude>
+ <exclude>**/OptimizerTestCase.java</exclude>
+ <exclude>**/IncrementalOptimizerStrategyTest.java</exclude>
</excludes>
</configuration>
</plugin>
@@ -765,7 +852,6 @@
<properties>
<slf4jVersion>1.4.2</slf4jVersion>
<luceneVersion>2.4.1</luceneVersion>
- <hibernateVersion>3.3.2.GA</hibernateVersion>
</properties>
</project>