Is there a question here?

In general, it looks to me like you're trying to use Maven like Make or
Ant which will only result in frustration.

a, c, and d are intrinsic features of Maven - you don't need to do
beyond some basic configuration
b - the war plugin can do this
e - failsafe can act as an integration test harness, although obviously
you have to write the tests yourself
f - most people have their CI server handle sending emails like this

On 7/8/10 3:17 PM, Paulwintech 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
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to