diff --git a/README.md b/README.md index cfbdb07..0557422 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ The following tiles (side-loaded components) are useful to users of the BeeDK. If your project includes RAD tiles, you can start the application with the following command. ```sh -mvn -Drad process-classes +mvn -Drad process-test-classes ``` To stop RAD and remove the Docker containers, you will need to do it through Docker commands. This will differ between operating systems. The Maven Archetypes provides scripts to assist with these operations called `rad.sh` or `rad.ps1`. diff --git a/beedk-acs-module-tile/tile.xml b/beedk-acs-module-tile/tile.xml index bcf6f6b..3c72716 100644 --- a/beedk-acs-module-tile/tile.xml +++ b/beedk-acs-module-tile/tile.xml @@ -406,7 +406,7 @@ 3.6.1 - 3.4.2 + 3.5.0 1.13.0 1.0.7 1.0.2 diff --git a/beedk-acs-platform-it-tile/README.md b/beedk-acs-platform-it-tile/README.md index 0fac37d..7231d3e 100644 --- a/beedk-acs-platform-it-tile/README.md +++ b/beedk-acs-platform-it-tile/README.md @@ -80,6 +80,12 @@ Additional less important configurations are inherited from the following Maven * [`beedk-run-tile`](/inteligr8/ootbee-beedk/src/branch/stable/beedk-run-tile) +### Plugin Versions + +| Maven Property | +| ---------------------------------- | +| `fs-plugin.version` | + ## Results The ACS Platform, database, and MQ components will be started and stopped during the `pre-integration-test` and `post-integration-test` Maven phases, respectively. diff --git a/beedk-acs-platform-it-tile/tile.xml b/beedk-acs-platform-it-tile/tile.xml index afc08c2..3688f3c 100644 --- a/beedk-acs-platform-it-tile/tile.xml +++ b/beedk-acs-platform-it-tile/tile.xml @@ -20,6 +20,27 @@ + + com.inteligr8 + fs-maven-plugin + ${fs-plugin.version} + + + + mkdirs-docker-volumes + pre-integration-test + mkdir + + + ${beedk.deploy.platform.classesDirectory} + ${beedk.deploy.platform.testClassesDirectory} + ${beedk.deploy.platform.extDirectory} + ${beedk.deploy.platform.dataDirectory} + + + + + io.fabric8 @@ -364,7 +385,8 @@ 12 5.18.4 - 9-2.1 + 2.3-tomcat9 + 1.0.0 diff --git a/beedk-acs-platform-rad-tile/README.md b/beedk-acs-platform-rad-tile/README.md index 51a280e..3c383ba 100644 --- a/beedk-acs-platform-rad-tile/README.md +++ b/beedk-acs-platform-rad-tile/README.md @@ -98,6 +98,7 @@ Additional less important configurations are inherited from the following Maven | Maven Property | | ---------------------------------- | | `maven-dependency-plugin.version` | +| `fs-plugin.version` | ## Results diff --git a/beedk-acs-platform-rad-tile/tile.xml b/beedk-acs-platform-rad-tile/tile.xml index 613eb5d..bd03656 100644 --- a/beedk-acs-platform-rad-tile/tile.xml +++ b/beedk-acs-platform-rad-tile/tile.xml @@ -69,6 +69,30 @@ + + com.inteligr8 + fs-maven-plugin + ${fs-plugin.version} + + + + mkdirs-docker-volumes + process-test-classes + mkdir + + + ${beedk.deploy.platform.classesDirectory} + ${beedk.deploy.platform.modClassesDirectory} + ${beedk.deploy.platform.extClassesDirectory} + ${beedk.deploy.platform.testClassesDirectory} + ${beedk.deploy.platform.extDirectory} + ${beedk.deploy.platform.webDirectory} + ${beedk.deploy.platform.dataDirectory} + + + + + io.fabric8 @@ -308,8 +332,9 @@ 1.3.2.1 12 5.18.4 - 9-2.1 + 2.3-tomcat9 3.9.0 + 1.0.0 diff --git a/beedk-acs-share-rad-tile/README.md b/beedk-acs-share-rad-tile/README.md index 8ff8c3f..6a22f2b 100644 --- a/beedk-acs-share-rad-tile/README.md +++ b/beedk-acs-share-rad-tile/README.md @@ -82,6 +82,7 @@ Additional less important configurations are inherited from the following Maven | Maven Property | | ---------------------------------- | | `download-plugin.version` | +| `fs-plugin.version` | ## Results diff --git a/beedk-acs-share-rad-tile/tile.xml b/beedk-acs-share-rad-tile/tile.xml index 2745e2c..bf3eca3 100644 --- a/beedk-acs-share-rad-tile/tile.xml +++ b/beedk-acs-share-rad-tile/tile.xml @@ -73,6 +73,30 @@ + + com.inteligr8 + fs-maven-plugin + ${fs-plugin.version} + + + + mkdirs-docker-volumes + process-test-classes + mkdir + + + ${beedk.deploy.share.classesDirectory} + ${beedk.deploy.share.modClassesDirectory} + ${beedk.deploy.share.extClassesDirectory} + ${beedk.deploy.share.testClassesDirectory} + ${project.build.directory}/runtime-classes + ${beedk.deploy.share.extDirectory} + ${beedk.deploy.share.webDirectory} + + + + + io.fabric8 @@ -173,8 +197,9 @@ 8100 - 9-2.1 + 2.3-tomcat9 1.13.0 + 1.0.0 share diff --git a/beedk-acs-share-self-it-tile/tile.xml b/beedk-acs-share-self-it-tile/tile.xml index 57ec9e5..948a157 100644 --- a/beedk-acs-share-self-it-tile/tile.xml +++ b/beedk-acs-share-self-it-tile/tile.xml @@ -168,7 +168,7 @@ 8180 - 9-2.1 + 2.3-tomcat9 3.9.0 1.13.0 diff --git a/beedk-aps-ext-it-tile/README.md b/beedk-aps-ext-it-tile/README.md index b3bfd5c..52bbb27 100644 --- a/beedk-aps-ext-it-tile/README.md +++ b/beedk-aps-ext-it-tile/README.md @@ -84,6 +84,7 @@ Additional less important configurations are inherited from the following Maven | Maven Property | | ---------------------------------- | | `maven-dependency-plugin.version` | +| `fs-plugin.version` | ## Results diff --git a/beedk-aps-ext-it-tile/tile.xml b/beedk-aps-ext-it-tile/tile.xml index 206c86b..2768610 100644 --- a/beedk-aps-ext-it-tile/tile.xml +++ b/beedk-aps-ext-it-tile/tile.xml @@ -74,6 +74,25 @@ + + com.inteligr8 + fs-maven-plugin + ${fs-plugin.version} + + + + mkdirs-docker-volumes + pre-integration-test + mkdir + + + ${project.build.directory}/rt-resources + ${project.build.directory}/rt-test-resources + + + + + io.fabric8 @@ -234,8 +253,9 @@ 15 25.1.1 - 10-2.2 + 2.3-tomcat10 3.9.0 + 1.0.0 ${project.build.warDirectory}/${aps.war.artifactId}-${aps.war.version}.war diff --git a/beedk-aps-ext-rad-tile/README.md b/beedk-aps-ext-rad-tile/README.md index 8c8561a..4fc194f 100644 --- a/beedk-aps-ext-rad-tile/README.md +++ b/beedk-aps-ext-rad-tile/README.md @@ -88,6 +88,7 @@ Additional less important configurations are inherited from the following Maven | Maven Property | | ---------------------------------- | | `maven-dependency-plugin.version` | +| `fs-plugin.version` | ## Results diff --git a/beedk-aps-ext-rad-tile/tile.xml b/beedk-aps-ext-rad-tile/tile.xml index ad5d9e9..85b4d59 100644 --- a/beedk-aps-ext-rad-tile/tile.xml +++ b/beedk-aps-ext-rad-tile/tile.xml @@ -82,6 +82,25 @@ + + com.inteligr8 + fs-maven-plugin + ${fs-plugin.version} + + + + mkdirs-docker-volumes + process-test-classes + mkdir + + + ${project.build.directory}/rt-resources + ${project.build.directory}/rt-test-resources + + + + + io.fabric8 @@ -222,8 +241,9 @@ 15 25.1.1 - 10-2.2 + 2.3-tomcat10 3.9.0 + 1.0.0 ${project.build.warDirectory}/${aps.war.artifactId}-${aps.war.version}.war