Why are you using Maven? I'm asking as it seems as you're trying to do everything NOT to use Maven's features...
/Anders On Thu, Jul 8, 2010 at 21:17, Paulwintech <[email protected]> wrote: > > Hi, > > Im a new user in maven. I have few doubts. > > 1. I have some BAT files that has to executed via maven > 2. While executing my default commands.. I need to echo the status like > "Started first task" > 3. When the task gets failed user should get error message popup etc., > 4. (a) Automatic repository update through maven > (b) Maven calling ant to build .war > (c) Copying the new created build file(.war) to local folder with date/time > (d) Auto upload/deploy from build machine to server > (e) Testing particular URLs/products to test the site flow > (f) Sending mail regarding deployment status > 5. Below is my example pom.xml, which im trying only (a) > > > 4.0.0 > > com.test.example > test > 1.0-SNAPSHOT > war > > mctest > http://maven.apache.org > > > UTF-8 > > > > > junit > junit > 3.8.1 > test > > > > > > org.codehaus.mojo > exec-maven-plugin > 1.1.1 > > > > exec > > > > > > > > D:\ > "D:\test.bat" > > > > > > > > > > > > > Thanks > Paulwintech > > -- > View this message in context: > http://maven.40175.n5.nabble.com/Maven-Plugins-tp1045208p1045208.html > Sent from the Maven - Users mailing list archive at Nabble.com. >
