Axis2 Build through maven 2.0.4

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • zaheermabbas
    New Member
    • Dec 2006
    • 2

    #1

    Axis2 Build through maven 2.0.4

    Hello All,
    I have been following the release documentation of axis, i wanted the axis2.war by building the sources, i have downloaded the source, and as it is specified in the doc to build the sources through maven. I am running on Maven2.0.4 but my Build process is failing because of the following reason,
    *************** *************** *************** *************** *************** *************** *****
    + Error stacktraces are turned on.
    [INFO] Scanning for projects...
    [INFO] Reactor build order:
    [INFO] Axis 2.0 Parent Project
    [INFO] Apache Axis 2.0 - Java2WSDL
    [INFO] Apache Axis 2.0 - Kernel
    [INFO] Maven 2 tools for Axis 2
    [INFO] Axis 2 Aar Maven Plugin
    [INFO] Axis 2 Mar Maven Plugin
    [INFO] Axis 2 Java2WSDL Maven Plugin
    [INFO] Apache Axis 2.0 - Data Binding
    [INFO] Apache Axis 2.0 - Code Generation
    [INFO] Apache Axis 2.0 - ADB Codegen
    [INFO] Axis 2 WSDL2Code Maven Plugin
    [INFO] Apache Axis 2.0
    [INFO] ------------------------------------------------------------------------
    [ERROR] BUILD FAILURE
    [INFO] ------------------------------------------------------------------------
    [INFO] You must specify at least one goal. Try 'install'
    [INFO] ------------------------------------------------------------------------
    [INFO] Trace
    org.apache.mave n.BuildFailureE xception: You must specify at least one goal. Try 'install'
    at org.apache.mave n.lifecycle.Def aultLifecycleEx ecutor.execute( DefaultLifecycl eExecutor.java: 132)
    at org.apache.mave n.DefaultMaven. doExecute(Defau ltMaven.java:32 2)
    at org.apache.mave n.DefaultMaven. execute(Default Maven.java:115)
    at org.apache.mave n.cli.MavenCli. main(MavenCli.j ava:256)
    at sun.reflect.Nat iveMethodAccess orImpl.invoke0( Native Method)
    at sun.reflect.Nat iveMethodAccess orImpl.invoke(N ativeMethodAcce ssorImpl.java:3 9)
    at sun.reflect.Del egatingMethodAc cessorImpl.invo ke(DelegatingMe thodAccessorImp l.java:25)
    at java.lang.refle ct.Method.invok e(Method.java:5 85)
    at org.codehaus.cl assworlds.Launc her.launchEnhan ced(Launcher.ja va:315)
    at org.codehaus.cl assworlds.Launc her.launch(Laun cher.java:255)
    at org.codehaus.cl assworlds.Launc her.mainWithExi tCode(Launcher. java:430)
    at org.codehaus.cl assworlds.Launc her.main(Launch er.java:375)
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 1 second
    [INFO] Finished at: Wed Jan 10 06:10:47 GMT+05:30 2007
    [INFO] Final Memory: 1M/3M
    [INFO] ------------------------------------------------------------------------
    *************** *************** *************** *************** *************** *************** *************** ***********

    If you have worked with it or if you have any idea about the same.Please reply back as early as possible.

    THANKS IN ADVANCE.....Loo king for a proper guidance for the same...
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by zaheermabbas
    Hello All,
    I have been following the release documentation of axis, i wanted the axis2.war by building the sources, i have downloaded the source, and as it is specified in the doc to build the sources through maven. I am running on Maven2.0.4 but my Build process is failing because of the following reason,
    *************** *************** *************** *************** *************** *************** *****
    + Error stacktraces are turned on.
    [INFO] Scanning for projects...
    [INFO] Reactor build order:
    [INFO] Axis 2.0 Parent Project
    [INFO] Apache Axis 2.0 - Java2WSDL
    [INFO] Apache Axis 2.0 - Kernel
    [INFO] Maven 2 tools for Axis 2
    [INFO] Axis 2 Aar Maven Plugin
    [INFO] Axis 2 Mar Maven Plugin
    [INFO] Axis 2 Java2WSDL Maven Plugin
    [INFO] Apache Axis 2.0 - Data Binding
    [INFO] Apache Axis 2.0 - Code Generation
    [INFO] Apache Axis 2.0 - ADB Codegen
    [INFO] Axis 2 WSDL2Code Maven Plugin
    [INFO] Apache Axis 2.0
    [INFO] ------------------------------------------------------------------------
    [ERROR] BUILD FAILURE
    [INFO] ------------------------------------------------------------------------
    [INFO] You must specify at least one goal. Try 'install'
    [INFO] ------------------------------------------------------------------------
    [INFO] Trace
    org.apache.mave n.BuildFailureE xception: You must specify at least one goal. Try 'install'
    at org.apache.mave n.lifecycle.Def aultLifecycleEx ecutor.execute( DefaultLifecycl eExecutor.java: 132)
    at org.apache.mave n.DefaultMaven. doExecute(Defau ltMaven.java:32 2)
    at org.apache.mave n.DefaultMaven. execute(Default Maven.java:115)
    at org.apache.mave n.cli.MavenCli. main(MavenCli.j ava:256)
    at sun.reflect.Nat iveMethodAccess orImpl.invoke0( Native Method)
    at sun.reflect.Nat iveMethodAccess orImpl.invoke(N ativeMethodAcce ssorImpl.java:3 9)
    at sun.reflect.Del egatingMethodAc cessorImpl.invo ke(DelegatingMe thodAccessorImp l.java:25)
    at java.lang.refle ct.Method.invok e(Method.java:5 85)
    at org.codehaus.cl assworlds.Launc her.launchEnhan ced(Launcher.ja va:315)
    at org.codehaus.cl assworlds.Launc her.launch(Laun cher.java:255)
    at org.codehaus.cl assworlds.Launc her.mainWithExi tCode(Launcher. java:430)
    at org.codehaus.cl assworlds.Launc her.main(Launch er.java:375)
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 1 second
    [INFO] Finished at: Wed Jan 10 06:10:47 GMT+05:30 2007
    [INFO] Final Memory: 1M/3M
    [INFO] ------------------------------------------------------------------------
    *************** *************** *************** *************** *************** *************** *************** ***********

    If you have worked with it or if you have any idea about the same.Please reply back as early as possible.

    THANKS IN ADVANCE.....Loo king for a proper guidance for the same...
    I don't know anything about that thing but if it's saying

    [INFO] You must specify at least one goal. Try 'install',

    then I think you must take its advice

    Comment

    Working...