dynamic plugin versions with docs

This commit is contained in:
2026-02-09 16:45:39 -05:00
parent 29d0ef1398
commit bd4ddd12f7
67 changed files with 332 additions and 82 deletions
+4 -6
View File
@@ -45,13 +45,11 @@ In your Maven project, set the following properties to define the behavior of th
There are no properties that are intended to be exposed by inheriting Public API Maven Tiles.
### Private API
### Versions
The following properties are only intended to be defined by BeeDK components.
| Maven Property | Required | Default | Description |
| -------------------------------------- |:--------:| ----------------- | ----------- |
| `beedk.plugins.fabric8.docker.version` | | *not important* | The version of the [docker-maven-plugin](https://dmp.fabric8.io/) Maven Plugin. |
| Maven Property |
| -------------------------------------- |
| `fabric8-docker-maven-plugin.version` |
## Results
+2 -2
View File
@@ -24,7 +24,7 @@
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
<version>${beedk.plugins.fabric8.docker.version}</version>
<version>${fabric8-docker-maven-plugin.version}</version>
<configuration>
<containerNamePattern>${project.artifactId}-%a</containerNamePattern>
<autoCreateCustomNetworks>true</autoCreateCustomNetworks>
@@ -43,7 +43,7 @@
</activation>
<properties>
<!-- versions -->
<beedk.plugins.fabric8.docker.version>0.46.0</beedk.plugins.fabric8.docker.version>
<fabric8-docker-maven-plugin.version>0.46.0</fabric8-docker-maven-plugin.version>
</properties>
</profile>
</profiles>