--- pom.xml.sav	2010-01-15 11:47:53.000000000 +0800
+++ pom.xml	2010-01-15 11:51:59.000000000 +0800
@@ -226,6 +226,7 @@
 				</execution>
 			</executions>
 		</plugin>
+		<!--
 		<plugin>
 			<groupId>org.jboss.maven.plugins</groupId>
 			<artifactId>maven-test-ext-plugin</artifactId>
@@ -238,6 +239,7 @@
 				</execution>
 			</executions>
 		</plugin>
+	-->
 		<!--
 			by default, compile to JDK 1.4 compatibility (individual modules
 			and/or user can override)
@@ -302,6 +304,18 @@
 			</configuration>
 		</plugin>
 		<plugin>
+			<artifactId>maven-source-plugin</artifactId>
+			<executions>
+				<execution>
+					<id>attach-sources</id>
+					<goals>
+						<goal>jar</goal>
+					</goals>
+				</execution>
+			</executions>
+		</plugin>
+		<!--
+		<plugin>
 			<groupId>org.jboss.maven.plugins</groupId>
 			<artifactId>maven-jdocbook-plugin</artifactId>
 			<version>2.2.0</version>
@@ -343,8 +357,6 @@
 				<options>
 					<xincludeSupported>true</xincludeSupported>
 					<xmlTransformerType>saxon</xmlTransformerType>
-					<!-- needed for uri-resolvers; can be ommitted if using 'current' uri scheme -->
-					<!--     could also locate the docbook dependency and inspect its version... -->
 					<docbookVersion>1.72.0</docbookVersion>
 					<localeSeparator>-</localeSeparator>
 				</options>
@@ -360,6 +372,7 @@
 				</execution>
 			</executions>
 		</plugin>
+	-->
 		<plugin>
 			<groupId>org.apache.maven.plugins</groupId>
 			<artifactId>maven-javadoc-plugin</artifactId>
