Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix issue 500 #508

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions iotdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,21 +91,6 @@
<target>${compile.version}</target>
<encoding>UTF-8</encoding>
</configuration>
<!-- compile java files in src/it/java -->
<executions>
<execution>
<id>compile-integration-test</id>
<phase>pre-integration-test</phase>
<goals>
<goal>testCompile</goal>
</goals>
<configuration>
<testIncludes>
<testInclude>**/*.java</testInclude>
</testIncludes>
</configuration>
</execution>
</executions>
</plugin>

<plugin>
Expand Down
3 changes: 0 additions & 3 deletions iotdb/src/main/resources/META-INF/MANIFEST.MF

This file was deleted.

18 changes: 0 additions & 18 deletions jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,24 +53,6 @@

<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.0.0</version>
<executions>
<execution>
<phase>generate-sources</phase>
<goals>
<goal>add-source</goal>
</goals>
<configuration>
<sources>
<source>interface/thrift</source>
</sources>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.1.0</version>
Expand Down
39 changes: 0 additions & 39 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2012 - 2016 YCSB contributors. All rights reserved. Licensed
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. See accompanying
LICENSE file. -->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
Expand All @@ -31,36 +22,6 @@
</license>
</licenses>

<developers>
<developer>
<name>Jianmin Wang</name>
<email>[email protected]</email>
<organization>School of Software, Tsinghua University</organization>
<organizationUrl>http://thss.tsinghua.edu.cn/publish/soften/index.html</organizationUrl>
</developer>
<developer>
<name>Xiangdong Huang</name>
</developer>
<developer>
<name>Rong Kang</name>
</developer>
<developer>
<name>Jinrui Zhang</name>
</developer>
<developer>
<name>Jialin Qiao</name>
</developer>
<developer>
<name>Yi Xu</name>
</developer>
<developer>
<name>Gaofei Cao</name>
</developer>
<developer>
<name>Kun Liu</name>
</developer>
</developers>

<scm>
<connection>scm:git:git://github.com/thulab/iotdb.git</connection>
<developerConnection>scm:git:ssh://github.com:thulab/iotdb.git</developerConnection>
Expand Down
Binary file removed spark/src/test/resources/test.tsfile
Binary file not shown.