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 "Felix Röthenbacher (JIRA)" <ji...@apache.org> on 2008/02/01 12:49:15 UTC

[jira] Created: (AXIS2-3487) Dependency resolution mess with axis2-wsdl2code-maven-plugin

Dependency resolution mess with axis2-wsdl2code-maven-plugin
------------------------------------------------------------

                 Key: AXIS2-3487
                 URL: https://issues.apache.org/jira/browse/AXIS2-3487
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: Tools
            Reporter: Felix Röthenbacher
             Fix For: 1.4


axis2-wsdl2code-maven-plugin programmatically adds dependencies during build process messing up regular behaviour of Maven. Plugin dependencies are added as regular project artifact dependencies bringing in these dependencies into regular compile process and are not removed after plugin execution. These programmatically added dependencies interfere with standard Maven dependency management/resolution.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (AXIS2-3487) Dependency resolution mess with axis2-wsdl2code-maven-plugin

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-3487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12574581#action_12574581 ] 

Davanum Srinivas commented on AXIS2-3487:
-----------------------------------------

Fixed in svn revision 633148

> Dependency resolution mess with axis2-wsdl2code-maven-plugin
> ------------------------------------------------------------
>
>                 Key: AXIS2-3487
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3487
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: Tools
>            Reporter: Felix Röthenbacher
>             Fix For: 1.4
>
>         Attachments: WSDL2CodeMojo.java.diff
>
>
> axis2-wsdl2code-maven-plugin programmatically adds dependencies during build process messing up regular behaviour of Maven. Plugin dependencies are added as regular project artifact dependencies bringing in these dependencies into regular compile process and are not removed after plugin execution. These programmatically added dependencies interfere with standard Maven dependency management/resolution.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (AXIS2-3487) Dependency resolution mess with axis2-wsdl2code-maven-plugin

Posted by "Felix Röthenbacher (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Röthenbacher updated AXIS2-3487:
--------------------------------------

    Attachment: WSDL2CodeMojo.java.diff

Patch removing code interfering with standard Maven dependency resolution. Any dependencies necessary at compile time should be added in project pom, not programmatically by a plugin.

> Dependency resolution mess with axis2-wsdl2code-maven-plugin
> ------------------------------------------------------------
>
>                 Key: AXIS2-3487
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3487
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: Tools
>            Reporter: Felix Röthenbacher
>             Fix For: 1.4
>
>         Attachments: WSDL2CodeMojo.java.diff
>
>
> axis2-wsdl2code-maven-plugin programmatically adds dependencies during build process messing up regular behaviour of Maven. Plugin dependencies are added as regular project artifact dependencies bringing in these dependencies into regular compile process and are not removed after plugin execution. These programmatically added dependencies interfere with standard Maven dependency management/resolution.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Resolved: (AXIS2-3487) Dependency resolution mess with axis2-wsdl2code-maven-plugin

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Davanum Srinivas resolved AXIS2-3487.
-------------------------------------

    Resolution: Fixed

> Dependency resolution mess with axis2-wsdl2code-maven-plugin
> ------------------------------------------------------------
>
>                 Key: AXIS2-3487
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3487
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: Tools
>            Reporter: Felix Röthenbacher
>             Fix For: 1.4
>
>         Attachments: WSDL2CodeMojo.java.diff
>
>
> axis2-wsdl2code-maven-plugin programmatically adds dependencies during build process messing up regular behaviour of Maven. Plugin dependencies are added as regular project artifact dependencies bringing in these dependencies into regular compile process and are not removed after plugin execution. These programmatically added dependencies interfere with standard Maven dependency management/resolution.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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