Skip to content

Commit

Permalink
Remove private repos and fix bungee chat
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinLMayes committed Jul 15, 2017
1 parent 7ce00f3 commit 584dfbd
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 5 deletions.
33 changes: 33 additions & 0 deletions patches/api/0022-Add-PA-Repo.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
From 2b5638b7cf268d49615a86ff8214b39502ad20b1 Mon Sep 17 00:00:00 2001
From: Austin Mayes <[email protected]>
Date: Fri, 14 Jul 2017 22:46:17 -0500
Subject: [PATCH] Add PA Repo

---
pom.xml | 11 +++++++++++
1 file changed, 11 insertions(+)

diff --git a/pom.xml b/pom.xml
index 5448cf9..0c3fe9e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,6 +21,17 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

+ <repositories>
+ <repository>
+ <id>pa-snapshots</id>
+ <url>https://repo.extension.ws/content/repositories/snapshots</url>
+ </repository>
+ <repository>
+ <id>pa-releases</id>
+ <url>https://repo.extension.ws/content/repositories/releases</url>
+ </repository>
+ </repositories>
+
<!-- required until fixed plexus-compiler-eclipse is deployed -->
<pluginRepositories>
<pluginRepository>
--
2.6.4
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@
<packaging>pom</packaging>

<distributionManagement>
<repository>
<id>avicus-repo</id>
<url>https://repo.avicus.net/content/repositories/releases/</url>
</repository>
<snapshotRepository>
<id>avicus-repo</id>
<url>https://repo.avicus.net/content/repositories/snapshots-private/</url>
<url>https://repo.avicus.net/content/repositories/snapshots/</url>
</snapshotRepository>
</distributionManagement>

Expand All @@ -23,10 +27,6 @@
<id>avicus-public</id>
<url>https://repo.avicus.net/content/groups/private/</url>
</repository>
<repository>
<id>avicus-private</id>
<url>https://repo.avicus.net/content/groups/private/</url>
</repository>
</repositories>

<modules>
Expand Down

0 comments on commit 584dfbd

Please sign in to comment.