DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=41093>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=41093 Summary: publish 6.0.2 beta jars in a maven repository Product: Tomcat 6 Version: 6.0.0 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P3 Component: Catalina AssignedTo: tomcat-dev@jakarta.apache.org ReportedBy: [EMAIL PROTECTED] Publishing the 6.0.2 beta jars in a maven repository will allow maven based projects that depend on tomcat to automatically download the tomcat jars at build time. Sample poms for this feature were requested in a user list discussion at : http://www.nabble.com/tc-6.0.2-beta-jars-in-a-maven-repository--tf2734362.html I will attach a copy of the poms I created in my local maven repo by using commands like: bash-3.1$ mvn install:install-file -Dfile=tomcat-juli.jar -DgroupId=org.apa che.tomcat -DartifactId=juli -Dversion=6.0.2-beta -Dpackaging=jar -DgeneratePom=true -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]