Forum Discussion

ravennash's avatar
ravennash
New Contributor
14 years ago

Building SOAP UI source using maven

Hi guys,
I downloaded the SOAP UI source and i want to build the SOAP UI code
there is a build folder in the download where i find a pom.xml, i am new to maven so
i did some google and learned that i need to install maven and type command mvn eclipse:eclipse to
generate an eclipse proejct file so that i can use it inside maven.
i have maven version 2.0.11 and soap ui source version 2.5.1

command mvn eclipse:eclipse does not generate any files for eclipse

it does some downloads and at the end i get this
965b downloaded
[INFO] [eclipse:eclipse]
[INFO] Not running eclipse plugin goal for pom project
[INFO] Using Eclipse Workspace: null
[INFO] Adding default classpath container: org.eclipse.jdt.launching.JRE_CONTAINER
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 42 seconds
[INFO] Finished at: Sun Aug 28 13:26:41 IST 2011
[INFO] Final Memory: 7M/14M
[INFO] ------------------------------------------------------------------------

can any one please point me to right direction !
Thanks in advance.

2 Replies

  • ravennash's avatar
    ravennash
    New Contributor
    I found this page http://www.soapui.org/Developers-Corner ... m-svn.html
    where building soap-ui project is explained properly.

    1.I downloaded the eclipse plugin subclipse
    2.Checked out the 3.5 version of soapui
    3.Downloaded the 1.0.2 version of maven
    4.Executed the maven eclipse command maven eclipse:generate -classpath
    that command downloaded many jar files and the the end few were not dowloaded because of http 404 error.
    this is the list

    jxbrowser-1.4.jar
    jniwrap-3.7.3.jar
    winpack-3.7.1.jar
    xulrunner-win32.jar
    xulrunner-linux-i686.jar
    xulrunner-mac-un-i386-ppc.jar
    MozillaGlue-jxbrowser-1.4.jar
    MozillaInterfaces-jxbrowser-1.4.jar

    Can any one please help me to fix this problem, do i have to change the repository location to download these files