From 3047642ab2ff3fc73e64a8c05014cddc403af64b Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Wed, 14 Aug 2024 19:19:19 +0200 Subject: [PATCH] [MDEPLOY-319] Remove unfinished test - MDEPLOY-318-invalid-pom Test was committed by accident with other work --- Jenkinsfile | 2 +- .../invoker.properties | 18 ----- src/it/MDEPLOY-318-invalid-pom/pom.xml | 71 ------------------- 3 files changed, 1 insertion(+), 90 deletions(-) delete mode 100644 src/it/MDEPLOY-318-invalid-pom/invoker.properties delete mode 100644 src/it/MDEPLOY-318-invalid-pom/pom.xml diff --git a/Jenkinsfile b/Jenkinsfile index 217636c5..3f930935 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,4 +17,4 @@ * under the License. */ -asfMavenTlpPlgnBuild(jdks:[ "17", "21" ], maven: [ "4.0.x" ], siteJdk:[ "17" ], siteMvn:[ "4.0.x" ]) +asfMavenTlpPlgnBuild(jdks:[ "17", "21" ], maven: [ "4.0.x" ], siteJdk:[ "17" ], siteMvn: "4.0.x" ) diff --git a/src/it/MDEPLOY-318-invalid-pom/invoker.properties b/src/it/MDEPLOY-318-invalid-pom/invoker.properties deleted file mode 100644 index c32d7bb5..00000000 --- a/src/it/MDEPLOY-318-invalid-pom/invoker.properties +++ /dev/null @@ -1,18 +0,0 @@ -# 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. - -invoker.goals = clean jar:jar deploy:deploy diff --git a/src/it/MDEPLOY-318-invalid-pom/pom.xml b/src/it/MDEPLOY-318-invalid-pom/pom.xml deleted file mode 100644 index 3b926e18..00000000 --- a/src/it/MDEPLOY-318-invalid-pom/pom.xml +++ /dev/null @@ -1,71 +0,0 @@ - - - - 4.0.0 - - org.apache.maven.its.deploy.invalid-pom - test - 1.0 - pom - - Tests the deployment of a simple release POM. - - - - it - file:///${basedir}/target/repo - - - - - true - - - - - - org.apache.maven.plugins - maven-compiler-plugin - @mavenCompilerPluginVersion@ - - - org.apache.maven.plugins - maven-deploy-plugin - @project.version@ - - - org.apache.maven.plugins - maven-install-plugin - @mavenInstallPluginVersion@ - - - org.apache.maven.plugins - maven-resources-plugin - @mavenResourcesPluginVersion@ - - - org.apache.maven.plugins - maven-surefire-plugin - @mavenSurefirePluginVersion@ - - - - -