ACCUMULO-2625 Remove build warnings for 1.4
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/4d53f2e5 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/4d53f2e5 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/4d53f2e5 Branch: refs/heads/1.6.0-SNAPSHOT Commit: 4d53f2e5513f944e220fffbaa603a0e460760fdb Parents: 7461ed9 Author: Christopher Tubbs <ctubb...@apache.org> Authored: Fri Apr 18 12:26:02 2014 -0400 Committer: Christopher Tubbs <ctubb...@apache.org> Committed: Fri Apr 18 12:26:02 2014 -0400 ---------------------------------------------------------------------- pom.xml | 6 +++--- src/core/pom.xml | 4 ---- 2 files changed, 3 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/4d53f2e5/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 87c50b9..615d0bf 100644 --- a/pom.xml +++ b/pom.xml @@ -496,7 +496,7 @@ <goal>jdeb</goal> </goals> <configuration> - <deb>${project.build.directory}/${artifactId}_${project.version}.deb</deb> + <deb>${project.build.directory}/${project.artifactId}_${project.version}.deb</deb> <attach>false</attach> <controlDir>src/packages/deb/accumulo</controlDir> <installDir>/usr/lib/accumulo</installDir> @@ -592,7 +592,7 @@ <attach>false</attach> <controlDir>src/packages/deb/accumulo-native</controlDir> <installDir>/usr/lib/accumulo</installDir> - <deb>${project.build.directory}/${artifactId}-native_${project.version}-${os.arch}.deb</deb> + <deb>${project.build.directory}/${project.artifactId}-native_${project.version}-${os.arch}.deb</deb> <dataSet> <data> <src>src/server/src/main/c++</src> @@ -632,7 +632,7 @@ <attach>false</attach> <controlDir>src/packages/deb/accumulo-test</controlDir> <installDir>/usr/lib/accumulo</installDir> - <deb>${project.build.directory}/${artifactId}-test_${project.version}-${os.arch}.deb</deb> + <deb>${project.build.directory}/${project.artifactId}-test_${project.version}-${os.arch}.deb</deb> <dataSet> <data> <src>test</src> http://git-wip-us.apache.org/repos/asf/accumulo/blob/4d53f2e5/src/core/pom.xml ---------------------------------------------------------------------- diff --git a/src/core/pom.xml b/src/core/pom.xml index b310764..7b5ff02 100644 --- a/src/core/pom.xml +++ b/src/core/pom.xml @@ -172,10 +172,6 @@ <artifactId>libthrift</artifactId> </dependency> <dependency> - <groupId>org.apache.accumulo</groupId> - <artifactId>cloudtrace</artifactId> - </dependency> - <dependency> <groupId>jline</groupId> <artifactId>jline</artifactId> </dependency>