diff --git a/runelite-plugin-archetype/runelite-plugin-archetype.gradle.kts b/runelite-plugin-archetype/runelite-plugin-archetype.gradle.kts deleted file mode 100644 index 21b29f0405..0000000000 --- a/runelite-plugin-archetype/runelite-plugin-archetype.gradle.kts +++ /dev/null @@ -1,26 +0,0 @@ -/* - * Copyright (c) 2019 Owain van Brakel - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * 1. Redistributions of source code must retain the above copyright notice, this - * list of conditions and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyright notice, - * this list of conditions and the following disclaimer in the documentation - * and/or other materials provided with the distribution. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND - * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE - * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR - * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES - * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; - * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND - * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS - * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - -description = "RuneLite Plugin Archetype" diff --git a/runelite-plugin-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml b/runelite-plugin-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml deleted file mode 100644 index b67d8cde67..0000000000 --- a/runelite-plugin-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - src/main/java - - **/*.java - - - - diff --git a/runelite-plugin-archetype/src/main/resources/archetype-resources/pom.xml b/runelite-plugin-archetype/src/main/resources/archetype-resources/pom.xml deleted file mode 100644 index 11882b973e..0000000000 --- a/runelite-plugin-archetype/src/main/resources/archetype-resources/pom.xml +++ /dev/null @@ -1,56 +0,0 @@ - - - 4.0.0 - \${groupId} - \${artifactId} - \${version} - jar - - - UTF-8 - 1.8 - 1.8 - - - - - runelite - RuneLite - http://repo.runelite.net - - - - - - net.runelite - client - ${project.version} - provided - - - - - - - org.apache.maven.plugins - maven-antrun-plugin - 1.8 - - - install - - - - - - - run - - - - - - - diff --git a/runelite-plugin-archetype/src/test/resources/projects/compilationtest/archetype.properties b/runelite-plugin-archetype/src/test/resources/projects/compilationtest/archetype.properties deleted file mode 100644 index ace9df8523..0000000000 --- a/runelite-plugin-archetype/src/test/resources/projects/compilationtest/archetype.properties +++ /dev/null @@ -1,5 +0,0 @@ -sourceEncoding=UTF-8 -groupId=org.example.runelite -artifactId=exampleplugin -version=1.0.0-SNAPSHOT -package=org.example.runelite.exampleplugin \ No newline at end of file diff --git a/runelite-plugin-archetype/src/test/resources/projects/compilationtest/goal.txt b/runelite-plugin-archetype/src/test/resources/projects/compilationtest/goal.txt deleted file mode 100644 index 0b5987362f..0000000000 --- a/runelite-plugin-archetype/src/test/resources/projects/compilationtest/goal.txt +++ /dev/null @@ -1 +0,0 @@ -verify diff --git a/settings.gradle.kts b/settings.gradle.kts index 96e450174e..40e52014a1 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -47,7 +47,6 @@ include(":runelite-client") include(":runelite-mixins") include(":injected-client") include(":injection-annotations") -include(":runelite-plugin-archetype") include(":wiki-scraper") include(":openosrs-injector")