Modified:
/branches/mavenization/pom.xml
=======================================
--- /branches/mavenization/pom.xml Fri Jan 13 11:31:23 2012
+++ /branches/mavenization/pom.xml Wed Feb 22 22:51:49 2012
@@ -50,6 +50,20 @@
<version>2.3.6</version>
<extensions>true</extensions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ <version>2.1.2</version>
+ <executions>
+ <execution>
+ <id>attach-sources</id>
+ <phase>verify</phase>
+ <goals>
+ <goal>jar-no-fork</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>
</project>