From 3c03b274b8bd86095abfc5f5cfe224915fa8fa38 Mon Sep 17 00:00:00 2001 From: Erik Brakkee Date: Sat, 24 Sep 2022 10:59:45 +0200 Subject: [PATCH] only building the site now --- Jenkinsfile | 4 ++- pom.xml | 89 +++-------------------------------------------------- 2 files changed, 8 insertions(+), 85 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index db0435c..3492a5f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,9 @@ pipeline { stage('Main') { steps { sh """ - mvn install + No longer building the code since cling-core is no longer + #maintained + #mvn install ( cd site mvn -N -Ddistrib=/data/www/http.upnpmonitor.wamblee.org/ site site:deploy diff --git a/pom.xml b/pom.xml index 0f88432..08c87a0 100644 --- a/pom.xml +++ b/pom.xml @@ -29,12 +29,14 @@ + site - + @@ -402,36 +404,7 @@ maven-site-plugin - 3.0-beta-3 - - - - org.apache.maven.plugins - maven-project-info-reports-plugin - 2.3.1 - - false - false - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.7 - - - org.codehaus.mojo - cobertura-maven-plugin - 2.3 - - - xml - html - - - - - + 3.12.0 @@ -439,58 +412,6 @@ - - - - org.codehaus.mojo - findbugs-maven-plugin - 2.3.1 - - true - - target/site - true - - target/site - - - - - - org.codehaus.mojo - changes-maven-plugin - 2.0-beta-1 - - - - changes-report - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.6.1 - - - org.codehaus.mojo - surefire-report-maven-plugin - 2.0-beta-1 - - - - org.apache.maven.plugins - maven-checkstyle-plugin - 2.5 - - org.wamblee.checkstyle.xml - - - - - - release -- 2.31.1