You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2020/02/24 13:42:10 UTC

[plc4x] branch develop updated: - Removed any reference to jqassistant

This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new d04ee68  - Removed any reference to jqassistant
d04ee68 is described below

commit d04ee685a11839ad6b7e736911d7d8c1e71b2f7a
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Mon Feb 24 14:41:52 2020 +0100

    - Removed any reference to jqassistant
---
 plc4j/examples/hello-webapp/pom.xml     | 11 -------
 plc4j/integrations/apache-camel/pom.xml |  1 -
 plc4j/integrations/apache-nifi/pom.xml  |  7 -----
 pom.xml                                 | 52 ---------------------------------
 4 files changed, 71 deletions(-)

diff --git a/plc4j/examples/hello-webapp/pom.xml b/plc4j/examples/hello-webapp/pom.xml
index f86fd22..c12bb21 100644
--- a/plc4j/examples/hello-webapp/pom.xml
+++ b/plc4j/examples/hello-webapp/pom.xml
@@ -60,17 +60,6 @@
         </executions>
       </plugin>
     </plugins>
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <groupId>com.buschmais.jqassistant</groupId>
-          <artifactId>jqassistant-maven-plugin</artifactId>
-          <configuration>
-            <skip>true</skip>
-          </configuration>
-        </plugin>
-      </plugins>
-    </pluginManagement>
   </build>
 
   <dependencyManagement>
diff --git a/plc4j/integrations/apache-camel/pom.xml b/plc4j/integrations/apache-camel/pom.xml
index 7cff171..7cc9f4e 100644
--- a/plc4j/integrations/apache-camel/pom.xml
+++ b/plc4j/integrations/apache-camel/pom.xml
@@ -140,7 +140,6 @@
         </executions>
       </plugin>
       <!-- to generate the MANIFEST-FILE of the bundle -->
-      <!-- TODO: Seems this plugin is messing up the jqassistant execution. Also it doesn't seem to have any effect on the output as it is not executed at all and there is no MANIFEST.MF in the output -->
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
diff --git a/plc4j/integrations/apache-nifi/pom.xml b/plc4j/integrations/apache-nifi/pom.xml
index 93c17d2..40dd0fa 100644
--- a/plc4j/integrations/apache-nifi/pom.xml
+++ b/plc4j/integrations/apache-nifi/pom.xml
@@ -69,13 +69,6 @@
           <scmBranchPropertyName>buildBranch</scmBranchPropertyName>
         </configuration>
       </plugin>
-      <plugin>
-        <groupId>com.buschmais.jqassistant</groupId>
-        <artifactId>jqassistant-maven-plugin</artifactId>
-        <configuration>
-          <skip>true</skip>
-        </configuration>
-      </plugin>
     </plugins>
   </build>
 
diff --git a/pom.xml b/pom.xml
index 2f0863a..2fa5bef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1331,12 +1331,6 @@
         </plugin>
 
         <plugin>
-          <groupId>com.buschmais.jqassistant</groupId>
-          <artifactId>jqassistant-maven-plugin</artifactId>
-          <version>1.6.0</version>
-        </plugin>
-
-        <plugin>
           <groupId>org.owasp</groupId>
           <artifactId>dependency-check-maven</artifactId>
           <version>${owasp-dependency-check.version}</version>
@@ -1716,52 +1710,6 @@
       </build>
     </profile>
 
-    <profile>
-      <id>with-jqassistant</id>
-      <build>
-        <plugins>
-          <!-- Plugin for analysing the project based on neo4j queries -->
-          <plugin>
-            <groupId>com.buschmais.jqassistant</groupId>
-            <artifactId>jqassistant-maven-plugin</artifactId>
-            <executions>
-              <execution>
-                <goals>
-                  <goal>scan</goal>
-                  <goal>analyze</goal>
-                </goals>
-                <configuration>
-                  <rulesDirectory>${project.basedir}/src/jqassistant</rulesDirectory>
-                  <failOnSeverity>MAJOR</failOnSeverity>
-                  <warnOnSeverity>MINOR</warnOnSeverity>
-                  <scanIncludes>
-                    <scanInclude>
-                      <path>${project.basedir}/.git</path>
-                    </scanInclude>
-                  </scanIncludes>
-                </configuration>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-      <reporting>
-        <plugins>
-          <plugin>
-            <groupId>com.buschmais.jqassistant</groupId>
-            <artifactId>jqassistant-maven-plugin</artifactId>
-            <reportSets>
-              <reportSet>
-                <reports>
-                  <report>report</report>
-                </reports>
-              </reportSet>
-            </reportSets>
-          </plugin>
-        </plugins>
-      </reporting>
-    </profile>
-
     <!--
       Self enabling fake-plugin configuration to help Eclipse use Maven right
     -->