[java-sig-commits] [Bug 655808] jetty installs pom files with incorrect filename

bugzilla at redhat.com bugzilla at redhat.com
Wed Dec 1 13:07:36 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=655808

Stanislav Ochotnicky <sochotni at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
               Flag|needinfo?(sochotni at redhat.c |
                   |om)                         |

--- Comment #3 from Stanislav Ochotnicky <sochotni at redhat.com> 2010-12-01 08:07:34 EST ---
FYI the problem is with this call:
%add_to_maven_depmap org.mortbay.jetty servlet-api %{version} JPP
tomcat6-servlet-2.5-api

This call tells us that there should be tomcat6-servlet-2.5-api jar file and
JPP-tomcat6-servlet-2.5.api.pom file. These files are present in tomcat6
package not jetty though. There are 2 normal solutions:
 1. Fix pom file of jetty to use normal javax.servlet:servlet-api depmap
 2. move the depmap call to tomca6. 

The first approach is better IMO, since this depmap is quite unique...

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the java-sig-commits mailing list