You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2020/10/20 17:04:20 UTC

[jena] branch master updated: POM cleaning (from JENA-1980)

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

andy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jena.git


The following commit(s) were added to refs/heads/master by this push:
     new 32f1c4c  POM cleaning (from JENA-1980)
     new aaa6e81  Merge pull request #814 from afs/pom-cleaning
32f1c4c is described below

commit 32f1c4c0498b7ca4376842cc2b45db6116ec358a
Author: Andy Seaborne <an...@apache.org>
AuthorDate: Mon Oct 19 18:56:39 2020 +0100

    POM cleaning (from JENA-1980)
---
 jena-arq/pom.xml          |  6 ------
 jena-shaded-guava/pom.xml |  2 +-
 jena-tdb/pom.xml          |  2 +-
 pom.xml                   | 41 -----------------------------------------
 4 files changed, 2 insertions(+), 49 deletions(-)

diff --git a/jena-arq/pom.xml b/jena-arq/pom.xml
index d18e5bf..e9e64a2 100644
--- a/jena-arq/pom.xml
+++ b/jena-arq/pom.xml
@@ -61,12 +61,6 @@
     </dependency>
 
     <dependency>
-      <groupId>org.apache.jena</groupId>
-      <artifactId>jena-shaded-guava</artifactId>
-      <version>3.17.0-SNAPSHOT</version>
-    </dependency>
-
-    <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpclient</artifactId>
     </dependency>
diff --git a/jena-shaded-guava/pom.xml b/jena-shaded-guava/pom.xml
index cc86756..ede79da 100644
--- a/jena-shaded-guava/pom.xml
+++ b/jena-shaded-guava/pom.xml
@@ -142,4 +142,4 @@
     </plugins>
   </build>
 
-</project>
\ No newline at end of file
+</project>
diff --git a/jena-tdb/pom.xml b/jena-tdb/pom.xml
index e58dd04..f1d62cd 100644
--- a/jena-tdb/pom.xml
+++ b/jena-tdb/pom.xml
@@ -29,7 +29,7 @@
     <relativePath>..</relativePath>
   </parent> 
 
-  <description>TDB is a storage subsystem for Jena and ARQ, it is a native triple store providing persisent disk based storage of triples/quads.</description>
+  <description>TDB is a storage subsystem for Jena and ARQ, it is a native triple store providing persistent storage of triples/quads.</description>
 
   <properties>
     <maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ssZ</maven.build.timestamp.format>
diff --git a/pom.xml b/pom.xml
index e5c2698..81e4b55 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1075,47 +1075,6 @@
         </configuration>
       </plugin>
 
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>cobertura-maven-plugin</artifactId>
-        <version>2.7</version>
-        <configuration>
-          <instrumentation>
-            <ignores>
-              <ignore>org.slf4j.*</ignore>
-            </ignores>
-          </instrumentation>
-        </configuration>
-      </plugin>
-
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>2.17</version>
-      </plugin>
-
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jxr-plugin</artifactId>
-        <version>2.5</version>
-      </plugin>
-
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-pmd-plugin</artifactId>
-        <version>3.8</version>
-        <configuration>
-          <linkXref>true</linkXref>
-          <sourceEncoding>utf-8</sourceEncoding>
-          <minimumTokens>100</minimumTokens>
-        </configuration>
-      </plugin>
-
-      <plugin>
-        <groupId>com.github.spotbugs</groupId>
-        <artifactId>spotbugs-maven-plugin</artifactId>
-        <version>3.1.1</version>
-      </plugin>
     </plugins>
   </reporting>