I have re-read your initial message more carefully - plugin version
1.7 has nothing to do with svn 1.7, it just unfortunate version
numbering coincidence, and it is funny that it was me who got caught
by it =)
In that case you can simply follow the usual plugin usage from the
http://maven-svn-revision-number-plugin.googlecode.com/svn/site/usage.html
and let the maven handle all required dependencies automatically. I
would really suggest you against installing plugins in your local
repository manually.
On 30 янв, 10:33, Oleg Estekhin <
oleg.estek...@gmail.com> wrote:
> Hi
>
> The following line from your log explains what is wrong:
> ===
> A required class was missing while executing com.google.code.maven-svn-
> revision-number-plugin:maven-svn-revision-number-plugin:1.7:revision:
> org/tmatesoft/sqljet/core/SqlJetException
> ===
>
> It means that you did not configure your pom with additional
> repositories with TMateSoft artifacts.
> If you really want to install artifacts manually into your local
> repository you can try to get the required artifacts from thehttp://
maven.tmatesoft.com/content/repositories/releases/andhttp://maven.tmatesoft.com/content/repositories/snapshots/but this is
> really non-maven way of doing things and it will cause you a lot of
> problems in the long run.
>
> The better way would be to follow the instructions in thehttp://
code.google.com/p/maven-svn-revision-number-plugin/wiki/svn7