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 e21e55b48b324eee3f2ff6c366dddcae710df9ee Author: Anatole Tresch <[email protected]> AuthorDate: Sun Aug 25 21:59:16 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 | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/pom.xml b/pom.xml index 7de3ac7..a4114b4 100644 --- a/pom.xml +++ b/pom.xml @@ -224,20 +224,6 @@ under the License. <module>modules</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> @@ -880,6 +866,17 @@ under the License. <profiles> <profile> + <id>distribution</id> + <activation> + <property> + <name>build-dist</name> + </property> + </activation> + <modules> + <module>distribution</module> + </modules> + </profile> + <profile> <id>coverage</id> <build> <defaultGoal>install org.pitest:pitest-maven:mutationCoverage</defaultGoal>
