Skip to content

Commit

Permalink
fix: Disable Jolokia, missing PR port from FMP
Browse files Browse the repository at this point in the history
Relates to: fabric8io/fabric8-maven-plugin#1363

Signed-off-by: Marc Nuri <marc@marcnuri.com>
  • Loading branch information
manusa authored and rohanKanojia committed Feb 10, 2020
1 parent 1ee2c2d commit 110bb6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ protected Map<String, String> getEnv(boolean isPrepackagePhase) throws MojoExecu
// - https://github.com/fabric8io/fabric8-maven-plugin/issues/1173
// - https://issues.jboss.org/browse/THORN-1859
ret.put("AB_PROMETHEUS_OFF", "true");
ret.put("AB_OFF", "true");
return ret;
}
}
2 changes: 1 addition & 1 deletion quickstarts/maven/thorntail/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>org.eclipse.jkube</groupId>
<artifactId>jkube-maven-sample-thorntail</artifactId>
<version>0.1.0</version>
<version>0.1.1-SNAPSHOT</version>
<packaging>war</packaging>

<name>Eclipse Jkube Maven :: Sample :: Thorntail</name>
Expand Down

0 comments on commit 110bb6e

Please sign in to comment.