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 "Saminda Wishwajith Abeyruwan (JIRA)" <ji...@apache.org> on 2007/04/20 12:24:15 UTC

[jira] Resolved: (AXIS2-2569) Cyclic depedency to axis2-mar-maven-plugin from the maven2 build ??

     [ https://issues.apache.org/jira/browse/AXIS2-2569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Saminda Wishwajith Abeyruwan resolved AXIS2-2569.
-------------------------------------------------

    Resolution: Fixed

MAR Maven2 plugin is an independent artifact and we can build it first before any of the other dependent artifacts are built. Thus, the build order of the reactor as follows, 

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] Apache Axis 2.0 - Parent .............................. SUCCESS [7.283s]
[INFO] Apache Axis 2.0 - tool - MAR Maven Plugin ............. SUCCESS [6.172s]
[INFO] Apache Axis 2.0 - Java2WSDL ........................... SUCCESS [3.590s]
[INFO] Apache Axis 2.0 - Kernel .............................. SUCCESS [23.786s]
[INFO] Apache Axis 2.0 - Data Binding ........................ SUCCESS [4.036s]
[INFO] Apache Axis 2.0 - Code Generation ..................... SUCCESS [5.241s]
[INFO] Apache Axis 2.0 - ADB Codegen ......................... SUCCESS [1:05.662s]
[INFO] Apache Axis 2.0 - Addressing .......................... SUCCESS [2.856s]
[INFO] Apache Axis 2.0 - JiBX Data Binding ................... SUCCESS [3.571s]
[INFO] Apache Axis 2.0 - JSON ................................ SUCCESS [3.872s]
[INFO] Apache Axis 2.0 - MTOM Policy ......................... SUCCESS [2.654s]
[INFO] Apache Axis 2.0 - Ping ................................ SUCCESS [1.197s]
[INFO] Apache Axis 2.0 - spring .............................. SUCCESS [2.283s]
[INFO] Apache Axis 2.0 - tool - AAR Maven Plugin ............. SUCCESS [1.059s]
[INFO] Apache Axis 2.0 - tool - Ant Plugin ................... SUCCESS [1.162s]
[INFO] Apache Axis 2.0 - tool - Eclipse Codegen Plugin ....... SUCCESS [21.793s]
[INFO] Apache Axis 2.0 - tool - Eclipse service Plugin ....... SUCCESS [12.550s]
[INFO] Apache Axis 2.0 - tool - Java2WSDL Maven Plugin ....... SUCCESS [0.901s]
[INFO] Apache Axis 2.0 - XMLBeans Data Binding ............... SUCCESS [3.495s]
[INFO] Apache Axis 2.0 - tool - WSDL2Code Maven Plugin ....... SUCCESS [1.620s]
[INFO] Apache Axis 2.0 - JAXB-RI Data Binding ................ SUCCESS [1.734s]
[INFO] Apache Axis 2.0 - SAAJ API ............................ SUCCESS [1.370s]
[INFO] Apache Axis 2.0 - JAXWS API ........................... SUCCESS [2.047s]
[INFO] Apache Axis 2.0 - SAAJ ................................ SUCCESS [3.851s]
[INFO] Apache Axis 2.0 - Metadata ............................ SUCCESS [6.445s]
[INFO] Apache Axis 2.0 - JAXWS ............................... SUCCESS [1:00.122s]
[INFO] Apache Axis 2.0 - Clustering .......................... SUCCESS [3.104s]
[INFO] Apache Axis 2.0 - Root ................................ SUCCESS [4.201s]


> Cyclic depedency to axis2-mar-maven-plugin from the maven2 build ??
> -------------------------------------------------------------------
>
>                 Key: AXIS2-2569
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2569
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>         Environment: Maven version: 2.0.4
> java version "1.5.0_10"
>            Reporter: Thilina Gunarathne
>            Priority: Blocker
>
> Looks like an issue to me...  I could not get the mvn clean install running...
> [INFO] Scanning for projects...
> [INFO] Reactor build order: 
> [INFO]   Apache Axis 2.0 - Parent
> [INFO]   Apache Axis 2.0 - Java2WSDL
> [INFO]   Apache Axis 2.0 - Kernel
> [INFO]   Apache Axis 2.0 - Data Binding
> [INFO]   Apache Axis 2.0 - Code Generation
> [INFO]   Apache Axis 2.0 - ADB Codegen
> [INFO]   Apache Axis 2.0 - tool - MAR Maven Plugin
> [INFO]   Apache Axis 2.0 - Addressing
> [INFO]   Apache Axis 2.0 - JiBX Data Binding
> [INFO]   Apache Axis 2.0 - JSON
> [INFO]   Apache Axis 2.0 - MTOM Policy
> [INFO]   Apache Axis 2.0 - Ping
> [INFO]   Apache Axis 2.0 - spring
> [INFO]   Apache Axis 2.0 - tool - AAR Maven Plugin
> [INFO]   Apache Axis 2.0 - tool - Ant Plugin
> [INFO]   Apache Axis 2.0 - tool - Eclipse Codegen Plugin
> [INFO]   Apache Axis 2.0 - tool - Eclipse service Plugin
> [INFO]   Apache Axis 2.0 - tool - Java2WSDL Maven Plugin
> [INFO]   Apache Axis 2.0 - XMLBeans Data Binding
> [INFO]   Apache Axis 2.0 - tool - WSDL2Code Maven Plugin
> [INFO]   Apache Axis 2.0 - JAXB-RI Data Binding
> [INFO]   Apache Axis 2.0 - SAAJ API
> [INFO]   Apache Axis 2.0 - SAAJ
> [INFO]   Apache Axis 2.0 - JAXWS API
> [INFO]   Apache Axis 2.0 - Metadata
> [INFO]   Apache Axis 2.0 - JAXWS
> [INFO]   Apache Axis 2.0 - Clustering
> [INFO]   Apache Axis 2.0 - Root
> [INFO] snapshot org.apache.axis2:axis2-mar-maven-plugin:SNAPSHOT: checking for updates from apache-snapshots
> [INFO] snapshot org.apache.axis2:axis2-mar-maven-plugin:SNAPSHOT: checking for updates from ws-zones
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Plugin could not be found - check that the goal name is correct: System is offline.
> Try downloading the file manually from the project website.
> Then, install it using the command: 
>     mvn install:install-file -DgroupId=org.apache.axis2 -DartifactId=axis2-mar-maven-plugin \
>         -Dversion=SNAPSHOT -Dpackaging=maven-plugin -Dfile=/path/to/file
>   org.apache.axis2:axis2-mar-maven-plugin:maven-plugin:SNAPSHOT
>   org.apache.axis2:axis2-mar-maven-plugin:maven-plugin:SNAPSHOT

-- 
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