https://issues.apache.org/bugzilla/show_bug.cgi?id=49402
Summary: juli.jar published twice in Maven repository
Product: Tomcat 6
Version: 6.0.26
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Catalina
AssignedTo: [email protected]
ReportedBy: [email protected]
Exactly (look at the md5) the same juli.jar file is published two times with
different groupdId in the Maven repository:
First in:
http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/tomcat/extras/juli/6.0.26/
with following groupId/artifactId
<groupId>org.apache.tomcat.extras</groupId>
<artifactId>juli</artifactId>
and then in
http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/tomcat/juli/6.0.26/
with following groupId/artifactId
<groupId>org.apache.tomcat</groupId>
<artifactId>juli</artifactId>
One of these artifacts is surely useless and shouldn't be uploaded to the Maven
central repository. Tomcat's package splitting is already strange enough, no
need to make it more complicated that it is already.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]