generated from opensearch-project/opensearch-plugin-template-java
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removing "leftovers" from the plugin template.
There were some `Rename*` files/classes, this commit is removing them. However, this step was not straightforward. TL;DR I had the keep the integration test in `test` folder and disabled the testingConvention task. I also had to change test testPluginInstalled a bit because the name of the plugin does no seem to be consistent and in some cases it equals to a class name (upstream ticket will be opened). Closes #190 Signed-off-by: Lukáš Vlček <[email protected]>
- Loading branch information
1 parent
398eac2
commit 0782a53
Showing
5 changed files
with
40 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 0 additions & 17 deletions
17
src/main/java/org/opensearch/plugin/prometheus/RenamePlugin.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 0 additions & 14 deletions
14
src/test/java/org/opensearch/plugin/prometheus/RenameTests.java
This file was deleted.
Oops, something went wrong.