Repository: incubator-tamaya Updated Branches: refs/heads/master 1e2aaff6c -> b39128447
Do not deploy the parent POM of the examples. I don't want to polute Maven Central... Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/b3912844 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/b3912844 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/b3912844 Branch: refs/heads/master Commit: b3912844761262c4c65ba30e88af52e1bc3088a0 Parents: 1e2aaff Author: Oliver B. Fischer <[email protected]> Authored: Tue May 23 22:18:30 2017 +0200 Committer: Oliver B. Fischer <[email protected]> Committed: Tue May 23 22:18:30 2017 +0200 ---------------------------------------------------------------------- examples/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/b3912844/examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pom.xml b/examples/pom.xml index a59fefa..06f5647 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -37,6 +37,14 @@ under the License. <packaging>pom</packaging> + <properties> + <!-- + ! We don't want to deploy this example to Maven Central. + ! Oliver B. Fischer, 2017-05-21 + !--> + <maven.deploy.skip>true</maven.deploy.skip> + </properties> + <modules> <module>01-minimal</module> <module>02-custom-property-source</module>
