Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
temporary staging
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
  • Loading branch information
lukasj committed Nov 6, 2018
1 parent b062a1a commit 8fbc44d
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions appserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1002,4 +1002,31 @@
</modules>
</profile>
</profiles>

<repositories>
<repository>
<id>jvnet-nexus-staging</id>
<name>Java.net Staging Repository</name>
<url>https://maven.java.net/content/repositories/staging/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>jvnet-nexus-staging</id>
<name>Java.net Staging Repository</name>
<url>https://maven.java.net/content/repositories/staging/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
</project>

0 comments on commit 8fbc44d

Please sign in to comment.