Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
View Tickets
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 25
and
Version 26
of
WikiStart
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
06/08/2012 03:32:53 PM (
14 years
ago)
Author:
qinhongyuan
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
WikiStart
v25
v26
85
85
- appName和集成环境一样
86
86
- 默认是汽车网论坛配置
87
----
88
- 默认不跑测试,跑测试需要添加命令
89
{{{
90
mvn clean package -DappName=housebbs6 -PrunTest
91
}}}
92
----
93
- 添加sonar分析
94
{{{
95
mvn clean package -PrunTest sonar:sonar
96
}}}
87
97
88
98
= 8.编码规范 =