Re: adding jdbc for ms-sql as dependency from maven

2009-11-12 Thread Adam Leggett (UPCO)
You can get the deploy-file/install-file goals to generate a POM for you: http://maven.apache.org/plugins/maven-install-plugin/install-file-mojo.html#generatePom http://maven.apache.org/plugins/maven-deploy-plugin/deploy-file-mojo.html#generatePom On Thu, 2009-11-12 at 12:17 +0200, eyal edri w

Re: adding jdbc for ms-sql as dependency from maven

2009-11-12 Thread eyal edri
thanks, that did the trick. still i'm getting a WARN messages when building a project with the JDBC dependency: [WARNING] Missing artifact metadata for com.microsoft.sqlserver.jdbc:sqljdbc:jar:2.0 is there any way i can create a metadata for this local jar? Eyal. On Mon, Nov 9, 2009 at 3:19 P

Re: adding jdbc for ms-sql as dependency from maven

2009-11-09 Thread Stephen Connolly
mvn install:install-file or mvn deploy:deploy-file (if you have a repository manager, and you should) are the correct ways to do this systemPath is deprecated 2009/11/9 eyal edri : > Hi, > > anyone knows if the jdbc driver is available via maven repository? and > what's its groupid? > > I downlo

adding jdbc for ms-sql as dependency from maven

2009-11-09 Thread eyal edri
Hi, anyone knows if the jdbc driver is available via maven repository? and what's its groupid? I downloaded the sqljdbc4.jar from Microsoft and set a 'system' dependency, is that the only way to do it? com.microsoft.sqlserver.jdbc sqljdbc 2.0 system /usr/java/sqlj