This is an automated email from the ASF dual-hosted git repository.
qiaojialin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new ac0af88 Remove duplicate declaration of plugin
org.apache.maven.plugins:maven-assembly-plugin in tsfile model (#1852)
ac0af88 is described below
commit ac0af883797559cdaf91604058b0644708dd1725
Author: Lsk <[email protected]>
AuthorDate: Sun Oct 25 23:58:18 2020 +0800
Remove duplicate declaration of plugin
org.apache.maven.plugins:maven-assembly-plugin in tsfile model (#1852)
Co-authored-by: 刘尚堃 <[email protected]>
---
tsfile/pom.xml | 20 --------------------
1 file changed, 20 deletions(-)
diff --git a/tsfile/pom.xml b/tsfile/pom.xml
index 4ce12cb..a71fa35 100644
--- a/tsfile/pom.xml
+++ b/tsfile/pom.xml
@@ -144,26 +144,6 @@
<skipITs>${tsfile.it.skip}</skipITs>
</configuration>
</plugin>
- <plugin>
- <artifactId>maven-assembly-plugin</artifactId>
- <version>3.1.0</version>
- <configuration>
- <descriptorRefs>
- <descriptorRef>jar-with-dependencies</descriptorRef>
- </descriptorRefs>
- </configuration>
- <executions>
- <execution>
- <id>make-assembly</id>
- <!-- this is used for inheritance merges -->
- <phase>package</phase>
- <!-- bind to the packaging phase -->
- <goals>
- <goal>single</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
</plugins>
</build>
<profiles>