Index: /FCKeditor.Java/branches/2.4/pom.xml
===================================================================
--- /FCKeditor.Java/branches/2.4/pom.xml	(revision 1732)
+++ /FCKeditor.Java/branches/2.4/pom.xml	(revision 1733)
@@ -196,4 +196,19 @@
 					</execution>
 				</executions>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-jar-plugin</artifactId>
+				<version>2.2</version>
+				<configuration>
+					<archive>
+						<manifestEntries>
+							<Implementation-Title>${pom.name}</Implementation-Title>
+							<Implementation-Version>${pom.version}</Implementation-Version>
+							<url>${pom.url}</url>
+							<Built-By>The FCKeditor Team</Built-By>
+						</manifestEntries>
+					</archive>
+				</configuration>
 			</plugin>
 		</plugins>
