Index: /FCKeditor.Java/branches/2.5-test/pom.xml
===================================================================
--- /FCKeditor.Java/branches/2.5-test/pom.xml	(revision 2507)
+++ /FCKeditor.Java/branches/2.5-test/pom.xml	(revision 2508)
@@ -1,3 +1,5 @@
-<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/xsd/maven-4.0.0.xsd">
+<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/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>net.fckeditor</groupId>
@@ -10,8 +12,12 @@
 	</modules>
 	<properties>
-		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-		<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+		<project.build.sourceEncoding>
+			UTF-8
+		</project.build.sourceEncoding>
+		<project.reporting.outputEncoding>
+			UTF-8
+		</project.reporting.outputEncoding>
 		<slf4j.version>1.5.2</slf4j.version>
-		
+
 		<!-- site plugin properties for Velocity -->
 		<slf4jVersion>${slf4j.version}</slf4jVersion>
@@ -33,4 +39,12 @@
 					</configuration>
 				</plugin>
+				<plugin>
+					<artifactId>maven-javadoc-plugin</artifactId>
+					<version>2.5</version>
+				</plugin>
+				<plugin>
+					<artifactId>maven-deploy-plugin</artifactId>
+					<version>2.4</version>
+				</plugin>
 			</plugins>
 		</pluginManagement>
@@ -58,5 +72,5 @@
 			<plugin>
 				<artifactId>maven-assembly-plugin</artifactId>
-				<version>2.2-beta-1</version>
+				<version>2.2-beta-2</version>
 				<configuration>
 					<descriptors>
@@ -69,15 +83,4 @@
 					</descriptors>
 				</configuration>
-			</plugin>
-			<plugin>
-				<artifactId>maven-javadoc-plugin</artifactId>
-				<executions>
-					<execution>
-						<id>attach-javadocs</id>
-						<goals>
-							<goal>jar</goal>
-						</goals>
-					</execution>
-				</executions>
 			</plugin>
 			<plugin>
@@ -99,5 +102,4 @@
 				</configuration>
 			</plugin>
-		
 			<plugin>
 				<artifactId>maven-antrun-plugin</artifactId>
@@ -111,24 +113,38 @@
 						<configuration>
 							<tasks>
-								<copy overwrite="true" todir="src/site" flatten="true">
+								<copy overwrite="true" todir="src/site"
+									flatten="true">
 									<fileset dir="..">
-										<include name="src/site/site.xml" />
+										<include
+											name="src/site/site.xml" />
 									</fileset>
 								</copy>
-								<replace value="&lt;src&gt;../" token="&lt;src&gt;/" dir="..">
-									<include name="${pom.artifactId}/src/site/site.xml" />
-									<exclude name="fckeditor-java/src/site/site.xml" />
+								<replace value="&lt;src&gt;../"
+									token="&lt;src&gt;/" dir="..">
+									<include
+										name="${pom.artifactId}/src/site/site.xml" />
+									<exclude
+										name="fckeditor-java/src/site/site.xml" />
 								</replace>
-								<replace value="href=&quot;../" token="href=&quot;/" dir="..">
-									<include name="${pom.artifactId}/src/site/site.xml" />
-									<exclude name="fckeditor-java/src/site/site.xml" />
+								<replace value="href=&quot;../"
+									token="href=&quot;/" dir="..">
+									<include
+										name="${pom.artifactId}/src/site/site.xml" />
+									<exclude
+										name="fckeditor-java/src/site/site.xml" />
 								</replace>
-								<replace value="href=&quot;" token="href=&quot;../${pom.artifactId}/" dir="..">
-									<include name="${pom.artifactId}/src/site/site.xml" />
-									<exclude name="fckeditor-java/src/site/site.xml" />
+								<replace value="href=&quot;"
+									token="href=&quot;../${pom.artifactId}/" dir="..">
+									<include
+										name="${pom.artifactId}/src/site/site.xml" />
+									<exclude
+										name="fckeditor-java/src/site/site.xml" />
 								</replace>
-								<replace value="href=&quot;../images" token="href=&quot;images" dir="..">
-									<include name="${pom.artifactId}/src/site/site.xml" />
-									<exclude name="fckeditor-java/src/site/site.xml" />
+								<replace value="href=&quot;../images"
+									token="href=&quot;images" dir="..">
+									<include
+										name="${pom.artifactId}/src/site/site.xml" />
+									<exclude
+										name="fckeditor-java/src/site/site.xml" />
 								</replace>
 							</tasks>
@@ -156,4 +172,5 @@
 				</artifactId>
 				<version>2.1</version>
+				<inherited>false</inherited>
 				<reportSets>
 					<reportSet>
@@ -185,10 +202,4 @@
 					</reportSet>
 				</reportSets>
-			</plugin>
-			<plugin>
-				<artifactId>maven-javadoc-plugin</artifactId>
-				<configuration>
-					<quiet>true</quiet>
-				</configuration>
 			</plugin>
 		</plugins>
@@ -299,6 +310,10 @@
 	</mailingLists>
 	<scm>
-		<connection>scm:svn:http://svn.fckeditor.net/FCKeditor.Java/trunk</connection>
-		<developerConnection>scm:svn:https://svn.fckeditor.net/FCKeditor.Java/trunk</developerConnection>
+		<connection>
+			scm:svn:http://svn.fckeditor.net/FCKeditor.Java/trunk
+		</connection>
+		<developerConnection>
+			scm:svn:https://svn.fckeditor.net/FCKeditor.Java/trunk
+		</developerConnection>
 		<url>http://dev.fckeditor.net/browser/FCKeditor.Java/trunk</url>
 	</scm>
@@ -309,19 +324,13 @@
 		<repository>
 			<id>local</id>
-			<url>
-				file:///home/mosipov/public_html/m2repo
-			</url>
+			<url>file:///home/mosipov/public_html/m2repo</url>
 		</repository>
 		<snapshotRepository>
 			<id>local</id>
-			<url>
-				file:///home/mosipov/public_html/m2repo-snapshots
-			</url>
+			<url>file:///home/mosipov/public_html/m2repo-snapshots</url>
 		</snapshotRepository>
 		<site>
 			<id>local</id>
-			<url>
-				file:///home/mosipov/public_html/docs
-			</url>
+			<url>file:///home/mosipov/public_html/docs</url>
 		</site>
 	</distributionManagement>
