[java-idp-testbed] branch master updated: Change name to idp-jetty-base from idp-example-jetty-base
Tom Zeller
tzeller at dragonacea.biz
Tue Jul 12 15:32:32 EDT 2016
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch master
in repository java-idp-testbed.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-testbed.git;a=commit;h=97af463fc7a8cdd0c3869a678c134eed3ff2a7e8
The following commit(s) were added to refs/heads/master by this push:
new 97af463 Change name to idp-jetty-base from idp-example-jetty-base
97af463 is described below
commit 97af463fc7a8cdd0c3869a678c134eed3ff2a7e8
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue Jul 12 14:31:20 2016 -0500
Change name to idp-jetty-base from idp-example-jetty-base
---
pom.xml | 8 ++++----
src/main/java/Main.java | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index b844289..90d24ee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,7 +16,7 @@
<properties>
<idp.groupId>net.shibboleth.idp</idp.groupId>
<idp.version>3.3.0-SNAPSHOT</idp.version>
- <idp-example-jetty-base.version>9.2.0-SNAPSHOT</idp-example-jetty-base.version>
+ <idp-jetty-base.version>9.2.0-SNAPSHOT</idp-jetty-base.version>
<opensaml.groupId>org.opensaml</opensaml.groupId>
<opensaml.version>3.3.0-SNAPSHOT</opensaml.version>
<spring-extensions.version>5.3.0-SNAPSHOT</spring-extensions.version>
@@ -198,9 +198,9 @@
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>net.shibboleth.idp.example</groupId>
- <artifactId>idp-example-jetty-base</artifactId>
- <version>${idp-example-jetty-base.version}</version>
+ <groupId>net.shibboleth.idp</groupId>
+ <artifactId>idp-jetty-base</artifactId>
+ <version>${idp-jetty-base.version}</version>
<scope>provided</scope>
<type>tar.gz</type>
</dependency>
diff --git a/src/main/java/Main.java b/src/main/java/Main.java
index e97c7e1..a4a6674 100644
--- a/src/main/java/Main.java
+++ b/src/main/java/Main.java
@@ -51,10 +51,10 @@ public class Main {
// Set idp.webflows to "classpath*:/flows" so user flows in multiple locations can be found.
System.setProperty("idp.webflows", "classpath*:/flows");
- // Determine path to jetty-base in the idp-example-jetty-base project.
+ // Determine path to jetty-base in the idp-jetty-base project.
final Path pathToJettyBase =
Paths.get(Paths.get("").toAbsolutePath().getParent().toAbsolutePath().toString(),
- "java-idp-example-jetty-base", "src", "main", "resources", "jetty-base");
+ "java-idp-jetty-base", "src", "main", "resources", "jetty-base");
// Create Jetty configuration from jetty-base/etc/jetty.xml in the idp-distribution module.
final Path pathToJettyXML = pathToJettyBase.resolve(Paths.get("etc", "jetty.xml"));
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list