I have successfully added a JAR to my app. This JAR contains another app of
mine and I need access to some code contained within.

I physically added it to my WEB-INF/lib dir, did a Refresh in Eclipse and
added it in the Properties : Java Build Properties. Everything compiles but
when I execute run-war or run I get errors, it can't find any of the classes
in my newly-added JAR. If I do a Clean on the project (not with Maven, with
Eclipse - Project : Clean) it works ... for a while. But every 2-3
executions of run-war I have to do another Clean.

This is annoying and time consuming. I don't think I should have to add my
JAR to the Mavan repository, it's not 'public' code. Is there any way to
make the Maven scripts aware of my JAR?

Thanks,
Bob
-- 
View this message in context: 
http://www.nabble.com/How-to-make-Maven-see-a-new-JAR-that%27s-not-in-Maven-repository--tp15546914s2369p15546914.html
Sent from the AppFuse - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to