add base project pom

This commit is contained in:
SemvdH
2025-11-09 23:34:42 +01:00
parent 6fa5dde5e2
commit 1c073b1b14
9 changed files with 174 additions and 9 deletions

View File

@@ -6,6 +6,7 @@
<groupId>nl.interestingcorner.coordinates</groupId>
<artifactId>ic_plugin_coordinates</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>ic_plugin_coordinates</name>
<!-- FIXME change it to the project's website -->
@@ -30,6 +31,12 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>nl.interestingcorner.core</groupId>
<artifactId>ic_plugin_core</artifactId>
<version>1.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
</dependencyManagement>