Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-47127] Downgrade to m-war-p 3.0.0
MWAR-404 introduced the regression in maven-war-plugin 3.1.0that makes
every files be filtered, including binaries.

MWAR-407 has been filed to revert MWAR-404, but that will be only in
m-war-p 3.1.1 or 3.2.0 which are not yet released.

So we downgrade to 3.0.0 for now.
  • Loading branch information
batmat committed Sep 27, 2017
1 parent 34a8778 commit d7dc9bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Expand Up @@ -101,6 +101,9 @@ THE SOFTWARE.
<java.level>8</java.level>

<changelog.url>https://jenkins.io/changelog</changelog.url>

<maven-war-plugin.version>3.0.0</maven-war-plugin.version> <!-- JENKINS-47127 bump when 3.2.0 is out. Cf. MWAR-407 -->

</properties>

<!-- Note that the 'repositories' and 'pluginRepositories' blocks below are actually copy-pasted
Expand Down

0 comments on commit d7dc9bc

Please sign in to comment.