only building the site now
authorErik Brakkee <erik@brakkee.org>
Sat, 24 Sep 2022 08:59:45 +0000 (10:59 +0200)
committerErik Brakkee <erik@brakkee.org>
Sat, 24 Sep 2022 08:59:45 +0000 (10:59 +0200)
Jenkinsfile
pom.xml

index db0435c10d24b3d7d973bc62351c149e13172bae..3492a5f15e2e746a4646c5f1b17fcaad651a1a05 100644 (file)
@@ -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 0f884327f117556c1b38d07d1cd2eec39a3916ac..08c87a0f80ad9ab5f37fa3f65fbeef4c35afd07c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
        </developers>
 
        <modules>
+    <!--
                <module>monitor</module>
                <module>wamblee-upnpmonitor</module>
+    -->
                <module>site</module>
        </modules>
        
-       <dependencies>
+       <!--dependencies>
                <dependency>
                        <groupId>junit</groupId>
                        <artifactId>junit</artifactId>
@@ -48,7 +50,7 @@
                        <scope>test</scope>
                </dependency>
 
-       </dependencies>
+       </dependencies -->
 
        <dependencyManagement>
                <dependencies>
                        <plugins>
                                <plugin>
                                        <artifactId>maven-site-plugin</artifactId>
-                                       <version>3.0-beta-3</version>
-                                       <configuration>
-                                               <reportPlugins>
-                                                       <plugin>
-                                                               <groupId>org.apache.maven.plugins</groupId>
-                                                               <artifactId>maven-project-info-reports-plugin</artifactId>
-                                                               <version>2.3.1</version>
-                                                               <configuration>
-                                                                       <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
-                                                                       <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
-                                                               </configuration>
-                                                       </plugin>
-                                                       <plugin>
-                                                               <groupId>org.apache.maven.plugins</groupId>
-                                                               <artifactId>maven-javadoc-plugin</artifactId>
-                                                               <version>2.7</version>
-                                                       </plugin>
-                                                       <plugin>
-                                                               <groupId>org.codehaus.mojo</groupId>
-                                                               <artifactId>cobertura-maven-plugin</artifactId>
-                                                               <version>2.3</version>
-                                                               <configuration>
-                                                                       <formats>
-                                                                               <format>xml</format>
-                                                                               <format>html</format>
-                                                                       </formats>
-                                                               </configuration>
-                                                       </plugin>               
-                                               </reportPlugins>
-                                       </configuration>
+                                       <version>3.12.0</version>
                                </plugin>
                        </plugins>
                </pluginManagement>
        </build>
 
 
-       <reporting>
-               <plugins>
-                       <plugin>
-                               <groupId>org.codehaus.mojo</groupId>
-                               <artifactId>findbugs-maven-plugin</artifactId>
-                               <version>2.3.1</version>
-                               <configuration>
-                                       <xmlOutput>true</xmlOutput>
-                                       <!-- Optional derectory to put findbugs xdoc xml report -->
-                                       <xmlOutputDirectory>target/site</xmlOutputDirectory>
-                                       <findbugsXmlOutput>true</findbugsXmlOutput>
-                                       <!-- Optional directory to put findbugs xml report -->
-                                       <findbugsXmlOutputDirectory>target/site</findbugsXmlOutputDirectory>
-                               </configuration>
-
-                       </plugin>
-
-                       <plugin>
-                               <groupId>org.codehaus.mojo</groupId>
-                               <artifactId>changes-maven-plugin</artifactId>
-                               <version>2.0-beta-1</version>
-                               <reportSets>
-                                       <reportSet>
-                                               <reports>
-                                                       <report>changes-report</report>
-                                               </reports>
-                                       </reportSet>
-                               </reportSets>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-javadoc-plugin</artifactId>
-                               <version>2.6.1</version>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.codehaus.mojo</groupId>
-                               <artifactId>surefire-report-maven-plugin</artifactId>
-                               <version>2.0-beta-1</version>
-                       </plugin>
-                       <!-- checkstyle -->
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-checkstyle-plugin</artifactId>
-                               <version>2.5</version>
-                               <configuration>
-                                       <configLocation>org.wamblee.checkstyle.xml</configLocation>
-                               </configuration>
-                       </plugin>
-
-               </plugins>
-       </reporting>
-
        <profiles>
                <profile>
                        <id>release</id>