Repository: incubator-blur Updated Branches: refs/heads/master 0e61cd404 -> f677e0966
Removing assembly def in pom. Not needed. Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/8ffd2a5c Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/8ffd2a5c Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/8ffd2a5c Branch: refs/heads/master Commit: 8ffd2a5c5649dad944771dfdced914a81b042d31 Parents: 0e61cd4 Author: Aaron McCurry <[email protected]> Authored: Mon Jan 26 07:10:05 2015 -0500 Committer: Aaron McCurry <[email protected]> Committed: Mon Jan 26 07:10:05 2015 -0500 ---------------------------------------------------------------------- blur-command/pom.xml | 18 ------------------ 1 file changed, 18 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/8ffd2a5c/blur-command/pom.xml ---------------------------------------------------------------------- diff --git a/blur-command/pom.xml b/blur-command/pom.xml index 066ddeb..51013e6 100644 --- a/blur-command/pom.xml +++ b/blur-command/pom.xml @@ -152,24 +152,6 @@ under the License. </execution> </executions> </plugin> - <plugin> - <artifactId>maven-assembly-plugin</artifactId> - <configuration> - <descriptorRefs> - <descriptorRef>jar-with-dependencies</descriptorRef> - </descriptorRefs> - </configuration> - - <executions> - <execution> - <id>make-assembly</id> - <phase>package</phase> - <goals> - <goal>attached</goal> - </goals> - </execution> - </executions> - </plugin> </plugins> </pluginManagement> </build>
