Issue #325: Update dependencies

- Disable deployment of documentation module to Maven repository
- Add ID to rc-auto-staging execution
- Disable quality checking profiles to speed up build
diff --git a/Jenkinsfile b/Jenkinsfile
index 60cd449..26c603f 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -18,6 +18,6 @@
 @Library('uima-build-jenkins-shared-library') _
 
 defaultPipeline {
-  // extraMavenArguments = '-Pjacoco,spotbugs,pmd,run-rat-report -Ddisable-rc-auto-staging'
-  extraMavenArguments = '-Prun-rat-report -Ddisable-rc-auto-staging'
+  // extraMavenArguments = '-Pjacoco,spotbugs,pmd -Ddisable-rc-auto-staging'
+  extraMavenArguments = -Ddisable-rc-auto-staging'
 }
diff --git a/pom.xml b/pom.xml
index d9096db..4260241 100644
--- a/pom.xml
+++ b/pom.xml
@@ -390,6 +390,7 @@
             <inherited>false</inherited>
             <executions>
               <execution>
+                <id>release-rc-auto-staging</id>
                 <phase>install</phase>
                 <goals>
                   <goal>run</goal>
diff --git a/uimaj-documentation/pom.xml b/uimaj-documentation/pom.xml
index 9d638ab..d6d3894 100644
--- a/uimaj-documentation/pom.xml
+++ b/uimaj-documentation/pom.xml
@@ -32,6 +32,10 @@
   <name>Apache UIMA Java SDK Documentation</name>
   <url>https://uima.apache.org</url>
 
+  <properties>
+    <maven.deploy.skip>true</maven.deploy.skip>
+  </properties>
+
   <build>
     <plugins>
       <plugin>