From 3e3576c3a6b1bb223a2e13b83091b0cab8fd0b35 Mon Sep 17 00:00:00 2001 From: Ralph Soika Date: Mon, 5 Jun 2023 09:11:13 +0200 Subject: [PATCH] project organisation --- README.md | 2 +- imixs-jwt/pom.xml | 7 ++- imixs-oidc-payara5/README.md | 6 +++ imixs-oidc-payara5/pom.xml | 7 ++- pom.xml | 90 ++++++++++++++++++++++++++++++++++++ 5 files changed, 107 insertions(+), 5 deletions(-) create mode 100644 pom.xml diff --git a/README.md b/README.md index d8f741a..ad77e1c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Imixs Security -This is an side project form Imixs-Workflow providing different security solutions and libraries to be used to protect enterprise applications. +Imixs-Security is a side project form Imixs-Workflow providing different security solutions and libraries to be used to protect enterprise applications. Most libraries are based on Jakarta EE but some of them can also be used standalone in a Java SE application. This project is licensed unter the Eclipse Public License if not mentioned otherwise. You are invited to join the project. If you have questions just open a new issue. ## Imixs-JWT diff --git a/imixs-jwt/pom.xml b/imixs-jwt/pom.xml index 48d2201..faa20ba 100644 --- a/imixs-jwt/pom.xml +++ b/imixs-jwt/pom.xml @@ -1,9 +1,12 @@ + + imixs-security + org.imixs.security + 2.0.0-SNAPSHOT + 4.0.0 - org.imixs.jwt imixs-jwt Imixs-JWT - 2.0.0-SNAPSHOT diff --git a/imixs-oidc-payara5/README.md b/imixs-oidc-payara5/README.md index b5d1d20..ffc8baa 100644 --- a/imixs-oidc-payara5/README.md +++ b/imixs-oidc-payara5/README.md @@ -198,3 +198,9 @@ After you have configured the library and deployed your application you can requ https://localhost:8181/api/oidc/debug This information can be helpful to analyze tokens and Claims returned by the OpenID provider. + +# Build from Sources + +To build the library form sources you can run the maven command: + + $ mvn clean install diff --git a/imixs-oidc-payara5/pom.xml b/imixs-oidc-payara5/pom.xml index 3d60494..d825db2 100644 --- a/imixs-oidc-payara5/pom.xml +++ b/imixs-oidc-payara5/pom.xml @@ -1,9 +1,12 @@ + + imixs-security + org.imixs.security + 2.0.0-SNAPSHOT + 4.0.0 - org.imixs.security imixs-oidc-payara5 Imixs-OIDC Payara5 - 1.0.0-SNAPSHOT diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..88e28b6 --- /dev/null +++ b/pom.xml @@ -0,0 +1,90 @@ + + 4.0.0 + org.imixs.security + imixs-security + Imixs Security + pom + 2.0.0-SNAPSHOT + + + imixs-jwt + imixs-oidc-payara5 + + + + + + Imixs-Security is a side project form Imixs-Workflow providing different security solutions and libraries to be used to protect enterprise applications. + + + https://github.com/imixs/imixs-security + + Imixs Software Solutions GmbH + http://www.imixs.com + + 2023 + + + + rsoika + Ralph Soika + ralph.soika@imixs.com + http://blog.imixs.org/ + Imixs Software Solutions GmbH + http://www.imixs.com + + developer + testing + + 2 + + + + + + scm:git:git@github.com:imixs/imixs-security.git + scm:git:git@github.com:imixs/imixs-security.git + https://github.com/imixs/imixs-security/ + HEAD + + + + GitHub + https://github.com/imixs/imixs-security/issues + + + + + + + + + Eclipse Public License - v 2.0 + https://www.eclipse.org/legal/epl-2.0/ + repo + All the results of thi project are subject to the Eclipse Public License - v 2.0 licensing model. + + + + + + + + + + + + + + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + \ No newline at end of file