[UIMA-2193] base on apache-9 to get later updates of maven plugins, and add uima-single-project-bin2 used by addons

git-svn-id: https://svn.apache.org/repos/asf/uima/build/trunk/uima-build-resources@1152935 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 91f062a..31205ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   <parent>

     <artifactId>apache</artifactId>

     <groupId>org.apache</groupId>

-    <version>7</version>

+    <version>9</version>

     <relativePath />

   </parent>

   

diff --git a/src/main/resources/assemblies/uima-single-project-bin.xml b/src/main/resources/assemblies/uima-single-project-bin.xml
index cf5bdb6..f5edee8 100644
--- a/src/main/resources/assemblies/uima-single-project-bin.xml
+++ b/src/main/resources/assemblies/uima-single-project-bin.xml
@@ -38,7 +38,6 @@
       <useProjectArtifact>false</useProjectArtifact>

       <fileMode>644</fileMode>

       <directoryMode>755</directoryMode>

-      <excludes><exclude>org.apache.uima:uima-docbook-olink:zip:olink</exclude></excludes>

       <useTransitiveDependencies>false</useTransitiveDependencies>

     </dependencySet>

   </dependencySets>

@@ -93,9 +92,8 @@
 

     <!-- docbooks -->

     <fileSet>

-      <directory>target/docbkx</directory>

+      <directory>target/site/d</directory>

       <outputDirectory>docs</outputDirectory>

-      <excludes><exclude>pdf/*.fo</exclude></excludes>

       <fileMode>644</fileMode>

       <directoryMode>755</directoryMode>        

     </fileSet>

diff --git a/src/main/resources/assemblies/uima-single-project-bin2.xml b/src/main/resources/assemblies/uima-single-project-bin2.xml
new file mode 100644
index 0000000..665a801
--- /dev/null
+++ b/src/main/resources/assemblies/uima-single-project-bin2.xml
@@ -0,0 +1,51 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.    
+-->
+
+<!-- This is the bin assembly for standard single-project components -->
+     
+<assembly>
+  <id>bin</id>
+  <formats>
+    <format>tar.gz</format>
+    <format>zip</format>
+  </formats>
+  
+  <includeBaseDirectory>false</includeBaseDirectory>
+  
+  <baseDirectory>/apache-uima</baseDirectory>  
+  
+  <!-- Add everything except bin files needing special treatment -->
+  <fileSets>
+    <fileSet>
+      <directory>target/base-bin</directory>
+      <outputDirectory>.</outputDirectory>
+      <excludes><exclude>bin/**/*.sh</exclude></excludes>
+      <fileMode>644</fileMode>
+      <directoryMode>755</directoryMode>
+    </fileSet>
+    
+    <fileSet>
+      <directory>target/base-bin</directory>
+      <outputDirectory/>
+      <includes><include>bin/**/*.sh</include></includes>
+      <fileMode>755</fileMode>
+      <directoryMode>755</directoryMode>        
+    </fileSet>
+  </fileSets>
+</assembly>
\ No newline at end of file