Skip to content

Commit

Permalink
Merge pull request #61 from jglick/executable-war-JENKINS-24064
Browse files Browse the repository at this point in the history
[JENKINS-24064] Replace war-for-test classifier with executable-war type
  • Loading branch information
jglick committed May 25, 2017
2 parents a775211 + d4eaf85 commit c517db8
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</version>
<extensions>true</extensions>
</plugin>
<plugin>
<groupId>org.kohsuke.stapler</groupId>
<artifactId>maven-stapler-plugin</artifactId>
Expand Down

0 comments on commit c517db8

Please sign in to comment.