dynamic plugin versions with docs
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user