On 26.07.2005, at 13:53, Jose Gonzalez Gomez wrote:
When I try to use Maven2 including Hibernate 3.0.5 as a dependency the build process stops due to some missing dependencies (javax.transaction:jta:1.0.1B:jar, javax.security:jacc:1.0:jar, ...). I'm using only the default repository (http://repo1.maven.org/maven2) and I guess those jars cannot be included there due to some licensing restrictions from Sun, although they have their corresponding POM.
Correct.
The question is, what am I supposed to do with those jars? Should I download them from Sun and copy them into my local repository? Should the whole development team do the same?
Either install them in each developers local repotitory, or in a shared, company-wide repository.
http://maven.apache.org/maven2/maven-model/maven.html#class_Repository Cheers, -Ralph. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
