You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2014/10/23 18:59:12 UTC

[3/5] git commit: o Set some dependencies to stop tests o declared all the dependencies versions in properties (usefull later if we define a parent pom) o many fixes and improvement in the pom file

o Set some dependencies to stop tests
o declared all the dependencies versions in properties (usefull later if
we define a parent pom)
o many fixes and improvement in the pom file

Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/commit/d8a54eef
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/tree/d8a54eef
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/diff/d8a54eef

Branch: refs/heads/master
Commit: d8a54eef26a9b280fa6e414965f3596bf98ef2d1
Parents: c94a97a
Author: Emmanuel Lécharny <el...@symas.com>
Authored: Thu Oct 23 18:22:41 2014 +0200
Committer: Emmanuel Lécharny <el...@symas.com>
Committed: Thu Oct 23 18:22:41 2014 +0200

----------------------------------------------------------------------
 pom.xml | 236 +++++++++++++++++++++++++++++++++++++++++++++--------------
 1 file changed, 181 insertions(+), 55 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/d8a54eef/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 60e1424..747b491 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,11 +18,12 @@
 -->
 <project>
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.openldap</groupId>
-  <artifactId>fortress</artifactId>
+  <groupId>org.apache.directory</groupId>
+  <artifactId>fortress-core</artifactId>
   <packaging>jar</packaging>
   <name>Apache Fortress Core</name>
-  <version>1.0-RC39</version>
+  <version>1.0.0-M1-SNAPSHOT</version>
+  <inceptionYear>2007</inceptionYear>
   <description>Apache Fortress is a standards-based Identity and Access Management SDK that implements ANSI RBAC INCITS 359.</description>
   <url>http://directory.apache.org/fortress/</url>
 
@@ -34,15 +35,19 @@
   </licenses>
 
   <scm>
-    <url>http://www.openldap.org/software/repo/openldap-fortress-core.git</url>
-    <connection>git://git.openldap.org/openldap-fortress-core.git</connection>
+    <connection>scm:git:http://git-wip-us.apache.org/repos/asf/directory-fortress-core.git</connection>
+    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/directory-fortress-core.git</developerConnection>
+    <tag>HEAD</tag>
   </scm>
 
   <issueManagement>
-    <system>Fortress Core JIRA</system>
-    <url>https://fortress.atlassian.net/browse/FC/</url>
+    <system>jira</system>
+    <url>https://issues.apache.org/jira/browse/DIRFORTRESS</url>
   </issueManagement>
 
+  <!-- ====================================================== --> 
+  <!-- The list of current developpers                        -->
+  <!-- ====================================================== --> 
   <developers>
     <developer>
       <id>smckinney</id>
@@ -57,130 +62,251 @@
     </developer>
   </developers>
 
