Generate sources and Javadoc
diff --git a/pom.xml b/pom.xml
index fc47c02..71e7b53 100644
--- a/pom.xml
+++ b/pom.xml
@@ -118,6 +118,29 @@
 					</execution>

 				</executions>

 			</plugin>

+			<plugin>

+				<groupId>org.apache.maven.plugins</groupId>

+				<artifactId>maven-source-plugin</artifactId>

+				<executions>

+					<execution>

+						<goals>

+							<goal>jar</goal>

+						</goals>

+					</execution>

+				</executions>

+			</plugin>

+			<plugin>

+				<groupId>org.apache.maven.plugins</groupId>

+				<artifactId>maven-javadoc-plugin</artifactId>

+				<executions>

+					<execution>

+						<id>attach-javadocs</id>

+						<goals>

+							<goal>jar</goal>

+						</goals>

+					</execution>

+				</executions>

+			</plugin>

 		</plugins>

 	</build>

 	<reporting>

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7290927..60aab41 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -7,6 +7,9 @@
 	</properties>

 	<body>

 	     <release version="1.4-SNAPSHOT" date="in Mercurial" description="development">

+            <action dev="py4fun" type="add">

+                Generate sources and Javadoc (2009-07-27)

+            </action>

             <action dev="py4fun" type="update">

                 Node does not have the value. It is delegated to the non-abstract classes (2009-07-27)

             </action>