L.S., There's no <defaultGoal/> configured in the <build> element inside the POM, so you will have to specify the goal to run on the command line. Something like 'mvn clean install' should work fine...
Regards, Gert Vanthienen ------------------------ FuseSource Web: http://fusesource.com Blog: http://gertvanthienen.blogspot.com/ On Wed, Oct 19, 2011 at 8:02 PM, nskarthik_k <[email protected]> wrote: > Hi > > spec : > JDK 1.6 > Servicemix 3.3 > o/s windows 7 > jboss 6.0 > maven 3.0.3 > > Sorry for Long time no response. > > I did some setup from the URL for WSDL--SMIX--EJB from the URL > > " > http://servicemix.apache.org/6-intermediate-using-ejb-inside-servicemix.html > " > > There seems to be somthing wrong with the Maven /pom.xml ... > > I am sorry to say that the explanation for same is Incomplete.....:( > > some body needs to update the same. > > also the pom.xml as stated in the example when executed ... > > > C:\KARTHIK\SAMPLECODE\ESB_SOA\SMIXEJB\ejb-cfx-su>mvn > [INFO] Scanning for projects... > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 9.742s > [INFO] Finished at: Thu Oct 13 13:29:36 IST 2011 > [INFO] Final Memory: 3M/15M > [INFO] > ------------------------------------------------------------------------ > [ERROR] No goals have been specified for this build. You must specify a > valid lifecycle phase or a goal in the format <plugin-prefi > x>:<goal> or > <plugin-group-id>:<plugin-artifact-id>[:<plugin-version>]:<goal>. Available > lifecycle phases are: validate, initialize > , generate-sources, process-sources, generate-resources, process-resources, > compile, process-classes, generate-test-sources, proces > s-test-sources, generate-test-resources, process-test-resources, > test-compile, process-test-classes, test, prepare-package, package > , pre-integration-test, integration-test, post-integration-test, verify, > install, deploy, pre-clean, clean, post-clean, pre-site, s > ite, post-site, site-deploy. -> [Help 1] > [ERROR] > [ERROR] To see the full stack trace of the errors, re-run Maven with the -e > switch. > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > [ERROR] > [ERROR] For more information about the errors and possible solutions, > please > read the following articles: > [ERROR] [Help 1] > http://cwiki.apache.org/confluence/display/MAVEN/NoGoalSpecifiedException > C:\KARTHIK\SAMPLECODE\ESB_SOA\SMIXEJB\ejb-cfx-su> > http://servicemix.apache.org/6-intermediate-using-ejb-inside-servicemix.html > > > please somebody help me ????? > > > -- > View this message in context: > http://servicemix.396122.n5.nabble.com/HOWTO-WSDL-SERVICEMIX-EJB-tp4823380p4918833.html > Sent from the ServiceMix - User mailing list archive at Nabble.com. >
