This commit is contained in:
2023-10-26 16:26:24 -04:00
parent 857466995b
commit 0a1dae6364
82 changed files with 500 additions and 194 deletions

View File

@@ -52,19 +52,12 @@ This tile is meant to be used in conjunction with the `beedk-acs-platform-it-til
In your Maven project, set the following properties to define the behavior of this Maven Tile. Unless otherwise stated, they can only be overridden in the project POM or other Maven Tiles loaded earlier than this Maven Tile.
### Public API
The following properties are intended to be exposed by inheriting Public API Maven Tiles.
| Maven Property | Required | Default | Description |
| -------------------- |:--------:| --------------- | ----------- |
| `acs-search.version` | | *not important* | The version of the [Alfresco Search Services Docker Image](https://hub.docker.com/r/alfresco/alfresco-search-services/tags). |
### Other APIs
Additional less important configurations are inherited from the following Maven Tiles.
* [`beedk-run-tile`](/inteligr8/ootbee-beedk/src/stable/beedk-run-tile)
* [`beedk-run-tile`](/inteligr8/ootbee-beedk/src/stable/beedk-acs-search-test-tile)
## Results

View File

@@ -10,7 +10,7 @@
<parent>
<groupId>com.inteligr8.ootbee</groupId>
<artifactId>beedk-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

View File

@@ -24,7 +24,6 @@
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
<version>${beedk.plugins.fabric8.docker.version}</version>
<executions>
<execution>
<id>start-acs-search</id>
@@ -81,9 +80,6 @@
</property>
</activation>
<properties>
<!-- versions -->
<acs-search.version>2.0.1</acs-search.version>
<!-- configuring beedk-acs-platform-it-tile -->
<!-- this tells the platform module to enable solr6 indexing -->
<beedk.deploy.acs-search.enabled>true</beedk.deploy.acs-search.enabled>