Skip to content

Commit

Permalink
attempt to disable jasmine when running mvn release:prepare -P release
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrachan committed Apr 19, 2013
1 parent 5f91ae6 commit 07e20d6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions hawtio-web/pom.xml
Expand Up @@ -694,6 +694,14 @@
</properties>
</profile>

<!--
this profile is here so we disable the jasmine profile when releasing
as for some reason it fails when ran inside mvn release:prepare
-->
<profile>
<id>release</id>
</profile>

<profile>
<id>jasmine-test</id>
<activation>
Expand Down

0 comments on commit 07e20d6

Please sign in to comment.