From efbc6dddd6cfab4d7a8e60b8bc3b03da2a5b2139 Mon Sep 17 00:00:00 2001 From: Antonio Garcia-Dominguez Date: Mon, 2 Dec 2024 18:12:54 +0000 Subject: [PATCH] Add repository section to POM --- .gitignore | 1 + pom.xml | 15 +++++++++++++-- 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d392f0e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.jar diff --git a/pom.xml b/pom.xml index d556922..84d491b 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,6 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 org.eclipse.epsilon.labs.playground @@ -8,6 +8,17 @@ 1.0-SNAPSHOT pom + + + github + GitHub Epsilon Labs Playground Micronaut Apache Maven Packages + https://maven.pkg.github.com/epsilonlabs/playground-micronaut + + true + + + + UTF-8 17