--- pom.xml.sav	2010-01-14 16:07:15.000000000 +0800
+++ pom.xml	2010-01-14 16:11:04.000000000 +0800
@@ -227,6 +227,7 @@
 					</execution>
 				</executions>
 			</plugin>
+			<!--
 			<plugin>
 				<groupId>org.jboss.maven.plugins</groupId>
 				<artifactId>maven-test-ext-plugin</artifactId>
@@ -239,6 +240,7 @@
 					</execution>
 				</executions>
 			</plugin>
+		-->
 			<!--
 				by default, compile to JDK 1.4 compatibility (individual modules
 				and/or user can override)
@@ -287,6 +289,7 @@
 	          		</descriptors>
 				</configuration>
 			</plugin>
+			<!--
 			<plugin>
 				<groupId>org.jboss.maven.plugins</groupId>
 				<artifactId>maven-jdocbook-plugin</artifactId>
@@ -336,8 +339,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>
@@ -349,11 +350,11 @@
 						<goals>
 							<goal>resources</goal>
 							<goal>generate</goal>
-						<!--	<goal>translate</goal>  -->
 						</goals>
 					</execution>
 				</executions>
 			</plugin>
+		-->
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-javadoc-plugin</artifactId>
@@ -376,6 +383,17 @@
 				</executions>
 			</plugin>
 			<plugin>
+               <artifactId>maven-source-plugin</artifactId>
+               <executions>
+                  <execution>
+                     <id>attach-sources</id>
+                     <goals>
+                        <goal>jar</goal>
+                     </goals>
+                  </execution>
+               </executions>
+            </plugin>
+			<plugin>
                 <artifactId>maven-release-plugin</artifactId>
                 <configuration>
                     <releaseProfiles>release</releaseProfiles>
