Repository: incubator-tamaya Updated Branches: refs/heads/master 627c71a5b -> d5467e595
[TAMAYA-270] Dropped the binary distribution of Tamaya. Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/d5467e59 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/d5467e59 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/d5467e59 Branch: refs/heads/master Commit: d5467e595076911babe776bcfbcee7d47f407b13 Parents: 627c71a Author: Oliver B. Fischer <[email protected]> Authored: Tue May 9 22:41:31 2017 +0200 Committer: Oliver B. Fischer <[email protected]> Committed: Tue May 9 22:41:31 2017 +0200 ---------------------------------------------------------------------- distribution/pom.xml | 14 --- .../src/main/assembly/distribution-bin.xml | 89 -------------------- 2 files changed, 103 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/d5467e59/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/pom.xml b/distribution/pom.xml index 29a88ef..ce40103 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -167,20 +167,6 @@ under the License. </descriptors> </configuration> </execution> - <execution> - <id>attach-distribution-bin</id> - <phase>package</phase> - <goals> - <goal>single</goal> - </goals> - <configuration> - <appendAssemblyId>false</appendAssemblyId> - <finalName>apache-${project.artifactId}-${project.version}-bin</finalName> - <descriptors> - <descriptor>src/main/assembly/distribution-bin.xml</descriptor> - </descriptors> - </configuration> - </execution> </executions> </plugin> </plugins> http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/d5467e59/distribution/src/main/assembly/distribution-bin.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/assembly/distribution-bin.xml b/distribution/src/main/assembly/distribution-bin.xml deleted file mode 100644 index 2f09f12..0000000 --- a/distribution/src/main/assembly/distribution-bin.xml +++ /dev/null @@ -1,89 +0,0 @@ -<!-- -Licensed to the Apache Software Foundation (ASF) under one -or more contributor license agreements. See the NOTICE file -distributed with this work for additional information -regarding copyright ownership. The ASF licenses this file -to you under the Apache License, Version 2.0 (the -"License"); you may not use this file except in compliance -with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, -software distributed under the License is distributed on an -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -KIND, either express or implied. See the License for the -specific language governing permissions and limitations -under the License. ---> -<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.0.0 - http://maven.apache.org/xsd/assembly-2.0.0.xsd"> - - <id>distribution-bin</id> - <formats> - <format>dir</format> - <format>zip</format> - <format>tar.gz</format> - </formats> - - <dependencySets> - <dependencySet> - <outputDirectory>java/lib</outputDirectory> - <includes> - <include>org.apache.tamaya:tamaya-api</include> - <include>org.apache.tamaya:tamaya-core</include> - </includes> - <excludes> - <exclude>*:*:*:sources</exclude> - <exclude>*:*:*:javadoc</exclude> - </excludes> - </dependencySet> - <dependencySet> - <outputDirectory>java/sources</outputDirectory> - <includes> - <include>org.apache.tamaya:tamaya-api:*:sources</include> - <include>org.apache.tamaya:tamaya-core:*:sources</include> - </includes> - </dependencySet> - <dependencySet> - <outputDirectory>java/javadoc</outputDirectory> - <includes> - <include>org.apache.tamaya:tamaya-api:*:javadoc</include> - <include>org.apache.tamaya:tamaya-core:*:javadoc</include> - </includes> - </dependencySet> - - </dependencySets> - - <fileSets> - <fileSet> - <outputDirectory>/</outputDirectory> - <directory>${project.build.directory}/generated-documentation/apache-tamaya-docs-${project.version}</directory> - </fileSet> - <fileSet> - <outputDirectory>/docs</outputDirectory> - <directory>${project.basedir}/src/main/assembly</directory> - <includes> - <include>index.html</include> - </includes> - </fileSet> - <fileSet> - <directory>${project.parent.basedir}</directory> - - <excludes> - <exclude>**/target/**</exclude> - </excludes> - - <includes> - <include>DISCLAIMER</include> - <include>NOTICE</include> - <include>LICENSE</include> - </includes> - <outputDirectory>/</outputDirectory> - </fileSet> - </fileSets> - - -</assembly>
