Skip to content

Commit

Permalink
Set authenticationEnabled system property in the pom
Browse files Browse the repository at this point in the history
  • Loading branch information
gashcrumb committed Aug 27, 2013
1 parent 56dccf4 commit 1306289
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 8 additions & 0 deletions hawtio-web/pom.xml
Expand Up @@ -604,6 +604,14 @@
<key>karaf.data</key>
<value>${project.build.directory}/karaf-data</value>
</systemProperty>
<systemProperty>
<key>hawtio.authenticationEnabled</key>
<value>false</value>
</systemProperty>
<systemProperty>
<key>hawtio.forceBranding</key>
<value>false</value>
</systemProperty>
</systemProperties>
</configuration>
</plugin>
Expand Down
1 change: 0 additions & 1 deletion hawtio-web/src/test/java/io/hawt/sample/Main.java
Expand Up @@ -38,7 +38,6 @@ public class Main {

public static void main(String[] args) {
try {
System.setProperty("hawtio.authenticationEnabled", "false");
System.setProperty("org.eclipse.jetty.util.log.class", Slf4jLog.class.getName());
Log.setLog(new Slf4jLog("jetty"));
int port = Integer.parseInt(System.getProperty("jettyPort", "8080"));
Expand Down

0 comments on commit 1306289

Please sign in to comment.