diff --git a/dev-tools/scripts/write.stage.maven.build.xml.pl b/dev-tools/scripts/write.stage.maven.build.xml.pl index c5e8aa851ff..21f09e83a08 100755 --- a/dev-tools/scripts/write.stage.maven.build.xml.pl +++ b/dev-tools/scripts/write.stage.maven.build.xml.pl @@ -46,7 +46,6 @@ my $output_build_xml_file = $ARGV[1]; my $common_build_xml = $ARGV[2]; my $m2_credentials_prompt = $ARGV[3]; my $m2_repository_id = $ARGV[4]; -my $m2_repository_url = $ARGV[5]; if ($^O eq 'cygwin') { # Make sure Cygwin Perl can find the output path $output_build_xml_file = `cygpath -u "$output_build_xml_file"`; $output_build_xml_file =~ s/\s+$//; # Trim trailing whitespace diff --git a/lucene/common-build.xml b/lucene/common-build.xml index 03c6c2650ff..2c70813227f 100644 --- a/lucene/common-build.xml +++ b/lucene/common-build.xml @@ -1889,7 +1889,14 @@ ${ant.project.name}.test.dependencies=${test.classpath.list} - + + + + + + + + @@ -1899,7 +1906,6 @@ ${ant.project.name}.test.dependencies=${test.classpath.list} -