Skip to content

Commit

Permalink
Remove unused code, config and pom.xml configuration (#3)
Browse files Browse the repository at this point in the history
- Remove unused Siddhi modules
  - modules/siddhi-service
  - modules/siddhi-samples
  - modules/siddhi-doc-gen
  - modules/siddhi-core/siddhi-core-doc-gen
  - coverage-reports
- Remove commented code from pom.xml
- Remove unused codestyle configuration
- Remove unused maven plugins
  • Loading branch information
bernd authored Jan 2, 2024
1 parent f35c71a commit b9d5574
Show file tree
Hide file tree
Showing 76 changed files with 8 additions and 6,546 deletions.
47 changes: 0 additions & 47 deletions checkstyle-suppressions.xml

This file was deleted.

83 changes: 0 additions & 83 deletions coverage-reports/pom.xml

This file was deleted.

211 changes: 0 additions & 211 deletions findbugs-exclude.xml

This file was deleted.

18 changes: 0 additions & 18 deletions issue_template.md

This file was deleted.

5 changes: 0 additions & 5 deletions modules/siddhi-annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,4 @@
</plugin>
</plugins>
</build>

<properties>
<mavan.findbugsplugin.exclude.file>../../findbugs-exclude.xml</mavan.findbugsplugin.exclude.file>
</properties>

</project>
9 changes: 0 additions & 9 deletions modules/siddhi-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,15 +126,6 @@
</suiteXmlFiles>
</configuration>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
</plugin>
</plugins>
</build>

<properties>
<mavan.findbugsplugin.exclude.file>../../findbugs-exclude.xml</mavan.findbugsplugin.exclude.file>
</properties>

</project>
Loading

0 comments on commit b9d5574

Please sign in to comment.