Skip to content

Commit

Permalink
hotspot settings
Browse files Browse the repository at this point in the history
  • Loading branch information
saumyapandyaa committed Nov 24, 2023
1 parent 9d7e437 commit 9b9b478
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 7 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,13 @@ https://docs.hazelcast.org/docs/latest/manual/html-single/#understanding-configu

=== Third-party libraries for Open Liberty with Maven

The [hotspot=copyDependencies]`copyDependencies` tag copies the specified third-party [hotspot=dependency]`hazelcast` dependency to a specified location. Multiple dependency parameters and dependencyGroup parameters can be added to the [hotspot=copyDependenciesConfig]`copyDependencies` configuration. The [hotspot=location]`location` parameter can be added to the copyDependencies or dependencyGroup configuration to override the default location, which is the lib/global folder of the target server.
In the [hotspot file=0]`pom.xml` configuration file, the [hotspot=copyDependencies]`copyDependencies` tag copies the specified third-party [hotspot=dependency]`hazelcast` dependency to a specified location. The [hotspot=location]`location` parameter can be added to the copyDependencies or dependencyGroup configuration to override the default location, which is the lib/global folder of the target server. Multiple dependency parameters and dependencyGroup parameters can be added to the `copyDependencies` configuration.

pom.xml
[source, Xml, linenums, role='code_column']
----
include::finish/backendServices/pom.xml[]
----

// =================================================================================================
// Running the application
Expand Down
4 changes: 1 addition & 3 deletions finish/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,8 @@
<!-- tag::configuration[] -->
<configuration>
<!-- Copy the hazelcast library -->
<!-- tag::copyDependenciesConfig[] -->
<!-- tag::copyDependencies[] -->
<copyDependencies>
<!-- end::copyDependencies[] -->
<dependencyGroup>
<!-- tag::location[] -->
<location>${project.build.directory}/liberty/wlp/usr/shared/resources</location>
Expand All @@ -103,7 +101,7 @@
<!-- end::dependency[] -->
</dependencyGroup>
</copyDependencies>
<!-- end::copyDependenciesConfig[] -->
<!-- end::copyDependencies[] -->
</configuration>
<!-- end::configuration[] -->
</plugin>
Expand Down

0 comments on commit 9b9b478

Please sign in to comment.