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 22:56:52 UTC

svn commit: r638083 - /directory/studio/trunk/pom.xml

Author: felixk
Date: Mon Mar 17 14:56:49 2008
New Revision: 638083

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

Modified:
    directory/studio/trunk/pom.xml

Modified: directory/studio/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/pom.xml?rev=638083&r1=638082&r2=638083&view=diff
==============================================================================
--- directory/studio/trunk/pom.xml (original)
+++ directory/studio/trunk/pom.xml Mon Mar 17 14:56:49 2008
@@ -60,14 +60,13 @@
 
   <inceptionYear>2003</inceptionYear>
 
-  <!-- TODO
   <distributionManagement>
     <site>
-      <id>felixknecht.ch</id>
-      <url>scpexe://felixknecht.ch/var/www/felixknecht.ch/htdocs/projects/studio/</url>
+      <id>apache.directory.studio</id>
+      <!-- FIXME set final url according to CI -->
+      <url>scpexe://people.apache.org/home/felixk/public_html/projects/directory/studio/</url>
     </site>
   </distributionManagement>
-  -->
 
   <mailingLists>
     <mailingList>
@@ -2052,6 +2051,10 @@
       <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>