Repository: incubator-tamaya-extensions Updated Branches: refs/heads/master 742738a79 -> 0915075d3
Removed org.apache.maven.plugins:maven-dependency-plugin:unpack-dependencies. Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/commit/0915075d Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/0915075d Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/0915075d Branch: refs/heads/master Commit: 0915075d366a4fe07718935af169bac1e0683643 Parents: 742738a Author: Oliver B. Fischer <[email protected]> Authored: Tue Jul 11 00:10:14 2017 +0200 Committer: Oliver B. Fischer <[email protected]> Committed: Tue Jul 11 00:10:14 2017 +0200 ---------------------------------------------------------------------- distribution/pom.xml | 21 --------------------- 1 file changed, 21 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/0915075d/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/pom.xml b/distribution/pom.xml index 0acbc58..5e3b528 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -50,27 +50,6 @@ under the License. <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-dependency-plugin</artifactId> - <executions> - <execution> - <id>unpack-asciidoc</id> - <goals> - <goal>unpack-dependencies</goal> - </goals> - <phase>generate-resources</phase> - <configuration> - <outputDirectory>${project.build.directory}/generated-documentation</outputDirectory> - <includeTypes>zip</includeTypes> - <includeClassifiers>documentation</includeClassifiers> - <stripVersion>true</stripVersion> - <stripClassifier>true</stripClassifier> - </configuration> - </execution> - </executions> - </plugin> - - <plugin> - <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> <executions> <execution>
