You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/06/08 20:13:39 UTC

[commons-fileupload] branch master updated: Fix failing build instead of ignoring it.

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git


The following commit(s) were added to refs/heads/master by this push:
     new d1baace  Fix failing build instead of ignoring it.
d1baace is described below

commit d1baace2e7d4d4ec79fff0a398f70fff212dcf34
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Jun 8 16:13:34 2020 -0400

    Fix failing build instead of ignoring it.
---
 .travis.yml |  2 --
 pom.xml     | 11 +++++++++++
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 61b8d77..3de9016 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,8 +22,6 @@ matrix:
   include:
     - os: linux-ppc64le
       jdk: openjdk8
-  allow_failures:
-    - jdk: openjdk-ea
 jdk:
   - oraclejdk11
   - openjdk8
diff --git a/pom.xml b/pom.xml
index cd2c5fd..0b687f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -281,6 +281,17 @@
           <goals>clean site deploy</goals>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <dependencies>
+          <dependency>
+            <groupId>biz.aQute.bnd</groupId>
+            <artifactId>biz.aQute.bndlib</artifactId>
+            <version>5.1.0</version>
+          </dependency>
+        </dependencies>
+      </plugin>
     </plugins>
     <pluginManagement>
       <plugins>