diff --git a/pom.xml b/pom.xml
index 47b7de922ddc52283fe660c7e4a52cd9560dd91a..7076276cad7b554533ac62724cb80fb6cdd68f18 100644
--- a/pom.xml
+++ b/pom.xml
@@ -264,7 +264,7 @@
 				<artifactId>maven-site-plugin</artifactId>
 				<version>3.3</version>
 				<dependencies>
-					
+
 					<dependency>
 						<groupId>lt.velykis.maven.skins</groupId>
 						<artifactId>reflow-velocity-tools</artifactId>
@@ -275,7 +275,7 @@
 						<groupId>org.apache.velocity</groupId>
 						<artifactId>velocity</artifactId>
 						<version>1.7</version>
-					</dependency>					
+					</dependency>
 				</dependencies>
 			</plugin>
 		</plugins>
@@ -295,7 +295,17 @@
 					</reportSet>
 				</reportSets>
 			</plugin>
-
+			
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-javadoc-plugin</artifactId>
+				<version>2.10.1</version>
+				<configuration>
+<!-- 					<stylesheetfile>${basedir}/src/main/javadoc/stylesheet.css</stylesheetfile> -->
+<!-- 					<show>public</show> -->
+				</configuration>
+			</plugin>
+			
 			<plugin>
 				<groupId>org.codehaus.mojo</groupId>
 				<artifactId>findbugs-maven-plugin</artifactId>