[INFO]?Scanning?
for?projects
![技术分享](http://image.mamicode.com/info/201508/20180110164254315623.gif)
[INFO]?????????????????????????????????????????????????????????????????????????
[INFO]?------------------------------------------------------------------------
[INFO]?Building?test?0.0.1-SNAPSHOT
[INFO]?------------------------------------------------------------------------
[INFO]?
[INFO]?---?maven-resources-plugin:2.5:resources?(
default-resources)?@?test?---
[debug]?execute?contextualize
[WARNING]?Using?platform?encoding?(GBK?actually)?to?copy?filtered?resources,?i.e.?build?is?platform?dependent!
[INFO]?Copying?0?resource
[INFO]?
[INFO]?---?maven-compiler-plugin:2.3.2:compile?(
default-compile)?@?test?---
[INFO]?Nothing?to?compile?-?all?classes?are?up?to?date
[INFO]?
[INFO]?---?maven-resources-plugin:2.5:testResources?(
default-testResources)?@?test?---
[debug]?execute?contextualize
[WARNING]?Using?platform?encoding?(GBK?actually)?to?copy?filtered?resources,?i.e.?build?is?platform?dependent!
[INFO]?Copying?0?resource
[INFO]?
[INFO]?---?maven-compiler-plugin:2.3.2:testCompile?(
default-testCompile)?@?test?---
[INFO]?Nothing?to?compile?-?all?classes?are?up?to?date
[INFO]?
[INFO]?---?maven-surefire-plugin:2.10:test?(
default-test)?@?test?---
[INFO]?Surefire?report?directory:?D:\workspace\test\target\surefire-reports
-------------------------------------------------------
?T?E?S?T?S
-------------------------------------------------------
Running?com.TestRun
test?a?method?
test?b?method?
Tests?run:?2,?Failures:?0,?Errors:?0,?Skipped:?0,?Time?elapsed:?0.071?sec
Results?:
Tests?run:?2,?Failures:?0,?Errors:?0,?Skipped:?0
[INFO]?------------------------------------------------------------------------
[INFO]?BUILD?SUCCESS
[INFO]?------------------------------------------------------------------------
[INFO]?Total?time:?1.847s
[INFO]?Finished?at:?Tue?Sep?11?14:20:59?CST?2012
[INFO]?Final?Memory:?3M/6M
[INFO]?------------------------------------------------------------------------
ok,一个基本的maven项目已经构建完成。我们还可以将现存的java项目利用myclipse方便的转换成maven project,此部分内容我们在下一节里讨论。