From 9172a4044cf5c76a8b36c5b5fdbf0a67221adfb6 Mon Sep 17 00:00:00 2001 From: leonardo-pilastri-sonarsource <115481625+leonardo-pilastri-sonarsource@users.noreply.github.com> Date: Mon, 28 Oct 2024 10:34:43 +0100 Subject: [PATCH] SCANMAVEN-236 Remove obsolete site folder (#245) --- pom.xml | 17 ---- src/site/site.xml | 35 --------- .../xdoc/example-use-enterprise-database.xml | 77 ------------------- src/site/xdoc/index.xml | 18 ----- src/site/xdoc/usage.xml | 23 ------ 5 files changed, 170 deletions(-) delete mode 100644 src/site/site.xml delete mode 100644 src/site/xdoc/example-use-enterprise-database.xml delete mode 100644 src/site/xdoc/index.xml delete mode 100644 src/site/xdoc/usage.xml 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. -

-
- -
- -