If you are going to be doing your development with Maven and want to
speed things up and make your life a lot better install Nexus.
It make not make the sex or the beer better but you will have more time
to pursue them.
Ron
On 30/07/2010 6:40 AM, Lukin wrote:
Solved!
Thank you for assistance. I have probably made some mistake when I was
experimenting with Maven for the first time. You pointed me to the right
direction - the jar was not very well installed. The problem was, that in
.m2\repository\com\microsoft\sqljdbc4\2\ was missing .pom file.
I just have created sqljdbc4-2.pom with
<?xml version="1.0" encoding="UTF-8"?>
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft</groupId>
<artifactId>sqljdbc4</artifactId>
<version>2</version>
</project>
and that was IT.
Thank to all for help
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]