On Aug 26, 2005, at 6:29 AM, Matthew L Daniel wrote:

Both the naming of the jar and your description of its use implies that
you want servlet-api-2.4 and maybe jsp-api-2.4, not j2ee-1.4.

In response to your question about groupId, the website lists a standard
they came up with for Sun jar files, so your dependency will work on
other folks repository as well:
http://maven.apache.org/reference/standard-sun-jar-names.html

I'd say there is probably nothing stopping you from copying Resin's
implementation of servlet-api-2.4 and jsp-api-2.4 into your repo,
instead of wading through the JavaEE SDK for them.

Thank you, Matthew, that's a very helpful answer.

A related question: I tried to drop a jar into my local repository (inside the .m2 directory), and I created a .pom for it (mimicking one that downloaded for log4j), but the Ant Task still tries to download the .pom (which, of course, fails). I believe it's because I did not create .sha1 files for the .pom and .jar.

Is there a way I can generate .sha1 files by hand?

TIA,


--
Rick



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

Reply via email to