Skip to content

Instantly share code, notes, and snippets.

@jstrachan
Created October 11, 2013 15:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jstrachan/ab632be2ce94353b3a17 to your computer and use it in GitHub Desktop.
Save jstrachan/ab632be2ce94353b3a17 to your computer and use it in GitHub Desktop.
<cm:property-placeholder persistent-id="io.hawt.hawtio-maven-indexer" update-strategy="reload">
<cm:default-properties>
<cm:property name="indexDir" value="${karaf.data}/mavenIndexer"/>
</cm:default-properties>
</cm:property-placeholder>
@gnodet
Copy link

gnodet commented Oct 11, 2013

<ext:property-placeholder placeholder-prefix="$[" placeholder-suffix="]" />

 <cm:property-placeholder persistent-id="io.hawt.hawtio-maven-indexer" update-strategy="reload">
   <cm:default-properties>
     <cm:property name="indexDir" value="$[karaf.data]/mavenIndexer"/>
   </cm:default-properties>
</cm:property-placeholder>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment