You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by fe...@apache.org on 2008/03/17 23:42:16 UTC

svn commit: r638112 - in /directory/shared/branches/bigbang: asn1/pom.xml convert/pom.xml ldap-constants/pom.xml ldap-jndi/pom.xml ldap/pom.xml pom.xml

Author: felixk
Date: Mon Mar 17 15:42:10 2008
New Revision: 638112

URL: http://svn.apache.org/viewvc?rev=638112&view=rev
Log:
Re-enable distributionManagement section
Add checkstyle report (needs still configuration for checkstyle)

Reports see @ http://people.apache.org/~felixk/projects/directory/shared/

Modified:
    directory/shared/branches/bigbang/asn1/pom.xml
    directory/shared/branches/bigbang/convert/pom.xml
    directory/shared/branches/bigbang/ldap-constants/pom.xml
    directory/shared/branches/bigbang/ldap-jndi/pom.xml
    directory/shared/branches/bigbang/ldap/pom.xml
    directory/shared/branches/bigbang/pom.xml

Modified: directory/shared/branches/bigbang/asn1/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/branches/bigbang/asn1/pom.xml?rev=638112&r1=638111&r2=638112&view=diff
==============================================================================
--- directory/shared/branches/bigbang/asn1/pom.xml (original)
+++ directory/shared/branches/bigbang/asn1/pom.xml Mon Mar 17 15:42:10 2008
@@ -27,12 +27,14 @@
   <name>Apache Directory ASN.1 Shared</name>
   <packaging>jar</packaging>  
   
+  <!--
   <distributionManagement>
     <site>
       <id>apacheds.websites</id>
       <url>scp://minotaur.apache.org/www/directory.apache.org/newsite/subprojects/asn1/</url>
     </site>
   </distributionManagement>
+  -->
 
 </project>
 

Modified: directory/shared/branches/bigbang/convert/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/branches/bigbang/convert/pom.xml?rev=638112&r1=638111&r2=638112&view=diff
==============================================================================
--- directory/shared/branches/bigbang/convert/pom.xml (original)
+++ directory/shared/branches/bigbang/convert/pom.xml Mon Mar 17 15:42:10 2008
@@ -32,12 +32,14 @@
     <url>http://issues.apache.org/jira/browse/DIRSERVER</url>
   </issueManagement>
 
+  <!--
   <distributionManagement>
     <site>
       <id>apache.websites</id>
       <url>scp://minotaur.apache.org/www/directory.apache.org/subprojects/ldap/common</url>
     </site>
   </distributionManagement>
+  -->
 
   <description>
     Common LDAP converters : LDIF, DSML, CSV, etc

Modified: directory/shared/branches/bigbang/ldap-constants/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/branches/bigbang/ldap-constants/pom.xml?rev=638112&r1=638111&r2=638112&view=diff
==============================================================================
--- directory/shared/branches/bigbang/ldap-constants/pom.xml (original)
+++ directory/shared/branches/bigbang/ldap-constants/pom.xml Mon Mar 17 15:42:10 2008
@@ -32,12 +32,14 @@
     <url>http://issues.apache.org/jira/browse/DIRSERVER</url>
   </issueManagement>
 
+  <!--
   <distributionManagement>
     <site>
       <id>apache.websites</id>
       <url>scp://minotaur.apache.org/www/directory.apache.org/subprojects/ldap/common</url>
     </site>
   </distributionManagement>
+  -->
 
   <description>
     Common LDAP constants used by clients and servers.

Modified: directory/shared/branches/bigbang/ldap-jndi/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/branches/bigbang/ldap-jndi/pom.xml?rev=638112&r1=638111&r2=638112&view=diff
==============================================================================
--- directory/shared/branches/bigbang/ldap-jndi/pom.xml (original)
+++ directory/shared/branches/bigbang/ldap-jndi/pom.xml Mon Mar 17 15:42:10 2008
@@ -32,12 +32,14 @@
     both in the server and in studio.
   </description>
   
+  <!--
   <distributionManagement>
     <site>
-      <id>apacheds.websites</id>
-      <url>scp://minotaur.apache.org/www/directory.apache.org/newsite/subprojects/jndi-shared/</url>
+      <id>apache.websites</id>
+      <url>scp://minotaur.apache.org/www/directory.apache.org/subprojects/ldap/common</url>
     </site>
   </distributionManagement>
+  -->
 
 </project>
 

Modified: directory/shared/branches/bigbang/ldap/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/branches/bigbang/ldap/pom.xml?rev=638112&r1=638111&r2=638112&view=diff
==============================================================================
--- directory/shared/branches/bigbang/ldap/pom.xml (original)
+++ directory/shared/branches/bigbang/ldap/pom.xml Mon Mar 17 15:42:10 2008
@@ -32,12 +32,14 @@
     <url>http://issues.apache.org/jira/browse/DIRSERVER</url>
   </issueManagement>
 
