-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove private repos and fix bungee chat
- Loading branch information
1 parent
7ce00f3
commit 584dfbd
Showing
2 changed files
with
38 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters