This is an automated email from the ASF dual-hosted git repository. gk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/turbine-archetypes.git
commit 71b71483466c1734c9318117cb61e666aacc881a Author: gemkall <[email protected]> AuthorDate: Tue Jul 27 12:00:17 2021 +0200 set default docker turbine url --- src/main/resources/archetype-resources/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/archetype-resources/pom.xml b/src/main/resources/archetype-resources/pom.xml index 4a79ce1..0e2d8d5 100644 --- a/src/main/resources/archetype-resources/pom.xml +++ b/src/main/resources/archetype-resources/pom.xml @@ -494,7 +494,8 @@ under the License. </plugins> </build> <properties> - <turbine_database_url>${turbine_database_url}</turbine_database_url> + <!-- hard code docker compose service id and port by default --> + <turbine_database_url>jdbc:mysql://db:3306/</turbine_database_url> <!-- read from #var("settings.localRepository") to provide e.g. local snapshot builds --> <app_volume_local_repo>${settings.localRepository}</app_volume_local_repo> <docker>true</docker>
