adsense


Sunday, 29 November 2015

JAVA SERVER FACES BUILD THE PROJECT

COMPUTER LANGUAGES HTML,C,C++.JAVA,.NET AND MULTIMEDIA basics and programs click home button



JAVA SERVER FACES BUILD THE PROJECT





Build the project 

• Select helloworld project in eclipse 

• Use Run As wizard 

• Select Run As < Maven package 

• Maven will start building the project and will create 
helloworld.war under C:\ < Projects < Data < 
WorkSpace < helloworld < target folder 


[INFO] Scanning for projects... 
[INFO] ----------------------------------------------------- 
[INFO] Building helloworld Maven Webapp 
[INFO]  
[INFO] Id: com.tutorialspoint.test:helloworld:war:1.0-SNAPSHOT 
[INFO] task-segment: [package] 
[INFO] ----------------------------------------------------- 
[INFO] [resources:resources] 
[INFO] Using default encoding to copy filtered resources. 
[INFO] [compiler:compile] 
[INFO] Nothing to compile - all classes are up to date 
[INFO] [resources:testResources] 
[INFO] Using default encoding to copy filtered resources. 
[INFO] [compiler:testCompile] 
[INFO] No sources to compile 
[INFO] [surefire:test] 
[INFO] Surefire report directory:  
C:\Projects\Data\WorkSpace\helloworld\target\surefire-reports 
 
------------------------------------------------------- 
 T E S T S 
------------------------------------------------------- 
There are no tests to run. 
 
Results : 
 
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 
 
[INFO] [war:war] 
[INFO] Packaging webapp 
[INFO] Assembling webapp[helloworld] in 
[C:\Projects\Data\WorkSpace\helloworld\target\helloworld] 
[INFO] Processing war project 
[INFO] Webapp assembled in[150 msecs] 
[INFO] Building war:  
C:\Projects\Data\WorkSpace\helloworld\target\helloworld.war 
[INFO] ------------------------------------------------ 
[INFO] BUILD SUCCESSFUL 
[INFO] ------------------------------------------------ 
[INFO] Total time: 3 seconds 
[INFO] Finished at: Mon Nov 05 16:34:46 IST 2012 
[INFO] Final Memory: 2M/15M 
[INFO] ------------------------------------------------ 


No comments: