5

I would like to obtain the JBoss Application Server 5.1.0 source code to go through it on Debugging mode. Where and how can I find the sources of JBoss? (if possible).

A Jar with the sources would be nice, but it seems not to be easy to find...

Mr.Eddart
  • 10,050
  • 13
  • 49
  • 77

1 Answers1

8

Either download the source from http://sourceforge.net/projects/jboss/files/JBoss/JBoss-5.1.0.GA/ or if you use Maven, you can use the mvn dependency:sources command.

Sahil Muthoo
  • 12,033
  • 2
  • 29
  • 38
  • Man, how did you find it? i am searching by JBoss in the main page and it doesn't appear (to do the same with other projects). By the way, thank you very much! – Mr.Eddart Sep 01 '11 at 16:08