Index: /FCKeditor.Java/branches/2.4/pom.xml
===================================================================
--- /FCKeditor.Java/branches/2.4/pom.xml	(revision 1726)
+++ /FCKeditor.Java/branches/2.4/pom.xml	(revision 1727)
@@ -117,7 +117,5 @@
 						</resource>
 					</webResources>
-					<warSourceExcludes>
-						WEB-INF/tld/
-					</warSourceExcludes>
+					<warSourceExcludes>WEB-INF/tld/</warSourceExcludes>
 				</configuration>
 			</plugin>
@@ -175,4 +173,26 @@
 					</dependency>
 				</dependencies>
+			</plugin>
+			<plugin>
+				<artifactId>maven-javadoc-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>attach-javadocs</id>
+						<goals>
+							<goal>jar</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
+				<artifactId>maven-source-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>attach-sources</id>
+						<goals>
+							<goal>jar</goal>
+						</goals>
+					</execution>
+				</executions>
 			</plugin>
 		</plugins>
