Sonar with Maven: Fail to connect to database: Cannot loa d JDBC driver class 'oracle.jdbc.OracleDriver'

2013-12-07 Thread Omar@Gmail
Objective: Get Maven to publish sonar results to running Sonar server Steps: - Installed and ran Sonar, accessible from browser - The back-end database is Oracle - Installed and configured Maven in settings.xml file to connect to the Oracle db - Invoked: mvn clean

Re: Version resolution question (was: plugin version ranges errors with Maven 3.1.1)

2013-12-07 Thread Stephen Connolly
Legacy local repository is what you need to set... Mvn -help will tell you the cli option On Friday, 6 December 2013, John Dix wrote: Sorry, I meant we do not have Shade 2.1 plugin. 2.0 is in our repository. -Original Message- From: John Dix Sent: Friday, December 06, 2013 3:25 PM

Re: Sonar with Maven: Fail to connect to database: Cannot loa d JDBC driver class 'oracle.jdbc.OracleDriver'

2013-12-07 Thread Robert Scholte
It is not Maven who requires the driver, but Sonar(Qube). See http://docs.codehaus.org/display/SONAR/Installing#Installing-installingDatabaseInstallingtheDatabase for the details. Robert Op Sat, 07 Dec 2013 13:33:09 +0100 schreef Omar@Gmail omarnet...@googlemail.com: Objective: Get