fix findbugs packaging/url

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1877427 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andreas Beeker 2020-05-06 09:56:09 +00:00
parent e82ff7989f
commit 9558f2b36a
1 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@ under the License.
<property environment="env"/> <property environment="env"/>
<!-- the repository to download jars from --> <!-- the repository to download jars from -->
<property name="repository.m2" value="https://repo1.maven.org"/> <property name="repository.m2" value="https://repo1.maven.org/maven2"/>
<property name="repository.pentaho" value="https://nexus.pentaho.org/"/> <property name="repository.pentaho" value="https://nexus.pentaho.org/"/>
<property name="main.lib" location="${basedir}/lib/main"/> <property name="main.lib" location="${basedir}/lib/main"/>
@ -188,7 +188,7 @@ under the License.
var version = attributes.get("snapshot") || parts[2]; var version = attributes.get("snapshot") || parts[2];
var repo = attributes.get("repo"); var repo = attributes.get("repo");
if (repo == null) { if (repo == null) {
repo = project.getProperty("repository.m2")+"/maven2"; repo = project.getProperty("repository.m2");
} }
var query = attributes.get("query") || ""; var query = attributes.get("query") || "";
var jarLoc = project.getProperty("basedir")+"/lib/"+attributes.get("usage")+"/"+ var jarLoc = project.getProperty("basedir")+"/lib/"+attributes.get("usage")+"/"+
@ -310,7 +310,7 @@ under the License.
<dependency prefix="dist.antlr" artifact="org.antlr:antlr-runtime:3.5.2" usage="util"/> <dependency prefix="dist.antlr" artifact="org.antlr:antlr-runtime:3.5.2" usage="util"/>
<dependency prefix="dist.sequence-library" artifact="de.regnis.q.sequence:sequence-library:1.0.3" usage="util"/> <dependency prefix="dist.sequence-library" artifact="de.regnis.q.sequence:sequence-library:1.0.3" usage="util"/>
<dependency prefix="findbugs" artifact="findbugs:findbugs:3.0.1" usage="util" <dependency prefix="findbugs" artifact="findbugs:findbugs:3.0.1" usage="util"
repo="https://downloads.sourceforge.net/project" snapshot="noUpdateChecks-3.0.1" query="?download="/> repo="https://downloads.sourceforge.net/project" snapshot="noUpdateChecks-3.0.1" query="?download=" packaging="zip"/>
<propertyset id="junit.properties"> <propertyset id="junit.properties">
<propertyref name="POI.testdata.path"/> <propertyref name="POI.testdata.path"/>