aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2020-05-06 09:56:09 +0000
committerAndreas Beeker <kiwiwings@apache.org>2020-05-06 09:56:09 +0000
commit9558f2b36aedb81527d6e8591adfebcca9313dfa (patch)
tree4953ffa5b4da84640fd3e1122fef9d8b60a46ba3 /build.xml
parente82ff7989f2fa132b809d9c461026c55479a6289 (diff)
downloadpoi-9558f2b36aedb81527d6e8591adfebcca9313dfa.tar.gz
poi-9558f2b36aedb81527d6e8591adfebcca9313dfa.zip
fix findbugs packaging/url
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1877427 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.xml b/build.xml
index 0275e51a91..e534e7d71d 100644
--- a/build.xml
+++ b/build.xml
@@ -47,7 +47,7 @@ under the License.
<property environment="env"/>
<!-- 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="main.lib" location="${basedir}/lib/main"/>
@@ -188,7 +188,7 @@ under the License.
var version = attributes.get("snapshot") || parts[2];
var repo = attributes.get("repo");
if (repo == null) {
- repo = project.getProperty("repository.m2")+"/maven2";
+ repo = project.getProperty("repository.m2");
}
var query = attributes.get("query") || "";
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.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"
- 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">
<propertyref name="POI.testdata.path"/>