You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by fe...@apache.org on 2010/08/13 07:33:47 UTC

svn commit: r985099 - /directory/sandbox/felixk/apacheds-docs/pom.xml

Author: felixk
Date: Fri Aug 13 05:33:47 2010
New Revision: 985099

URL: http://svn.apache.org/viewvc?rev=985099&view=rev
Log:
Add but comment hyphenation. Not sure if the artifact can be used when scoping it runtime. Like this the artifact shouldn't be redistributed, but it has to be tested.

Modified:
    directory/sandbox/felixk/apacheds-docs/pom.xml

Modified: directory/sandbox/felixk/apacheds-docs/pom.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/apacheds-docs/pom.xml?rev=985099&r1=985098&r2=985099&view=diff
==============================================================================
--- directory/sandbox/felixk/apacheds-docs/pom.xml (original)
+++ directory/sandbox/felixk/apacheds-docs/pom.xml Fri Aug 13 05:33:47 2010
@@ -61,6 +61,20 @@
         <!-- http://docbkx-tools.sourceforge.net/docbkx-maven-plugin/plugin-info.html -->
         <groupId>com.agilejava.docbkx</groupId>
         <artifactId>docbkx-maven-plugin</artifactId>
+        <!--
+        Not sure if we can use this when scoping it "runtime". Because of license issues we can't redistribute it.
+        But scoping it runtime it may be OK.
+        TODO check license issue.
+        http://xmlgraphics.apache.org/fop/0.95/hyphenation.html#license-issues
+        <dependencies>
+          <dependency>
+            <groupId>net.sf.offo</groupId>
+            <artifactId>fop-hyph</artifactId>
+            <version>1.2</version>
+            <scope>runtime</scope>
+          </dependency>
+        </dependencies>
+        -->
         <configuration>
           <!-- shared configuration -->
           <chunkedOutput>true</chunkedOutput>