Speaking of which,
We're not using maven, and I don't see us switch in a short term. But I
think it would be good if Tomcat could post its individual JARs
to the apache maven repository. Useful JARs are, but not limited to, the
EL jars, JASPTER, TRIBES, JULI.
I've received more than one request here at ApacheCon for individual
JARs out of the tomcat binaries, and for other projects that use Maven,
could benefit greatly if we published them to the m2 repository.
any thoughts?
Filip
Wendy Smoak wrote:
On 10/9/06, Remy Maucherat <[EMAIL PROTECTED]> wrote:
Sure, no problem from me either. There could be regular Tomcat 6 builds
available shortly.
This is done... the el-api and jasper-el jars are available here:
http://people.apache.org/repo/m2-snapshot-repository/org/apache/tomcat/
This will only be interesting if you're building with Maven, but here
are the dependency elements you can add to your pom.xml file:
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>el-api</artifactId>
<version>6.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>jasper-el</artifactId>
<version>6.0.0-SNAPSHOT</version>
</dependency>
Thanks,
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]