Re: How to debug/download dependency source code using mvn ...

2008-11-22 Thread KedarMhaswade
Thank you for your response! dchicks wrote: If the sources got downloaded, they would be in your repository - usually alongside the binary jar file with a source label in the name. You do still have to put that jar on your classpath in order to debug into it - or somehow tell NetBeans

Maven's current working directory and changing resources location ...

2007-11-05 Thread KedarMhaswade
I have two questions, answers to which were not obvious. 1- What is the current working directory (i.e. System.getProperty(user.dir))? Can this be printed when one does mvn -X ...? 2- In our company we have resources (properties files for resource bundles) along side the Java sources

Re: Maven's current working directory and changing resources location ...

2007-11-05 Thread KedarMhaswade
/build and place the properties file in the directory src/main/java . Then the properties file will be incuded in your generated jar file . Thanks Saritha SV On 11/5/07, KedarMhaswade [EMAIL PROTECTED] wrote: I have two questions, answers to which were not obvious. 1- What