You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by jo...@apache.org on 2006/09/01 22:57:28 UTC

svn commit: r439479 - in /jakarta/commons/proper/fileupload/trunk: fileupload_checks.xml pom.xml src/site/ src/site/site.xml

Author: jochen
Date: Fri Sep  1 13:57:28 2006
New Revision: 439479

URL: http://svn.apache.org/viewvc?rev=439479&view=rev
Log:
Add support for building the site with Maven 2.

Added:
    jakarta/commons/proper/fileupload/trunk/src/site/
    jakarta/commons/proper/fileupload/trunk/src/site/site.xml
Modified:
    jakarta/commons/proper/fileupload/trunk/fileupload_checks.xml
    jakarta/commons/proper/fileupload/trunk/pom.xml

Modified: jakarta/commons/proper/fileupload/trunk/fileupload_checks.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/fileupload/trunk/fileupload_checks.xml?rev=439479&r1=439478&r2=439479&view=diff
==============================================================================
--- jakarta/commons/proper/fileupload/trunk/fileupload_checks.xml (original)
+++ jakarta/commons/proper/fileupload/trunk/fileupload_checks.xml Fri Sep  1 13:57:28 2006
@@ -123,7 +123,7 @@
         <!-- Following interprets the header file as regular expressions. -->
         <!-- <module name="RegexpHeader"/>                                -->
         <module name="RegexpHeader">
-            <property name="headerFile" value="${checkstyle.regexp.header}"/>
+            <property name="headerFile" value="license-header.txt"/>
         </module>
 
 

Modified: jakarta/commons/proper/fileupload/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/fileupload/trunk/pom.xml?rev=439479&r1=439478&r2=439479&view=diff
==============================================================================
--- jakarta/commons/proper/fileupload/trunk/pom.xml (original)
+++ jakarta/commons/proper/fileupload/trunk/pom.xml Fri Sep  1 13:57:28 2006
@@ -107,7 +107,7 @@
   <scm>
     <connection>scm:svn:scm:svn:https://svn.apache.org/repos/asf/jakarta/commons/proper/fileupload/trunk</connection>
     <developerConnection>scm:svn:scm:svn:https://svn.apache.org/repos/asf/jakarta/commons/proper/fileupload/trunk</developerConnection>
-    <url>scm:svn:https://svn.apache.org/repos/asf/webservices/xmlrpc/tags/XMLRPC_3_0rc1</url>
+    <url>http://svn.apache.org/viewvc/jakarta/commons/proper/fileupload/trunk</url>
   </scm>
 
   <build>
@@ -173,4 +173,60 @@
       <optional>true</optional>
     </dependency>
   </dependencies>
+
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-changes-plugin</artifactId>
+        <configuration>
+          <xmlPath>src/xdocs/changes.xml</xmlPath>
+          <issueLinkTemplate>%URL%/../%ISSUE%</issueLinkTemplate>
+        </configuration>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>changes-report</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <configuration>
+          <configLocation>fileupload_checks.xml</configLocation>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-site-plugin</artifactId>
+        <configuration>
+          <moduleExcludes>
+            <xdoc>**/navigation.xml</xdoc>
+          </moduleExcludes>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>jdepend-maven-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-report-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jxr-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-pmd-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </reporting>
 </project>

Added: jakarta/commons/proper/fileupload/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/fileupload/trunk/src/site/site.xml?rev=439479&view=auto
==============================================================================
--- jakarta/commons/proper/fileupload/trunk/src/site/site.xml (added)
+++ jakarta/commons/proper/fileupload/trunk/src/site/site.xml Fri Sep  1 13:57:28 2006
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+   Copyright 2003-2004 The Apache Software Foundation
+
+   Licensed 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.
+-->
+<project name="FileUpload">
+  <bannerLeft>
+    <name>Commons FileUpload</name>
+    <src>http://jakarta.apache.org/images/jakarta-logo-blue.gif</src>
+    <href>http://jakarta.apache.org/commons/fileupload</href>
+  </bannerLeft>
+
+  <body>
+    <links>
+      <item name="Apache" href="http://www.apache.org/"/>
+      <item name="Jakarta" href="http://jakarta.apache.org/"/>
+      <item name="Commons" href="http://jakarta.apache.org/commons/"/>
+      <item name="FileUpload" href="http://jakarta.apache.org/commons/fileupload"/>
+    </links>
+
+    <menu name="Commons FileUpload">
+      <item name="Overview"                 href="/index.html"/>
+      <item name="User guide"               href="/using.html"/>
+      <item name="Streaming API"            href="/streaming.html"/>
+      <item name="FAQ"                      href="/faq.html"/>
+      <item name="Javadoc"                  href="apidocs/index.html"/>
+      <item name="Mailing lists"            href="/mail-lists.html"/>
+      <item name="Team"                     href="/team-list.html"/>
+      <item name="Tasks"                    href="/tasks.html"/>
+      <item name="SVN repository"           href="/source-repository.html"/>
+    </menu>
+
+    ${reports}
+  </body>
+</project>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org