Fong Chan wrote:
> Hello all,
> 
> I am having some problems with Maven right now.
> 
> Just to give some background.  I currently have installed all of
> Taverna's (A workflow management system that uses Maven) classes into
> the Maven repository and I am able to use them no problem.
> 
> For one of my programs, I would like to use Taverna's class and also
> another external library called Jakarta POI (able to manipulate Excel
> from Java).  The thing is the POI downloads do not come in a maven
> format and make it different to install them into the repository
> easily.  So instead, I have imported them as external jars in
> eclipse.

Finding the right groupId and artifactId for your dependencies is a bit
hard but for POI take a look at http://repo1.maven.org/maven2/poi/poi/.
I used it in a previous project just fine.

If the .jar you want to use is not available in any public repo the only
option you have is to either import it into your local repo or setup
your own repository.

-dirk

--
A: Maybe because some people are too annoyed by top-posting.
Q: Why do I not get an answer to my question(s)?
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?


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

Reply via email to