This is an automated email from the ASF dual-hosted git repository. rec pushed a commit to branch refactoring/325-Update-dependencies in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git
commit 25aaa66c8b66d55b6694c770eebbbb6729103fab Author: Richard Eckart de Castilho <[email protected]> AuthorDate: Fri Aug 11 13:12:23 2023 +0200 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 --- Jenkinsfile | 4 ++-- pom.xml | 1 + uimaj-documentation/pom.xml | 4 ++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 60cd449fe..26c603f77 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 d9096dbcb..42602410b 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 9d638abb3..d6d38943c 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>
