Author: ecki
Date: Sun Jan 11 03:43:20 2015
New Revision: 1650866

URL: http://svn.apache.org/r1650866
Log:
[site] make dist module ignore checkstyle config error

Modified:
    commons/proper/vfs/trunk/dist/pom.xml

Modified: commons/proper/vfs/trunk/dist/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/dist/pom.xml?rev=1650866&r1=1650865&r2=1650866&view=diff
==============================================================================
--- commons/proper/vfs/trunk/dist/pom.xml (original)
+++ commons/proper/vfs/trunk/dist/pom.xml Sun Jan 11 03:43:20 2015
@@ -18,7 +18,6 @@ limitations under the License.
 -->
 
 <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";>
-
   <modelVersion>4.0.0</modelVersion>
 
   <name>Apache Commons VFS Distribution</name>
@@ -35,6 +34,12 @@ limitations under the License.
     <relativePath>../</relativePath>
   </parent>
 
+  <properties>
+    <!--  dist module contains no code and no checkstyle config -->
+    <checkstyle.skip>true</checkstyle.skip>
+    <vfs.parent.dir>${basedir}/..</vfs.parent.dir>
+  </properties>
+
   <profiles>
     <profile>
       <id>release</id>
@@ -89,6 +94,7 @@ limitations under the License.
           <classifier>javadoc</classifier>
         </dependency>
       </dependencies>
+
       <build>
         <plugins>
           <plugin>


Reply via email to