Skip to content

Commit e6f2bd2

Browse files
authored
POM updates for new integration tests and other clean-ups. (#1581)
* Connect new integration tests, remove build-tools module, remove unnecessary files * Add missing property * Resolve Checkstyle issues * Create profile for new integration tests * Remove properties interferring with coverage * Add javadoc
1 parent d4945b5 commit e6f2bd2

File tree

65 files changed

+511
-887
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+511
-887
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</module>
4242

4343
<module name="RegexpHeader">
44-
<property name="headerFile" value="build-tools/src/main/resources/weblogic-kubernetes-operator/checkstyle/java.header"/>
44+
<property name="headerFile" value="build-tools/checkstyle/java.header"/>
4545
<property name="fileExtensions" value="java"/>
4646
</module>
4747

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0"?>
2+
3+
<!DOCTYPE suppressions PUBLIC
4+
"-//Puppy Crawl//DTD Suppressions 1.1//EN"
5+
"http://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
6+
7+
<suppressions>
8+
<!-- There's nothing wrong with these - ignore them b/c they generate noise -->
9+
<suppress checks="AbbreviationAsWordInName" files=".*"/>
10+
11+
<suppress checks="VariableDeclarationUsageDistanceCheck" files=".*"/>
12+
</suppressions>

build-tools/pom.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

build-tools/src/main/resources/weblogic-kubernetes-operator/checkstyle/suppressions.xml

Lines changed: 0 additions & 17 deletions
This file was deleted.

build/kube.config

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)