Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
Add repository section to POM
Browse files Browse the repository at this point in the history
  • Loading branch information
agarciadom committed Dec 2, 2024
1 parent 9617358 commit efbc6dd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.jar
15 changes: 13 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,24 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
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">
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">
<modelVersion>4.0.0</modelVersion>

<groupId>org.eclipse.epsilon.labs.playground</groupId>
<artifactId>playground-docker</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>

<repositories>
<repository>
<id>github</id>
<name>GitHub Epsilon Labs Playground Micronaut Apache Maven Packages</name>
<url>https://maven.pkg.github.com/epsilonlabs/playground-micronaut</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>17</java.version>
Expand Down

0 comments on commit efbc6dd

Please sign in to comment.