Skip to content

Commit

Permalink
Merge pull request #133 from sgilda/JBEAP-9397
Browse files Browse the repository at this point in the history
JBEAP-9397: cluster-ha-singleton - Fix FileNotFound exception in the deployment of the service JAR
  • Loading branch information
ctomc authored Mar 9, 2017
2 parents 59467fb + 2cc6719 commit b779678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster-ha-singleton/service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<version>${version.wildfly.maven.plugin}</version>
<configuration>
<skip>false</skip>
<filename>jboss-cluster-ha-singleton-service.jar</filename>
<filename>${project.artifactId}.jar</filename>
</configuration>
</plugin>

Expand Down

0 comments on commit b779678

Please sign in to comment.