aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorkabir.khan@jboss.com <kabir.khan@jboss.com@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>2010-03-29 14:03:15 +0000
committerkabir.khan@jboss.com <kabir.khan@jboss.com@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>2010-03-29 14:03:15 +0000
commit54e8b2adfb7fb72e83de3ab2c78fce93b3ed2a4f (patch)
tree9d14e32b9fa6facbe1b5460ac834c9d99931460a /pom.xml
parentb4988a237d1de458b8d856f62543d8af685db1e4 (diff)
downloadjavassist-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.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index fa20c84a..7458034e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>