You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2010/05/06 23:27:37 UTC

svn commit: r941941 - /uima/build/trunk/parent-poms/parent-pom-docbook/pom.xml

Author: schor
Date: Thu May  6 21:27:36 2010
New Revision: 941941

URL: http://svn.apache.org/viewvc?rev=941941&view=rev
Log:
[UIMA-1757] fix to unpack docbook-shared into the repo - was being specified by a property that was renamed (so wasn't found).  Also fix to use markersDirectory for this so it knows if the file is new or not.

Remove css style sheet spec from configuration in the pom - it's already spec'd in the customization, and shouldn't be spec'd in two places.

Modified:
    uima/build/trunk/parent-poms/parent-pom-docbook/pom.xml

Modified: uima/build/trunk/parent-poms/parent-pom-docbook/pom.xml
URL: http://svn.apache.org/viewvc/uima/build/trunk/parent-poms/parent-pom-docbook/pom.xml?rev=941941&r1=941940&r2=941941&view=diff
==============================================================================
--- uima/build/trunk/parent-poms/parent-pom-docbook/pom.xml (original)
+++ uima/build/trunk/parent-poms/parent-pom-docbook/pom.xml Thu May  6 21:27:36 2010
@@ -173,13 +173,14 @@
                 <goals><goal>unpack</goal></goals>
                 <configuration>
                   <overWriteIfNewer>true</overWriteIfNewer>
+                  <markersDirectory>${dolRepo}/dependency-maven-plugin-markers</markersDirectory>
                   <artifactItems>
                     <artifactItem>
                       <groupId>org.apache.uima</groupId>
                       <artifactId>uima-docbook-resource-bundle</artifactId>
                       <version>1-SNAPSHOT</version>
                       <excludes>META-INF/**</excludes>
-                      <outputDirectory>${uimaDocbookOlinkDbs}/..</outputDirectory>
+                      <outputDirectory>${dolRepo}</outputDirectory>
                     </artifactItem>
                   </artifactItems>
                 </configuration>
@@ -257,7 +258,6 @@
                 <phase>package</phase>
                 <configuration>
                   <htmlCustomization>${project.build.directory}/docbook-shared/top/html-single.xsl</htmlCustomization>
-                  <htmlStylesheet>css/stylesheet-html.css</htmlStylesheet>
                   <!-- olink -->
                   <targetDatabaseDocument>file:///${dolUnzipped}/htmlsingle/site.xml</targetDatabaseDocument>              
                   <targetsFilename>${dolUnzipped}/htmlsingle/${bookNameRoot}.db</targetsFilename>