This is an automated email from the ASF dual-hosted git repository. anatole pushed a commit to tag vote-0.4-incubating-01 in repository https://gitbox.apache.org/repos/asf/incubator-tamaya-extensions.git
commit 4cf68007902ca6596a105d569fcb8cb7719fb841 Author: Anatole Tresch <[email protected]> AuthorDate: Sun Aug 25 21:34:33 2019 +0200 TAMAYA-408 Preparing release, excluded distribution from default build, since the dist is not needed anymore for releases and leads regularly to build issues. --- pom.xml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1db00f0..7de3ac7 100644 --- a/pom.xml +++ b/pom.xml @@ -222,9 +222,22 @@ under the License. <modules> <module>examples</module> <module>modules</module> - <module>distribution</module> </modules> + <profiles> + <profile> + <id>distribution</id> + <activation> + <property> + <name>build-dist</name> + </property> + </activation> + <modules> + <module>distribution</module> + </modules> + </profile> + </profiles> + <dependencyManagement> <dependencies> <dependency>
