MAHOUT-1570: fixed maven issue
Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/c72698ac Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/c72698ac Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/c72698ac Branch: refs/heads/flink-binding Commit: c72698aca16368c4f16d5181fbdd3db6314c04e3 Parents: 78c9ac2 Author: Alexey Grigorev <[email protected]> Authored: Tue Oct 6 09:34:08 2015 +0200 Committer: Alexey Grigorev <[email protected]> Committed: Tue Oct 6 09:54:48 2015 +0200 ---------------------------------------------------------------------- flink/pom.xml | 21 --------------------- 1 file changed, 21 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/c72698ac/flink/pom.xml ---------------------------------------------------------------------- diff --git a/flink/pom.xml b/flink/pom.xml index 9ed599d..edaf3f2 100644 --- a/flink/pom.xml +++ b/flink/pom.xml @@ -99,27 +99,6 @@ </execution> </executions> </plugin> - - <!-- create an all dependencies job.jar --> - <!-- todo: before release we need a better way to do this MAHOUT-1636 --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-assembly-plugin</artifactId> - <executions> - <execution> - <id>dependency-reduced</id> - <phase>package</phase> - <goals> - <goal>single</goal> - </goals> - <configuration> - <descriptors> - <descriptor>src/main/assembly/dependency-reduced.xml</descriptor> - </descriptors> - </configuration> - </execution> - </executions> - </plugin> </plugins> </build>
