Add base core plugin

This commit is contained in:
SemvdH
2025-11-09 22:51:52 +01:00
parent f4ea8886b8
commit e3b91443ba
3 changed files with 7 additions and 3 deletions

View File

@@ -3,13 +3,13 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>nl.interestingcorner</groupId> <groupId>nl.interestingcorner.core</groupId>
<artifactId>ic_plugin_core</artifactId> <artifactId>ic_plugin_core</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<name>ic_plugin_core</name> <name>ic_plugin_core</name>
<!-- FIXME change it to the project's website --> <!-- FIXME change it to the project's website -->
<url>http://www.example.com</url> <url>https://interesting-corner.nl</url>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

View File

@@ -1,4 +1,4 @@
package nl.interestingcorner; package nl.interestingcorner.core;
/** /**
* Hello world! * Hello world!

View File

@@ -0,0 +1,4 @@
main: nl.interestingcorner.core.App
name: IC-core
version: 0.1
api-version: 1.21