hi,
im trying to build my project which depended on a 3rd party jar.
i made "mvn install:install-file" [1] and then added the dependency to my
project's pom.xml [2].
but still when i do "mvn compile" i get the message "package X does not
exist.
why is that?
Avi.
[1] mvn install:install-file -Dfile=c:\SOMEPATH\JSpaces.jar
-DgroupId=gigaspaces -DartifactId=JSpaces -Dversion=6.5 -Dpackaging=jar
-DgeneratePom=true
[2] <dependency>
<groupId>gigaspaces</groupId>
<artifactId>JSpaces</artifactId>
<version>6.5</version>
</dependency>
--
View this message in context:
http://www.nabble.com/package-does-not-exit-error-with-3rd-party-jar-dependency-tp16238648s177p16238648.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]