Skip to content

Commit

Permalink
[JENKINS-24064] Replace war-for-test classifier with executable-war t…
Browse files Browse the repository at this point in the history
…ype.
  • Loading branch information
jglick committed May 24, 2017
1 parent 8d42c69 commit 90cae73
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Expand Up @@ -80,7 +80,7 @@ THE SOFTWARE.
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-war</artifactId>
<version>1.580.1</version>
<classifier>war-for-test</classifier>
<type>executable-war</type>
<exclusions>
<exclusion>
<groupId>org.jenkins-ci.modules</groupId>
Expand Down Expand Up @@ -181,6 +181,12 @@ THE SOFTWARE.

<build>
<plugins>
<plugin>
<groupId>org.jenkins-ci.tools</groupId>
<artifactId>maven-hpi-plugin</artifactId>
<version>2.0-20170524.211828-1</version> <!-- TODO https://github.com/jenkinsci/maven-hpi-plugin/pull/65 -->
<extensions>true</extensions>
</plugin>
<plugin>
<groupId>org.kohsuke.stapler</groupId>
<artifactId>maven-stapler-plugin</artifactId>
Expand Down

0 comments on commit 90cae73

Please sign in to comment.