You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Victor (JIRA)" <ji...@apache.org> on 2015/08/21 14:02:45 UTC

[jira] [Created] (AXIS2-5717) Maven: duplicate classes in axis2-kernel versus axis2-transport-http

Victor created AXIS2-5717:
-----------------------------

             Summary: Maven: duplicate classes in axis2-kernel versus axis2-transport-http
                 Key: AXIS2-5717
                 URL: https://issues.apache.org/jira/browse/AXIS2-5717
             Project: Axis2
          Issue Type: Bug
          Components: kernel, transports
    Affects Versions: 1.6.3
            Reporter: Victor
            Priority: Trivial


Hi,

I noticed two bothering things with the maven artefacts deployed to maven central:

1) axis2-kernel and axis2-transport-http contain duplicate classes, duplicate-finder-maven-plugin tells me this:
[WARNING] Found duplicate (but equal) classes in [org.apache.axis2:axis2-kernel:1.6.3, org.apache.axis2:axis2-transport-http:1.6.3]:
[WARNING]   org.apache.axis2.transport.http.ApplicationXMLFormatter
[WARNING]   org.apache.axis2.transport.http.HTTPConstants
[WARNING]   org.apache.axis2.transport.http.MultipartFormDataFormatter
[WARNING]   org.apache.axis2.transport.http.SOAPMessageFormatter
[WARNING]   org.apache.axis2.transport.http.XFormURLEncodedFormatter
[WARNING]   org.apache.axis2.transport.http.util.ComplexPart
[WARNING]   org.apache.axis2.transport.http.util.QueryStringParser
[WARNING]   org.apache.axis2.transport.http.util.URIEncoderDecoder
[WARNING]   org.apache.axis2.transport.http.util.URLTemplatingUtil

2) axis2-transport-http sources artefact does not contain the sources for these classes, so when trying to access the source from Eclipse, it does not look at axis2-kernel sources but at axis2-transport-http sources.

I think it would be good to not duplicate them and have the sources in the same artefact than the class.

Thank you!



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org