Skip to content

Commit

Permalink
JENKINS-8658 depend on latest executable-war. This is where the fix s…
Browse files Browse the repository at this point in the history
…hould be. Note: of course one should release that dependency into a stable version
  • Loading branch information
lacostej committed Feb 3, 2011
1 parent 42c0bdb commit 5150e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion war/pom.xml
Expand Up @@ -109,7 +109,7 @@ THE SOFTWARE.
<mkdir dir="target/generated-resources" />

<!-- put executable war header -->
<resolveArtifact groupId="org.jvnet.hudson" artifactId="executable-war" version="1.17" type="jar" property="executable-war.jar" />
<resolveArtifact groupId="org.jvnet.hudson" artifactId="executable-war" version="1.18-SNAPSHOT" type="jar" property="executable-war.jar" />
<unjar src="${executable-war.jar}" dest="target/generated-resources">
<patternset>
<include name="**/*.class" />
Expand Down

0 comments on commit 5150e71

Please sign in to comment.