+  <!--
   <distributionManagement>
     <site>
       <id>apache.websites</id>
       <url>scp://minotaur.apache.org/www/directory.apache.org/subprojects/ldap/common</url>
     </site>
   </distributionManagement>
+  -->
 
   <description>
     Common LDAP packages used by clients and servers.

Modified: directory/shared/branches/bigbang/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/branches/bigbang/pom.xml?rev=638112&r1=638111&r2=638112&view=diff
==============================================================================
--- directory/shared/branches/bigbang/pom.xml (original)
+++ directory/shared/branches/bigbang/pom.xml Mon Mar 17 15:42:10 2008
@@ -1,19 +1,19 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+  
+  http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
 -->
 <!-- $Rev:  $ $Date:  $ -->
 <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/maven-v4_0_0.xsd">
@@ -26,9 +26,9 @@
   <groupId>org.apache.directory.shared</groupId>
   <artifactId>shared-parent</artifactId>
   <name>Apache Directory Shared</name>
-  <packaging>pom</packaging>  
+  <packaging>pom</packaging>
   <version>0.9.9-SNAPSHOT</version>
-  
+
   <issueManagement>
     <system>JIRA</system>
     <url>http://issues.apache.org/jira/browse/DIRSHARED</url>
@@ -74,8 +74,8 @@
         <artifactId>antlr</artifactId>
         <version>2.7.7</version>
       </dependency>
- 
-     <dependency>
+
+      <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
         <version>4.4</version>
@@ -132,25 +132,84 @@
     </plugins>
   </build>
 
+  <distributionManagement>
+    <site>
+      <id>apache.directory.shared</id>
+      <url>scpexe://people.apache.org/home/felixk/public_html/projects/directory/shared/</url>
+    </site>
+  </distributionManagement>
 
   <reporting>
     <excludeDefaults>true</excludeDefaults>
     <plugins>
       <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-project-info-reports-plugin</artifactId>
         <reportSets>
           <reportSet>
             <reports>
-              <report>project-team</report>
-              <report>mailing-list</report>
-              <report>issue-tracking</report>
               <report>license</report>
-              <report>scm</report>
+              <report>dependencies</report>
+              <report>issue-tracking</report>
+              <report>index</report>
             </reports>
           </reportSet>
         </reportSets>
       </plugin>
+      <!--
+        <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>changelog-maven-plugin</artifactId>
+        <reportSets>
+        <reportSet>
+        <id>dual-report</id>
+        <configuration>
+        <type>range</type>
+        <range>30</range>
+        </configuration>
+        <reports>
+        <report>changelog</report>
+        <report>file-activity</report>
+        <report>dev-activity</report>
+        </reports>
+        </reportSet>
+        </reportSets>
+        </plugin>
+      -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-report-plugin</artifactId>
+        <configuration>
+          <aggregate>true</aggregate>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-jxr-plugin</artifactId>
+        <configuration>
+          <aggregate>true</aggregate>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-pmd-plugin</artifactId>
+        <configuration>
+          <linkXref>true</linkXref>
+          <sourceEncoding>utf-8</sourceEncoding>
+          <minimumTokens>100</minimumTokens>
+          <targetJdk>1.5</targetJdk>
+          <aggregate>true</aggregate>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>taglist-maven-plugin</artifactId>
+        <configuration>
+          <tags>
+            <tag>TODO</tag>
+            <tag>@todo</tag>
+            <tag>@deprecated</tag>
+            <tag>FIXME</tag>
+          </tags>
+        </configuration>
+      </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
@@ -158,6 +217,36 @@
           <aggregate>true</aggregate>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>findbugs-maven-plugin</artifactId>
+        <version>1.1.1</version>
+        <configuration>
+          <xmlOutput>false</xmlOutput>
+          <!--
+            <xmlOutput>true|false</xmlOutput>
+            <xmlOutputDirectory>directory location of xml findbugs report</xmlOutputDirectory>
+            <threshold>High|Normal|Low|Exp|Ignore</threshold>
+            <effort>Min|Default|Max</effort>
+            <excludeFilterFile>findbugs-exclude.xml</excludeFilterFile>
+            <includeFilterFile>findbugs-include.xml</includeFilterFile>
+            <visitors>FindDeadLocalStores,UnreadFields</visitors>
+            <omitVisitors>FindDeadLocalStores,UnreadFields</omitVisitors>
+            <onlyAnalyze>org.codehaus.mojo.findbugs.*</onlyAnalyze>
+            <pluginList>/libs/fb-contrib/fb-contrib-2.8.0.jar</pluginList>
+            <debug>true|false</debug>
+            <relaxed>true|false</relaxed>
+          -->
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>cobertura-maven-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+      </plugin>
     </plugins>
   </reporting>
 
@@ -203,11 +292,9 @@
       </build>
     </profile>
   </profiles>
- 
+
   <scm>
-    <connection>
-      scm:svn:http://svn.apache.org/repos/asf/directory/shared/branches/bigbang
-    </connection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/shared/branches/bigbang</connection>
   </scm>
 
 </project>