diff options
author | kabir.khan@jboss.com <kabir.khan@jboss.com@30ef5769-5b8d-40dd-aea6-55b5d6557bb3> | 2010-03-29 14:03:15 +0000 |
---|---|---|
committer | kabir.khan@jboss.com <kabir.khan@jboss.com@30ef5769-5b8d-40dd-aea6-55b5d6557bb3> | 2010-03-29 14:03:15 +0000 |
commit | 54e8b2adfb7fb72e83de3ab2c78fce93b3ed2a4f (patch) | |
tree | 9d14e32b9fa6facbe1b5460ac834c9d99931460a /pom.xml | |
parent | b4988a237d1de458b8d856f62543d8af685db1e4 (diff) | |
download | javassist-54e8b2adfb7fb72e83de3ab2c78fce93b3ed2a4f.tar.gz javassist-54e8b2adfb7fb72e83de3ab2c78fce93b3ed2a4f.zip |
[JASSIST-111] Uncomment the code containing the fix :-)
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@519 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -39,6 +39,19 @@ </archive> </configuration> </plugin> + <plugin> + <artifactId>maven-source-plugin</artifactId> + <version>2.0.3</version> + <executions> + <execution> + <id>attach-sources</id> + <goals> + <goal>jar</goal> + </goals> + </execution> + </executions> + <inherited>true</inherited> + </plugin> </plugins> </build> <profiles> |