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 "Hudson (JIRA)" <ji...@apache.org> on 2015/08/23 16:31:45 UTC

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

    [ https://issues.apache.org/jira/browse/AXIS2-5717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14708389#comment-14708389 ] 

Hudson commented on AXIS2-5717:
-------------------------------

SUCCESS: Integrated in Axis2 #2997 (See [https://builds.apache.org/job/Axis2/2997/])
Remove the OSGi metadata from axis2-transport-http. axis2-kernel is not an OSGi bundle, so axis2-transport-http can't be used as an OSGi bundle either. This should also fix AXIS2-5717. (veithen: rev 1697181)
* /axis/axis2/java/core/trunk/modules/transport/http/pom.xml


> 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
>              Labels: maven
>
> 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