+  <!-- ====================================================== --> 
+  <!-- The used properties for this project                   -->
+  <!-- ====================================================== --> 
+  <properties>
+    <!-- Maven Plugins -->
+    <version.apache.rat.plugin>0.10</version.apache.rat.plugin>
+    <version.api.plugin>3.2.3</version.api.plugin>
+    <version.assembly.plugin>2.4</version.assembly.plugin>
+    <version.build.helper.plugin>1.9</version.build.helper.plugin>
+    <version.bundle.plugin>2.5.0</version.bundle.plugin>
+    <version.changes.plugin>2.10</version.changes.plugin>
+    <version.checkstyle.plugin>2.12.1</version.checkstyle.plugin>
+    <version.clean.plugin>2.5</version.clean.plugin>
+    <version.clirr.plugin>2.6.1</version.clirr.plugin>
+    <version.cobertura.plugin>2.6</version.cobertura.plugin>
+    <version.compiler.plugin>3.1</version.compiler.plugin>
+    <version.dashboard.plugin>1.0.0-beta-1</version.dashboard.plugin>
+    <version.dependency.plugin>2.8</version.dependency.plugin>
+    <version.deploy.plugin>2.8.1</version.deploy.plugin>
+    <version.docck.plugin>1.0</version.docck.plugin>
+    <version.eclipse.plugin>2.9</version.eclipse.plugin>
+    <version.enforcer.plugin>1.3.1</version.enforcer.plugin>
+    <version.findbugs.plugin>2.5.4</version.findbugs.plugin>
+    <version.gpg.plugin>1.5</version.gpg.plugin>
+    <version.install.plugin>2.5.1</version.install.plugin>
+    <version.jar.plugin>2.5</version.jar.plugin>
+    <version.javancss.plugin>2.0</version.javancss.plugin>
+    <version.javadoc.plugin>2.9.1</version.javadoc.plugin>
+    <version.jdepend.plugin>2.0</version.jdepend.plugin>
+    <version.jmeter.core>2.11</version.jmeter.core>
+    <version.jmeter.java>2.11</version.jmeter.java>
+    <version.jxr.plugin>2.4</version.jxr.plugin>
+    <version.model.plugin>3.2.3</version.model.plugin>
+    <version.plexus.utils>3.0.18</version.plexus.utils>
+    <version.plugin.plugin>3.3</version.plugin.plugin>
+    <version.pmd.plugin>3.1</version.pmd.plugin>
+    <version.project.plugin>3.0-alpha-2</version.project.plugin>
+    <version.project.info.report.plugin>2.7</version.project.info.report.plugin>
+    <version.rat.maven.plugin>1.0-alpha-3</version.rat.maven.plugin>
+    <version.release.plugin>2.5</version.release.plugin>
+    <version.remote.resources.plugin>1.5</version.remote.resources.plugin>
+    <version.resources.plugin>2.6</version.resources.plugin>
+    <version.scm.plugin>1.9</version.scm.plugin>
+    <version.site.plugin>3.3</version.site.plugin>
+    <version.source.plugin>2.2.1</version.source.plugin>
+    <version.shade.plugin>2.3</version.shade.plugin>
+    <version.surefire.plugin>2.17</version.surefire.plugin>
+
+    <!-- Jars -->
+    <version.accelerator.api>1.0-RC39</version.accelerator.api>
+    <version.accelerator.impl>1.0-RC39</version.accelerator.impl>
+    <version.ant>1.9.1</version.ant>
+    <version.ant.launcher>1.9.1</version.ant.launcher>
+    <version.antlr>2.7.7</version.antlr>
+    <version.apacheds.all>2.0.0-M17</version.apacheds.all>
+    <version.api.all>1.0.0-M24</version.api.all>
+    <version.commons.beanutils>1.7.0</version.commons.beanutils>
+    <version.commons.beanutils-core>1.8.0</version.commons.beanutils-core>
+    <version.commons.codec>1.2</version.commons.codec>
+    <version.commons.collections>3.2.1</version.commons.collections>
+    <version.commons.configuration>1.6</version.commons.configuration>
+    <version.commons.digester>1.8</version.commons.digester>
+    <version.commons.httpclient>3.1</version.commons.httpclient>
+    <version.commons.io>2.4</version.commons.io>
+    <version.commons.lang>2.6</version.commons.lang>
+    <version.commons.logging>1.1.1</version.commons.logging>
+    <version.commons.pool>1.6</version.commons.pool>
+    <version.cxf.common.utilities>2.5.10</version.cxf.common.utilities>
+    <version.dom4j>1.6.1</version.dom4j>
+    <version.ehcache.core>2.6.9</version.ehcache.core>
+    <version.hamcrest.core>1.3</version.hamcrest.core>
+    <version.jasypt>1.8</version.jasypt>
+    <version.jgrapht.jdk5>0.7.3</version.jgrapht.jdk5>
+    <version.jsr311.api>1.1-ea</version.jsr311.api>
+    <version.junit>4.11</version.junit>
+    <version.log4j>1.2.17</version.log4j>
+    <version.mina.core>2.0.8</version.mina.core>
+    <version.slf4j.api>1.7.7</version.slf4j.api>
+    <version.slf4j.log4j12>1.7.7</version.slf4j.log4j12>
+    <version.stax2.api>3.1.1</version.stax2.api>
+    <version.opencsv>2.3</version.opencsv>
+    <version.woodstox.core.asl>4.2.0</version.woodstox.core.asl>
+    <version.xmlschema.core>2.0.3</version.xmlschema.core>
+    <version.xpp3>1.1.4c</version.xpp3>
+    <version.xml.apis>1.0b2</version.xml.apis>
+  </properties>
+  
+  <!-- ====================================================== --> 
+  <!-- The dependencies for all the projects                  -->
+  <!-- ====================================================== --> 
+  <dependencyManagement>
+    <dependencies>
+    </dependencies>
+  </dependencyManagement>
+
+  <!-- ====================================================== --> 
+  <!-- The dependencies                                       -->
+  <!-- ====================================================== --> 
   <dependencies>
     <dependency>
       <groupId>org.openldap</groupId>
       <artifactId>accelerator-api</artifactId>
-      <version>${version}</version>
+      <version>${version.accelerator.api}</version>
     </dependency>
 
     <dependency>
       <groupId>org.openldap</groupId>
       <artifactId>accelerator-impl</artifactId>
-      <version>${version}</version>
+      <version>${version.accelerator.impl}</version>
     </dependency>
 
     <dependency>
       <groupId>commons-lang</groupId>
       <artifactId>commons-lang</artifactId>
-      <version>2.4</version>
+      <version>${version.commons.lang}</version>
     </dependency>
 
     <dependency>
       <groupId>commons-configuration</groupId>
       <artifactId>commons-configuration</artifactId>
-      <version>1.6</version>
+      <version>${version.commons.configuration}</version>
     </dependency>
 
