2006/3/8, Prasad Kashyap <[EMAIL PROTECTED]>: > works fine. From the top level geronimo dir, execute > mvn -Psinglemodule -Dmodule=derby
Not that it will make the derby module working, but to enhance your experience with the feature of running a single module, you don't need to use -P option because it's already triggered by the module property. Run mvn -Dmodule=derby to get it running. The derby module doesn't work because the test expects appropriate directory and depending on where the module tests are executed from the results vary. > Prasad Jacek -- Jacek Laskowski http://www.laskowski.org.pl
