added gitreview
Change-Id: Iccfecfc6daf66dab0ed911084e13a51c03789010
Showing
4 changed files
with
9 additions
and
57 deletions
.gitreview
0 → 100644
| ... | @@ -44,7 +44,7 @@ | ... | @@ -44,7 +44,7 @@ |
| 44 | 44 | ||
| 45 | <module name="Checker"> | 45 | <module name="Checker"> |
| 46 | <module name="SuppressionFilter"> | 46 | <module name="SuppressionFilter"> |
| 47 | - <property name="file" value="${config_loc}/suppressions.xml"/> | 47 | + <property name="file" value="${samedir}/suppressions.xml"/> |
| 48 | </module> | 48 | </module> |
| 49 | <!-- | 49 | <!-- |
| 50 | If you set the basedir property below, then all reported file | 50 | If you set the basedir property below, then all reported file | ... | ... |
| ... | @@ -196,53 +196,8 @@ | ... | @@ -196,53 +196,8 @@ |
| 196 | <charset>UTF-8</charset> | 196 | <charset>UTF-8</charset> |
| 197 | <locale>en</locale> | 197 | <locale>en</locale> |
| 198 | <author>false</author> | 198 | <author>false</author> |
| 199 | - <excludePackageNames>net.floodlightcontroller.*:net.onrc.onos.core.datastore.serializers</excludePackageNames> | ||
| 200 | </configuration> | 199 | </configuration> |
| 201 | </plugin> | 200 | </plugin> |
| 202 | -<!-- Remove me when we're sure that system test no longer need JaCoCo | ||
| 203 | - <plugin> | ||
| 204 | - <groupId>org.jacoco</groupId> | ||
| 205 | - <artifactId>jacoco-maven-plugin</artifactId> | ||
| 206 | - <version>0.6.3.201306030806</version> | ||
| 207 | - <executions> | ||
| 208 | - <execution> | ||
| 209 | - <id>jacoco-initialize</id> | ||
| 210 | - <goals> | ||
| 211 | - <goal>prepare-agent</goal> | ||
| 212 | - </goals> | ||
| 213 | - </execution> | ||
| 214 | - <execution> | ||
| 215 | - <id>jacoco-site</id> | ||
| 216 | - <phase>package</phase> | ||
| 217 | - <goals> | ||
| 218 | - <goal>report</goal> | ||
| 219 | - </goals> | ||
| 220 | - </execution> | ||
| 221 | - </executions> | ||
| 222 | - </plugin> | ||
| 223 | ---> | ||
| 224 | - <!-- Uncomment when publishing javadoc to github in the future. | ||
| 225 | - <plugin> | ||
| 226 | - <groupId>com.github.github</groupId> | ||
| 227 | - <artifactId>site-maven-plugin</artifactId> | ||
| 228 | - <version>0.8</version> | ||
| 229 | - <configuration> | ||
| 230 | - <message>Creating site for ${project.version}</message> | ||
| 231 | - <dryRun>true</dryRun> | ||
| 232 | - <repositoryName>ONOS</repositoryName> | ||
| 233 | - <repositoryOwner>OPENNETWORKINGLAB</repositoryOwner> | ||
| 234 | - <path>javadoc/${project.version}/</path> | ||
| 235 | - </configuration> | ||
| 236 | - <executions> | ||
| 237 | - <execution> | ||
| 238 | - <goals> | ||
| 239 | - <goal>site</goal> | ||
| 240 | - </goals> | ||
| 241 | - <phase>site</phase> | ||
| 242 | - </execution> | ||
| 243 | - </executions> | ||
| 244 | - </plugin> | ||
| 245 | - --> | ||
| 246 | <plugin> | 201 | <plugin> |
| 247 | <artifactId>maven-assembly-plugin</artifactId> | 202 | <artifactId>maven-assembly-plugin</artifactId> |
| 248 | <version>2.4</version> | 203 | <version>2.4</version> |
| ... | @@ -299,10 +254,6 @@ | ... | @@ -299,10 +254,6 @@ |
| 299 | <ignores> | 254 | <ignores> |
| 300 | <ignore>org.slf4j.*</ignore> | 255 | <ignore>org.slf4j.*</ignore> |
| 301 | </ignores> | 256 | </ignores> |
| 302 | - <excludes> | ||
| 303 | - <exclude>edu/stanford/ramcloud/**/*.class</exclude> | ||
| 304 | - <exclude>net/floodlightcontroller/**/web/**/*.class</exclude> | ||
| 305 | - </excludes> | ||
| 306 | </instrumentation> | 257 | </instrumentation> |
| 307 | <quiet>true</quiet> | 258 | <quiet>true</quiet> |
| 308 | </configuration> | 259 | </configuration> |
| ... | @@ -345,13 +296,8 @@ | ... | @@ -345,13 +296,8 @@ |
| 345 | - maven-pmd-plugin configuration in pom.xml | 296 | - maven-pmd-plugin configuration in pom.xml |
| 346 | (under build and reporting) | 297 | (under build and reporting) |
| 347 | --> | 298 | --> |
| 348 | - <excludes> | ||
| 349 | - <exclude>**/datastore/serializers/**</exclude> | ||
| 350 | - <exclude>**/edu/stanford/**</exclude> | ||
| 351 | - <exclude>**/net/floodlightcontroller/**</exclude> | ||
| 352 | - </excludes> | ||
| 353 | <rulesets> | 299 | <rulesets> |
| 354 | - <ruleset>${basedir}/conf/pmd/onos_ruleset.xml</ruleset> | 300 | + <ruleset>${basedir}/conf/pmd/ruleset.xml</ruleset> |
| 355 | </rulesets> | 301 | </rulesets> |
| 356 | </configuration> | 302 | </configuration> |
| 357 | <executions> | 303 | <executions> | ... | ... |
-
Please register or login to post a comment