You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2021/03/12 08:58:43 UTC

[lucene-solr] branch branch_8x updated: Disable the "mvn" build, as this fails on jenkins (HTTP->HTTPS). As it's no longer maintained, don't spend time into fixing it. We just need to make sure the POM files are generated and pass validtation.

This is an automated email from the ASF dual-hosted git repository.

uschindler pushed a commit to branch branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_8x by this push:
     new d6ffe1c  Disable the "mvn" build, as this fails on jenkins (HTTP->HTTPS). As it's no longer maintained, don't spend time into fixing it. We just need to make sure the POM files are generated and pass validtation.
d6ffe1c is described below

commit d6ffe1c476d4d5ac777499c7dccb494385d4e389
Author: Uwe Schindler <us...@apache.org>
AuthorDate: Fri Mar 12 09:57:22 2021 +0100

    Disable the "mvn" build, as this fails on jenkins (HTTP->HTTPS). As it's no longer maintained, don't spend time into fixing it. We just need to make sure the POM files are generated and pass validtation.
---
 build.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/build.xml b/build.xml
index a9cca85..ff1e4c1 100755
--- a/build.xml
+++ b/build.xml
@@ -677,11 +677,13 @@ Test args: [${args}]</echo>
       <target name="generate-maven-artifacts"/>
     </antcall>
     <!-- step 2: run the maven build to check that the pom templates also work to drive "mvn": -->
+    <!-- disabled as it does not work anymore on jenkins...
     <antcall>
       <param name="is.jenkins.build" value="true"/>
       <target name="remove-maven-artifacts"/>
       <target name="run-maven-build"/>
     </antcall>
+    -->
   </target>
   
   <target name="jenkins-clover" depends="-print-java-info">