From 84fc2981411abac4024e1737664d94619fbf2c03 Mon Sep 17 00:00:00 2001 From: godwin Date: Fri, 11 Mar 2016 17:53:38 +0530 Subject: [PATCH] Add repository management --- .gitignore | 11 +++++++- pom.xml | 81 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 91 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 32858aad..eeb67636 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,11 @@ *.class - +.classpath +.settings +.project +*.iml +*.iws +*.ipr +.idea # Mobile Tools for Java (J2ME) .mtj.tmp/ @@ -10,3 +16,6 @@ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* + +# Ignore everything in this directory +target diff --git a/pom.xml b/pom.xml index 22c21973..2ce5bebb 100644 --- a/pom.xml +++ b/pom.xml @@ -33,6 +33,87 @@ http://wso2.org + + https://github.com/wso2-extensions/identity-application-auth-oidc.git + scm:git:https://github.com/wso2-extensions/identity-application-auth-oidc.git + scm:git:https://github.com/wso2-extensions/identity-application-auth-oidc.git + HEAD + + + + + wso2-nexus + WSO2 internal Repository + http://maven.wso2.org/nexus/content/groups/wso2-public/ + + true + daily + ignore + + + + + wso2.releases + WSO2 internal Repository + http://maven.wso2.org/nexus/content/repositories/releases/ + + true + daily + ignore + + + + + wso2.snapshots + Apache Snapshot Repository + http://maven.wso2.org/nexus/content/repositories/snapshots/ + + true + daily + + + false + + + + + + + + wso2.releases + WSO2 internal Repository + http://maven.wso2.org/nexus/content/repositories/releases/ + + true + daily + ignore + + + + + wso2.snapshots + WSO2 Snapshot Repository + http://maven.wso2.org/nexus/content/repositories/snapshots/ + + true + daily + + + false + + + + wso2-nexus + WSO2 internal Repository + http://maven.wso2.org/nexus/content/groups/wso2-public/ + + true + daily + ignore + + + + components/org.wso2.carbon.identity.application.authenticator.oidc features/org.wso2.carbon.identity.application.authenticator.oidc.server.feature