diff --git a/Jenkinsfile b/Jenkinsfile index 05f7192dd8..71cd00ee77 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -54,12 +54,12 @@ node(jenkinsEnv.nodeSelection(osNode)) { "PATH+MAVEN=${ tool "$jdkName" }/bin:${tool "$mvnName"}/bin", "MAVEN_OPTS=-Xms2g -Xmx4g -Djava.awt.headless=true"]) { sh "mvn clean ${MAVEN_GOAL} -B -U -e -fae -V -Dmaven.test.failure.ignore -PversionlessMavenDist -Dmaven.repo.local=${WORK_DIR}/.repository" - sh "mv apache-maven/target/apache-maven-*-bin.zip apache-maven-dist.zip" + sh "mv apache-maven/target/apache-maven-bin.zip apache-maven-dist.zip" stash includes: 'apache-maven-dist.zip', name: 'dist' } } finally { junit testResults: '**/target/surefire-reports/*.xml', allowEmptyResults: true - } + } } } } diff --git a/pom.xml b/pom.xml index dd34d83eb9..da301b4ea5 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ under the License. <groupId>org.apache.maven</groupId> <artifactId>maven-parent</artifactId> <version>38</version> - <relativePath/> + <relativePath /> </parent> <artifactId>maven</artifactId>