Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Preserve whitespace in enforcer messages
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Sep 5, 2013
1 parent 4d904a2 commit 753c3d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zanata-war/pom.xml
Expand Up @@ -127,7 +127,7 @@
<rules combine.self="override">
<requireProperty>
<property>arquillian.jboss.home</property>
<message>You must set the arquillian.jboss.home property to run integration tests</message>
<message xml:space="preserve">You must set the arquillian.jboss.home property to run integration tests</message>
</requireProperty>
</rules>
</configuration>
Expand Down

0 comments on commit 753c3d1

Please sign in to comment.