-    <dependency>
+    <!-- dependency>
       <groupId>commons-collections</groupId>
       <artifactId>commons-collections</artifactId>
-      <version>3.2.1</version>
-    </dependency>
+      <version>${version.commons.collections}</version>
+    </dependency -->
 
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.4</version>
+      <version>${version.commons.io}</version>
     </dependency>
 
     <dependency>
       <groupId>commons-httpclient</groupId>
       <artifactId>commons-httpclient</artifactId>
-      <version>3.1</version>
+      <version>${version.commons.httpclient}</version>
     </dependency>
 
-    <!-- Logging dependencies -->
     <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-api</artifactId>
-      <version>1.7.5</version>
+      <groupId>net.sf.ehcache</groupId>
+      <artifactId>ehcache-core</artifactId>
+      <version>${version.ehcache.core}</version>
     </dependency>
 
     <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-log4j12</artifactId>
-      <version>1.7.5</version>
+      <groupId>commons-pool</groupId>
+      <artifactId>commons-pool</artifactId>
+      <version>${version.commons.pool}</version>
     </dependency>
 
     <dependency>
-      <groupId>log4j</groupId>
-      <artifactId>log4j</artifactId>
-      <version>1.2.17</version>
+      <groupId>org.apache.cxf</groupId>
+      <artifactId>cxf-common-utilities</artifactId>
+      <version>${version.cxf.common.utilities}</version>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.directory.api</groupId>
+      <artifactId>api-all</artifactId>
+      <version>${version.api.all}</version>
+      <type>jar</type>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.apache.ant</groupId>
+      <artifactId>ant</artifactId>
+      <version>${version.ant}</version>
     </dependency>
 
     <dependency>
       <groupId>org.jasypt</groupId>
       <artifactId>jasypt</artifactId>
-      <version>1.8</version>
+      <version>${version.jasypt}</version>
     </dependency>
 
     <dependency>
       <groupId>org.jgrapht</groupId>
       <artifactId>jgrapht-jdk1.5</artifactId>
-      <version>0.7.3</version>
+      <version>${version.jgrapht.jdk5}</version>
     </dependency>
 
     <dependency>
-      <groupId>net.sf.ehcache</groupId>
-      <artifactId>ehcache-core</artifactId>
-      <version>2.6.9</version>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+      <version>${version.slf4j.api}</version>
     </dependency>
 
-    <dependency>
-      <groupId>org.apache.ant</groupId>
-      <artifactId>ant</artifactId>
-      <version>1.9.1</version>
-    </dependency>
+    <!-- Logging dependencies -->
+    <!--  dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+      <version>${version.slf4j.log4j12}</version>
+    </dependency-->
 
+    <!-- dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+      <version>${version.log4j}</version>
+    </dependency-->
+
+    <!-- tests dependencies -->
     <dependency>
-      <groupId>org.apache.cxf</groupId>
-      <artifactId>cxf-common-utilities</artifactId>
-      <version>2.5.10</version>
+      <groupId>org.apache.directory.server</groupId>
+      <artifactId>apacheds-all</artifactId>
+      <version>${version.apacheds.all}</version>
+      <type>jar</type>
+      <scope>test</scope>
     </dependency>
 
     <dependency>
       <groupId>javax.ws.rs</groupId>
       <artifactId>jsr311-api</artifactId>
-      <version>1.1-ea</version>
+      <version>${version.jsr311.api}</version>
     </dependency>
 
     <!-- Test dependencies -->
     <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>4.11</version>
+      <groupId>org.apache.jmeter</groupId>
+      <artifactId>ApacheJMeter_core</artifactId>
+      <version>${version.jmeter.core}</version>
+      <scope>test</scope>
     </dependency>
 
     <dependency>
-      <groupId>net.sf.opencsv</groupId>
-      <artifactId>opencsv</artifactId>
-      <version>2.3</version>
+      <groupId>org.apache.jmeter</groupId>
+      <artifactId>ApacheJMeter_java</artifactId>
+      <version>${version.jmeter.java}</version>
+      <scope>test</scope>
     </dependency>
 
     <dependency>
-      <groupId>org.apache.directory.server</groupId>
-      <artifactId>apacheds-all</artifactId>
-      <version>2.0.0-M17</version>
-      <type>jar</type>
-      <scope>compile</scope>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>${version.junit}</version>
+      <scope>test</scope>
     </dependency>
 
     <dependency>
-      <groupId>org.apache.directory.api</groupId>
-      <artifactId>api-all</artifactId>
-      <version>1.0.0-M24</version>
-      <type>jar</type>
+      <groupId>net.sf.opencsv</groupId>
+      <artifactId>opencsv</artifactId>
+      <version>${version.opencsv}</version>
+      <scope>test</scope>
     </dependency>
   </dependencies>