diff --git a/dndcharacterbuilder/.editorconfig b/dndcharacterbuilder/.editorconfig deleted file mode 100644 index 1f494b0..0000000 --- a/dndcharacterbuilder/.editorconfig +++ /dev/null @@ -1,17 +0,0 @@ -# Editor configuration, see http://editorconfig.org -root = true - -[*] -charset = utf-8 -indent_style = space -indent_size = 2 -insert_final_newline = true -trim_trailing_whitespace = true -max_line_length = 80 - -[*.sh] -end_of_line = lf - -[*.java] -indent_size = 4 -max_line_length = 120 diff --git a/dndcharacterbuilder/pom.xml b/dndcharacterbuilder/pom.xml deleted file mode 100644 index 2a209fe..0000000 --- a/dndcharacterbuilder/pom.xml +++ /dev/null @@ -1,173 +0,0 @@ - - 4.0.0 - com.builder - dndcharacterbuilder - 10 - - 1.8 - 1.8 - UTF-8 - 5.6.0 - 3.0.0-M3 - 3.1.2 - 8.45.1 - 3.0.0-M5 - 0.8.4 - 3.0.0 - - 0% - 0% - 20 - 5 - - - - org.junit.jupiter - junit-jupiter-api - ${junit.version} - test - - - org.junit.jupiter - junit-jupiter-engine - ${junit.version} - test - - - - - - org.apache.maven.plugins - maven-enforcer-plugin - ${maven-enforcer-plugin.version} - - - - enforce - - - - - 3.6.3 - - - true - - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - ${maven-checkstyle-plugin.version} - - - com.puppycrawl.tools - checkstyle - ${checkstyle.version} - - - com.github.ngeor - checkstyle-rules - 4.9.3 - - - - com/github/ngeor/checkstyle.xml - true - ${skipTests} - - - - checkstyle - validate - - check - - - - - - org.apache.maven.plugins - maven-surefire-plugin - ${maven-surefire-plugin.version} - - - org.jacoco - jacoco-maven-plugin - ${jacoco-maven-plugin.version} - - - pre-unit-test - - prepare-agent - - - - post-unit-test - test - - report - - - - check-unit-test - test - - check - - - ${project.build.directory}/jacoco.exec - - - BUNDLE - - - INSTRUCTION - COVEREDRATIO - ${jacoco.unit-tests.limit.instruction-ratio} - - - BRANCH - COVEREDRATIO - ${jacoco.unit-tests.limit.branch-ratio} - - - - - CLASS - - - COMPLEXITY - TOTALCOUNT - ${jacoco.unit-tests.limit.class-complexity} - - - - - METHOD - - - COMPLEXITY - TOTALCOUNT - ${jacoco.unit-tests.limit.method-complexity} - - - - - - - - - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - ${maven-javadoc-plugin.version} - - - - diff --git a/dndcharacterbuilder/src/test/java/com/builder/AppTest.java b/dndcharacterbuilder/src/test/java/com/builder/AppTest.java deleted file mode 100644 index d81e15c..0000000 --- a/dndcharacterbuilder/src/test/java/com/builder/AppTest.java +++ /dev/null @@ -1,18 +0,0 @@ -package com.builder; - -import org.junit.jupiter.api.Test; - -import static org.junit.jupiter.api.Assertions.assertEquals; - -/** - * Unit test for simple App. - */ -class AppTest { - /** - * Rigorous Test. - */ - @Test - void testApp() { - assertEquals(1, 1); - } -} diff --git a/dndcharacterbuilder/target/test-classes/com/builder/AppTest.class b/dndcharacterbuilder/target/test-classes/com/builder/AppTest.class deleted file mode 100644 index 66bce2e..0000000 Binary files a/dndcharacterbuilder/target/test-classes/com/builder/AppTest.class and /dev/null differ