diff --git a/pom.xml b/pom.xml index 0854da97..3697bd07 100644 --- a/pom.xml +++ b/pom.xml @@ -246,23 +246,6 @@ deploy site site:stage - - org.apache.maven.plugins - maven-site-plugin - 4.0.0-M14 - - - stage-for-scm-publish - post-site - - stage - - - - - true - - org.apache.maven.plugins maven-scm-publish-plugin diff --git a/src/site/site.xml b/src/site/site.xml deleted file mode 100644 index c11a044a..00000000 --- a/src/site/site.xml +++ /dev/null @@ -1,35 +0,0 @@ - - - SonarSource - http://www.sonarqube.org/wp-content/themes/sonarsource.org/images/sonar.png - http://www.sonarqube.org/ - - - - - - - org.apache.maven.skins - maven-fluido-skin - 1.4 - - - - - - SonarSource/sonar-maven - right - gray - - - - - - - - - - - - diff --git a/src/site/xdoc/example-use-enterprise-database.xml b/src/site/xdoc/example-use-enterprise-database.xml deleted file mode 100644 index 22a4cd17..00000000 --- a/src/site/xdoc/example-use-enterprise-database.xml +++ /dev/null @@ -1,77 +0,0 @@ - - - - Simon Brandhof - Use Enterprise Database - - - - - -
-

- The default embedded database is recommended for evaluation only. It must be replaced by a database like MySql, PostgreSQL, SQLServer or Oracle in production environment. - This setting is generally set in Maven settings.xml, rather than duplicating it in all project poms. Note that the server must be configured to access the same database. - Read the installation guide to get more details. -

-

Note: the JDBC driver is automatically downloaded from server. It does not need to be defined as a project dependency.

- - - - - sonar - - jdbc:mysql://localhost:3306/sonar?useUnicode=true&characterEncoding=utf8&rewriteBatchedStatements=true - sonar - sonar - - - -]]> - - - - - sonar - - jdbc:postgresql://localhost/sonar - sonar - sonar - - - -]]> - - - - - sonar - - jdbc:oracle:thin:@localhost/XE - sonar - sonar - - - -]]> - - - - - sonar - - jdbc:jtds:sqlserver://localhost/sonar;SelectMethod=Cursor - sonar - sonar - - - -]]> - -
- -
\ No newline at end of file diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml deleted file mode 100644 index caffc55d..00000000 --- a/src/site/xdoc/index.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - Simon Brandhof - SonarQube Scanner for Maven - - - - - -
-

- SonarQube™ - is an open source platform for Continuous Inspection of code quality. The Maven Plugin triggers the code analyzers. -

-
- -
\ No newline at end of file diff --git a/src/site/xdoc/usage.xml b/src/site/xdoc/usage.xml deleted file mode 100644 index 91bc69ae..00000000 --- a/src/site/xdoc/usage.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - Simon Brandhof - SonarQube Maven Plugin : Usage - - - - - -
- -

Setup SonarQube™ server and execute the following command from the project root directory: - -

-

For more details, read the - Maven Plugin documentation. -

-
- -
- -