From 252ca5f48e6fe4ce0f11a66ede41e7ab28cc16c8 Mon Sep 17 00:00:00 2001 From: Mike Wiesner Date: Thu, 3 Sep 2009 18:13:43 +0000 Subject: [PATCH] Added parent pom.xml --- pom.xml | 293 ++++++++++++++++++++++++ spring-security-kerberos-core/pom.xml | 177 ++------------ spring-security-kerberos-sample/pom.xml | 213 +++-------------- 3 files changed, 339 insertions(+), 344 deletions(-) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..d6558a8 --- /dev/null +++ b/pom.xml @@ -0,0 +1,293 @@ + + + 4.0.0 + org.springframework.security.extensions + spring-security-kerberos-parent + 1.0.0.CI-SNAPSHOT + Spring Security Kerberos parent + pom + + spring-security-kerberos-core + spring-security-kerberos-sample + + Spring Security Kerberos + + SpringSource, Inc + http://www.springsource.com/ + + 2009 + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + scm:svn:https://src.springframework.org/svn/se-security/trunk/spring-security-kerberos + scm:svn:https://src.springframework.org/svn/se-security/trunk/spring-security-kerberos + https://src.springframework.org/svn/se-security/trunk/spring-security-kerberos + + + jira + http://jira.springsource.org/browse/SES + + + + spring-milestone + Spring Milestone Repository + s3://maven.springframework.org/milestone + + + spring-snapshot + Spring Snapshot Repository + s3://maven.springframework.org/snapshot + + + local + Local Site Directory + file:///${user.dir}/site + + + + + + false + + + true + + com.springsource.repository.maven.snapshot + SpringSource Enterprise Bundle Maven Repository - SpringSource Snapshot Releases + http://maven.springframework.org/snapshot + + + + true + + + false + + com.springsource.repository.maven.milestone + Spring Framework Maven Milestone Releases (Maven Central Format) + http://maven.springframework.org/milestone + + + + + com.springsource.repository.bundles.release + SpringSource Enterprise Bundle Repository - SpringSource Bundle Releases + http://repository.springsource.com/maven/bundles/release + + + com.springsource.repository.bundles.external + SpringSource Enterprise Bundle Repository - External Bundle Releases + http://repository.springsource.com/maven/bundles/external + + + com.springsource.repository.bundles.milestone + SpringSource Enterprise Bundle Repository - External Bundle Milestones + http://repository.springsource.com/maven/bundles/milestone + + + + + Mike Wiesner + mwiesner + + SpringSource + + + + + + + org.springframework.build.aws + org.springframework.build.aws.maven + 2.0.0.RELEASE + + + + + + com.springsource.bundlor + com.springsource.bundlor.maven + 1.0.0.M5 + + + bundlor + package + + transform + + + + + + + + + org.apache.maven.plugins + maven-resources-plugin + 2.3 + + UTF-8 + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.4.2 + + + **/*Tests.class + + + **/Abstract* + + once + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.0.2 + + 1.6 + 1.6 + + + + org.apache.maven.plugins + maven-jar-plugin + 2.1 + + + + test-jar + + package + + + + + + org.apache.maven.plugins + maven-war-plugin + 2.0.2 + + + org.apache.maven.plugins + maven-assembly-plugin + 2.1 + + + org.apache.maven.plugins + maven-install-plugin + 2.2 + + + org.apache.maven.plugins + maven-deploy-plugin + 2.3 + + + org.apache.maven.plugins + maven-release-plugin + 2.0-beta-7 + + + https://src.springframework.org/svn/spring-security/tags + + + + + + org.apache.maven.plugins + maven-eclipse-plugin + 2.5.1 + + true + 2.0 + + + + org.apache.maven.plugins + maven-idea-plugin + 2.0 + + true + + + true + + + + + + + + + org.apache.maven.plugins + maven-surefire-report-plugin + 2.4.2 + + + + org.codehaus.mojo + cobertura-maven-plugin + 2.2 + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.5 + + true + true + + http://java.sun.com/javase/6/docs/api/ + + + + + + javadoc + + + + + + org.codehaus.mojo + taglist-maven-plugin + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.0.1 + + + + + + UTF-8 + UTF-8 + 6.1.18 + + diff --git a/spring-security-kerberos-core/pom.xml b/spring-security-kerberos-core/pom.xml index 4b211b8..1dada3c 100644 --- a/spring-security-kerberos-core/pom.xml +++ b/spring-security-kerberos-core/pom.xml @@ -1,73 +1,17 @@ - + 4.0.0 + + org.springframework.security.extensions + spring-security-kerberos-parent + 1.0.0.CI-SNAPSHOT + org.springframework.security.extensions spring-security-kerberos-core 1.0.0.CI-SNAPSHOT - Spring Security Kerberos + Spring Security Kerberos Core jar - - Spring Security Kerberos - - SpringSource, Inc - http://www.springsource.com/ - - 2009 - - - - The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - repo - - - - - scm:svn:https://src.springframework.org/svn/se-security/trunk/spring-security-kerberos - scm:svn:https://src.springframework.org/svn/se-security/trunk/spring-security-kerberos - https://src.springframework.org/svn/se-security/trunk/spring-security-kerberos - - - - jira - http://jira.springsource.org/browse/SES - - - - - - false - - - true - - com.springsource.repository.maven.snapshot - SpringSource Enterprise Bundle Maven Repository - SpringSource Snapshot Releases - http://maven.springframework.org/snapshot - - - - - true - - - false - - com.springsource.repository.maven.milestone - Spring Framework Maven Milestone Releases (Maven Central Format) - http://maven.springframework.org/milestone - - - - - - com.springsource.repository.maven.milestone - SpringSource Enterprise Bundle Repository - SpringSource Milestone Releases - http://repository.springsource.com/maven/bundles/milestone - - - + Spring Security Kerberos Core Mike Wiesner @@ -77,9 +21,6 @@ - - - junit @@ -109,105 +50,15 @@ 2.4 provided - - commons-logging - commons-logging - 1.1.1 - true - + + commons-logging + commons-logging + 1.1.1 + true + - - - - - org.apache.maven.plugins - maven-resources-plugin - 2.3 - - UTF-8 - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.4.2 - - - **/*Tests.class - - - **/Abstract* - - once - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.6 - 1.6 - - - - org.apache.maven.plugins - maven-jar-plugin - 2.1 - - - - test-jar - - package - - - - - org.apache.maven.plugins - maven-assembly-plugin - 2.1 - - - org.apache.maven.plugins - maven-install-plugin - 2.2 - - - org.apache.maven.plugins - maven-deploy-plugin - 2.3 - - - - org.apache.maven.plugins - maven-eclipse-plugin - 2.5.1 - - true - 2.0 - - - - org.apache.maven.plugins - maven-idea-plugin - 2.0 - - true - - - true - - - - - - - UTF-8 - UTF-8 3.0.0.M4 3.0.0.M2 - diff --git a/spring-security-kerberos-sample/pom.xml b/spring-security-kerberos-sample/pom.xml index c421343..e5335ce 100644 --- a/spring-security-kerberos-sample/pom.xml +++ b/spring-security-kerberos-sample/pom.xml @@ -1,85 +1,17 @@ - + 4.0.0 + + org.springframework.security.extensions + spring-security-kerberos-parent + 1.0.0.CI-SNAPSHOT + org.springframework.security.extensions spring-security-kerberos-sample 1.0.0.CI-SNAPSHOT Spring Security Kerberos Sample war - Spring Security Kerberos Sample - - SpringSource, Inc - http://www.springsource.com/ - - 2009 - - - - The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - repo - - - - - scm:svn:https://src.springframework.org/svn/se-security/trunk/spring-security-kerberos - scm:svn:https://src.springframework.org/svn/se-security/trunk/spring-security-kerberos - https://src.springframework.org/svn/se-security/trunk/spring-security-kerberos - - - - jira - http://jira.springsource.org/browse/SES - - - - - - false - - - true - - com.springsource.repository.maven.snapshot - SpringSource Enterprise Bundle Maven Repository - SpringSource Snapshot Releases - http://maven.springframework.org/snapshot - - - - - true - - - false - - com.springsource.repository.maven.milestone - Spring Framework Maven Milestone Releases (Maven Central Format) - http://maven.springframework.org/milestone - - - - - - com.springsource.repository.maven.milestone - SpringSource Enterprise Bundle Repository - SpringSource Milestone Releases - http://repository.springsource.com/maven/bundles/milestone - - - - - - Mike Wiesner - mwiesner - - SpringSource - - - - - - junit @@ -87,7 +19,6 @@ 4.6 test - javax.servlet servlet-api @@ -99,117 +30,37 @@ spring-security-kerberos-core 1.0.0.CI-SNAPSHOT - + org.springframework.security spring-security-config 3.0.0.M2 - - log4j - log4j - 1.2.14 - + + log4j + log4j + 1.2.14 + - - - - org.apache.maven.plugins - maven-resources-plugin - 2.3 - - UTF-8 - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.4.2 - - - **/*Tests.class - - - **/Abstract* - - once - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.6 - 1.6 - - - - org.apache.maven.plugins - maven-jar-plugin - 2.1 - - - - test-jar - - package - - - - - org.apache.maven.plugins - maven-assembly-plugin - 2.1 - - - org.apache.maven.plugins - maven-install-plugin - 2.2 - - - org.apache.maven.plugins - maven-deploy-plugin - 2.3 - - - - org.apache.maven.plugins - maven-eclipse-plugin - 2.5.1 - - true - 2.0 - - - - org.apache.maven.plugins - maven-idea-plugin - 2.0 - - true - - - true - - - - - org.mortbay.jetty - maven-jetty-plugin - 6.1.18 - - /krb-sample - - - + + + + org.apache.maven.plugins + maven-war-plugin + + + org.codehaus.mojo + tomcat-maven-plugin + + + org.mortbay.jetty + maven-jetty-plugin + 6.1.18 + + /krb-sample + + + + - - - UTF-8 - UTF-8 - 3.0.0.M4 - 3.0.0.M2 - -