Created
September 16, 2013 15:41
-
-
Save neomatrix369/6582373 to your computer and use it in GitHub Desktop.
SonarQube output when run via the maven
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] BUILD SUCCESS | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] Total time: 29.923s | |
| [INFO] Finished at: Fri Sep 13 18:07:01 BST 2013 | |
| [INFO] Final Memory: 62M/247M | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] [18:07:01.557] Execute org.apache.maven.plugins:maven-surefire-plugin:2.10:test done: 20372 ms | |
| [INFO] [18:07:01.557] Execute maven plugin maven-surefire-plugin done: 20373 ms | |
| . | |
| . | |
| . | |
| [INFO] [18:07:09.526] ANALYSIS SUCCESSFUL, you can browse http://localhost:9000/dashboard/index/com.webapplication:sub-webapp | |
| [INFO] [18:07:09.528] Executing post-job class org.sonar.issuesreport.ReportJob | |
| [INFO] [18:07:09.529] Executing post-job class org.sonar.plugins.core.issue.notification.SendIssueNotificationsPostJob | |
| [INFO] [18:07:09.529] Executing post-job class org.sonar.plugins.core.batch.IndexProjectPostJob | |
| [INFO] [18:07:09.580] Executing post-job class org.sonar.plugins.dbcleaner.ProjectPurgePostJob | |
| [INFO] [18:07:09.590] -> Keep one snapshot per day between 2013-08-16 and 2013-09-12 | |
| [INFO] [18:07:09.591] -> Keep one snapshot per week between 2012-09-14 and 2013-08-16 | |
| [INFO] [18:07:09.591] <- Delete snapshot: 2013-08-08T10:06:30+0100 [776] | |
| [INFO] [18:07:09.614] <- Delete snapshot: 2013-08-09T10:13:00+0100 [1059] | |
| [INFO] [18:07:09.627] -> Keep one snapshot per month between 2008-09-19 and 2012-09-14 | |
| [INFO] [18:07:09.627] -> Delete data prior to: 2008-09-19 | |
| [INFO] [18:07:09.629] -> Clean webapp [id=1] | |
| [INFO] [18:07:09.631] <- Clean snapshot 1669 | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] BUILD SUCCESS | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] Total time: 38.345s | |
| [INFO] Finished at: Fri Sep 13 18:07:09 BST 2013 | |
| [INFO] Final Memory: 28M/255M | |
| [INFO] ------------------------------------------------------------------------ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment