[java-idp-plugin-duo] 02/15: First commit of base project

Phil Smart philip.smart at jisc.ac.uk
Tue Jul 14 14:28:58 UTC 2020


This is an automated email from the git hooks/post-receive script.

philsmart pushed a commit to branch master
in repository java-idp-plugin-duo.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-duo.git;a=commit;h=d1a3cfc742e0b2fcf7d969d1a47a2fee76a7f3c1

commit d1a3cfc742e0b2fcf7d969d1a47a2fee76a7f3c1
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Wed Apr 22 12:03:29 2020 +0100

    First commit of base project
---
 .gitignore              |  2 ++
 idp-duo-api/.gitignore  |  2 ++
 idp-duo-api/pom.xml     |  9 +++++++++
 idp-duo-impl/.gitignore |  2 ++
 idp-duo-impl/pom.xml    |  9 +++++++++
 pom.xml                 | 17 +++++++++++++++++
 6 files changed, 41 insertions(+)

diff --git a/.gitignore b/.gitignore
index 01ee37b..823af2a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,5 @@
 .classpath/
 .settings/
 .project/
+.classpath
+.project
diff --git a/idp-duo-api/.gitignore b/idp-duo-api/.gitignore
new file mode 100644
index 0000000..b322941
--- /dev/null
+++ b/idp-duo-api/.gitignore
@@ -0,0 +1,2 @@
+/target
+/test-output
diff --git a/idp-duo-api/pom.xml b/idp-duo-api/pom.xml
new file mode 100644
index 0000000..804af35
--- /dev/null
+++ b/idp-duo-api/pom.xml
@@ -0,0 +1,9 @@
+<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">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>net.shibboleth.extensions.authn</groupId>
+    <artifactId>idp-duo-parent</artifactId>
+    <version>0.0.1-SNAPSHOT</version>
+  </parent>
+  <artifactId>idp-duo-api</artifactId>
+</project>
\ No newline at end of file
diff --git a/idp-duo-impl/.gitignore b/idp-duo-impl/.gitignore
new file mode 100644
index 0000000..b322941
--- /dev/null
+++ b/idp-duo-impl/.gitignore
@@ -0,0 +1,2 @@
+/target
+/test-output
diff --git a/idp-duo-impl/pom.xml b/idp-duo-impl/pom.xml
new file mode 100644
index 0000000..b442121
--- /dev/null
+++ b/idp-duo-impl/pom.xml
@@ -0,0 +1,9 @@
+<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">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>net.shibboleth.extensions.authn</groupId>
+    <artifactId>idp-duo-parent</artifactId>
+    <version>0.0.1-SNAPSHOT</version>
+  </parent>
+  <artifactId>idp-duo-impl</artifactId>
+</project>
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
new file mode 100644
index 0000000..646108a
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,17 @@
+<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">
+  
+  
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>net.shibboleth.extensions.authn</groupId>
+  <artifactId>idp-duo-parent</artifactId>
+  <version>0.0.1-SNAPSHOT</version>
+  <name>Shibbileth IdP v4 Duo AuthN Parent</name>
+  <packaging>pom</packaging>
+  
+  
+  <modules>
+      <module>idp-duo-api</module>
+      <module>idp-duo-impl</module>
+  </modules>
+  
+</project>
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list