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

@@ -60,13 +60,13 @@ The following properties are intended to be exposed by inheriting Public API Mav
| Maven Property | Required | Default | Description |
| -------------------- |:--------:| --------------- | ----------- |
| `acs-search.port` | | 8983 | The port to expose on `localhost` for the developer; not for other applications or users. |
| `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

@@ -32,7 +32,6 @@
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
<version>${beedk.plugins.fabric8.docker.version}</version>
<executions>
<execution>
<id>run-acs-search</id>
@@ -79,9 +78,6 @@
<properties>
<!-- configurable -->
<acs-search.port>8983</acs-search.port>
<!-- versions -->
<acs-search.version>2.0.1</acs-search.version>
<!-- configuring beedk-acs-platform-rad-tile -->
<!-- this tells the platform module to enable solr6 indexing -->
@@ -93,6 +89,8 @@
<tiles>
<!-- Documentation: https://bitbucket.org/inteligr8/ootbee-beedk/src/stable/beedk-run-tile -->
<tile>@project.groupId@:beedk-run-tile:@project.version@</tile>
<!-- Documentation: https://bitbucket.org/inteligr8/ootbee-beedk/src/stable/beedk-acs-search-test-tile -->
<tile>@project.groupId@:beedk-acs-search-test-tile:@project.version@</tile>
</tiles>
</project>