The mojo plugin is a big help.  I think that it's almost working except that
my project depends upon the com.microsoft.jdbc.sqljdbc.jar file which
doesn't seem to be in the maven repository.  Probably due to license
restrictions although MS seems to be saying that it is okay.
https://forums.microsoft.com/msdn/ShowPost.aspx?PostID=775621&SiteID=1

<dependency>
                        <groupId>com.microsoft.jdbcdriver</groupId>
                        <artifactId>sqljdbc</artifactId>
                        <version>1.1</version>
                </dependency>
/10/08 6:56:22 PM EST: Missing artifact
com.microsoft.jdbcdriver:sqljdbc:jar:1.1:compile

Anyway, is there a way to use the maven runtime classpath (exec:java mojo
plugin works great) along with a separate external classpath?  I tried
setting my environment CLASSPATH, but the mojo seems to ignore it.
Or alternatively can someone help me with the microsoft sqljdbc driver from
maven?
THanks
-- 
View this message in context: 
http://n2.nabble.com/RepositoryRuntime-path-tp1482230p1483050.html
Sent from the maven users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to