Thank you, I deployed some web services (build by maven) in tomcat, after that, I integrated them in PEtALS(Entreprise Service Bus). Now I am using a client to instantiate a subset of these web services using a generic chain(also deployed in PEtALS). http://www.nabble.com/file/p23939446/pom.xml pom.xml The command is: mvn exec:java -Dexec.mainClass=org.weblab_project.services.Client The Client.java (main class) is like this: http://www.nabble.com/file/p23939446/Client.java Client.java
-- View this message in context: http://www.nabble.com/Run-a-file-using-maven-tp23938277p23939446.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
