This is an automated email from the ASF dual-hosted git repository.

rec pushed a commit to branch 
refactoring/331-Convert-remaining-documentation-to-asciidoc
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git

commit 12afea595fad82879cbb15c3e16d3af5d620c9cc
Author: Richard Eckart de Castilho <r...@apache.org>
AuthorDate: Fri Aug 4 19:04:35 2023 +0200

    Issue #331: Convert remaining documentation to asciidoc
    
    - Disable usage of CDN resources
    - Update rat configuration
    - Exclude maintainer documentation from binary release
---
 aggregate-uimaj/pom.xml     | 4 +---
 pom.xml                     | 2 +-
 src/main/assembly/bin.xml   | 4 ++++
 uimaj-documentation/pom.xml | 3 ++-
 4 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/aggregate-uimaj/pom.xml b/aggregate-uimaj/pom.xml
index 4f0ae3ae8..704db0cf9 100644
--- a/aggregate-uimaj/pom.xml
+++ b/aggregate-uimaj/pom.xml
@@ -43,9 +43,6 @@
     <module>../uimaj-component-test-util</module>
     <module>../jVinci</module>
     <module>../aggregate-uimaj-eclipse-plugins</module>
-    <module>../uimaj-documentation</module>
-    <module>../uima-doc-v3-users-guide</module>
-    <module>../uima-doc-v3-maintainers-guide</module>
     <module>../uimaj-document-annotation</module>
     <module>../PearPackagingMavenPlugin</module>
     <module>../jcasgen-maven-plugin</module>
@@ -55,5 +52,6 @@
          cd to the project directory and do mvn install -->
     <!--module>../uimaj-internal-tools</module-->
     <module>../uimaj-bootstrap</module>
+    <module>../uimaj-documentation</module>
   </modules>
 </project>
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 1324556ae..d9096dbcb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -286,12 +286,12 @@
                   <exclude>jVinci/**</exclude>
                   <exclude>PearPackagingMavenPlugin/**</exclude>
                   <exclude>jcasgen-maven-plugin/**</exclude>
-                  <exclude>uima-doc-*/**</exclude>
                   <exclude>uimaj-adapter-*/**</exclude>
                   <exclude>uimaj-bom/**</exclude>
                   <exclude>uimaj-component-test-util/**</exclude>
                   <exclude>uimaj-core/**</exclude>
                   <exclude>uimaj-cpe/**</exclude>
+                  <exclude>uimaj-documentation/**</exclude>
                   <exclude>uimaj-document-annotation/**</exclude>
                   <exclude>uimaj-eclipse-*/**</exclude>
                   <exclude>uimaj-maven-p2-site/**</exclude>
diff --git a/src/main/assembly/bin.xml b/src/main/assembly/bin.xml
index bb5eaae6f..daa6770d4 100644
--- a/src/main/assembly/bin.xml
+++ b/src/main/assembly/bin.xml
@@ -252,6 +252,10 @@ under the License.
       <outputDirectory>docs</outputDirectory>
       <fileMode>644</fileMode>
       <directoryMode>755</directoryMode>
+      <excludes>
+        <exclude>**/maint.*</exclude>
+        <exclude>**/maint/**</exclude>
+      </excludes>
     </fileSet>
 
     <!-- examples -->
diff --git a/uimaj-documentation/pom.xml b/uimaj-documentation/pom.xml
index 27949ab03..33b22321c 100644
--- a/uimaj-documentation/pom.xml
+++ b/uimaj-documentation/pom.xml
@@ -40,6 +40,7 @@
         <version>${asciidoctor.plugin.version}</version>
         <configuration>
           <outputDirectory>${project.build.directory}/site/d</outputDirectory>
+          <attributesChain>webfonts!</attributesChain>
           <attributes>
             <experimental>true</experimental>
             <doctype>book</doctype>
@@ -50,7 +51,7 @@
             <project-version>${project.version}</project-version>
             <revnumber>${project.version}</revnumber>
             <product-website-url>https://uima.apache.org</product-website-url>
-            <icons>font</icons>
+            <icons>text</icons>
             <relativeBaseDir>true</relativeBaseDir>
             <xrefstyle>short</xrefstyle>
           </attributes>

Reply via email to