Skip to content

[IOTDB-897] Remove duplicate maven plugin in module tsfile and website#1737

Closed
yuqi1129 wants to merge 1 commit intoapache:masterfrom
yuqi1129:IOTDB-897
Closed

[IOTDB-897] Remove duplicate maven plugin in module tsfile and website#1737
yuqi1129 wants to merge 1 commit intoapache:masterfrom
yuqi1129:IOTDB-897

Conversation

@yuqi1129
Copy link
Contributor

No description provided.

Copy link
Member

@jixuan1989 jixuan1989 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

have you tried to run on the modified codebase (especially for the site module)?

</distributionManagement>
<build>
<plugins>
<!-- copy source codes into vue required folders-->
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, why you thought this is duplicated...
have you tried mvn package -pl site -P site ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are right, i mistake it

</archive>
</configuration>
</plugin>
<plugin>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this plugin is for generating hadoop-tsfile-0.11.0-SNAPSHOT-jar-with-dependencies.jar file, which includes all dependencies for using hdfs and tsfile.
If the user uses maven, indeed it is useless, but for users who are not use maven, I think it is useful (or someone who uses maven but there are version conflicts for hadoop dependencies).

So, I have no idea about whether to remove this plugin? either is ok.

What do you think?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, if hadoop-tsfile-0.11.0-SNAPSHOT-jar-with-dependencies.jar is needed somewhere, i do think there is no enough reason to remove it.

Thanks for your kindly review~

<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>tsfile</artifactId>
<version>0.11.0-SNAPSHOT</version>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@yuqi1129
Copy link
Contributor Author

This pull pull is mark as invalid, close it

@yuqi1129 yuqi1129 closed this Sep 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants