Re: Error in maven dependencies

2008-08-21 Thread leopupo
:install-file -DgroupId=javax.transaction >> > -DartifactId=jta -Dpackaging=jar -Dversion=1.0.1B >> > -Dfile= >> > >> > Hth, >> > >> > Nick Stolwijk >> > ~Java Developer~ >> > >> > Iprofs BV. >> > Cla

Re: Error in maven dependencies

2008-08-20 Thread leopupo
a to provide > assistance. Be more specific if you expect help on this list. > > What did you do, what happened vs what you thought would happen, copy > and paste any errors or exceptions, etc. > > Wayne > > On 8/19/08, leopupo <[EMAIL PROTECTED]> wrote: >>

Re: Error in maven dependencies

2008-08-19 Thread leopupo
t in the repo just copying and pasting the jar file >> (jta-1.01B.jar it in the repo). >> >> >> >> >> Wayne Fay wrote: >> > >> > What is the exact error message? Are you missing the jar file, or the >> pom? >> > >> > How did

Error in maven dependencies

2008-08-18 Thread leopupo
I´m trying to add hibernate dependencies in my pom.xml, but it returns the following message: Error message: Missing: -- 1) javax.transaction:jta:jar:1.0.1B So, i downloaded it and included it in my .m2\repository path, but it still returns the same error message and i can´t build my proj