You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by ar...@apache.org on 2020/12/06 02:40:11 UTC

[incubator-nlpcraft-java-client] branch master updated: Update pom.xml

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

aradzinski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft-java-client.git


The following commit(s) were added to refs/heads/master by this push:
     new 6c9ea22  Update pom.xml
6c9ea22 is described below

commit 6c9ea228fe5c8f40171d27467fe1790fff745f2a
Author: Aaron Radzinski <ar...@datalingvo.com>
AuthorDate: Sat Dec 5 18:39:06 2020 -0800

    Update pom.xml
---
 pom.xml | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8aa3f44..30ac327 100644
--- a/pom.xml
+++ b/pom.xml
@@ -135,22 +135,6 @@
     <build>
         <plugins>
             <plugin>
-                <artifactId>maven-clean-plugin</artifactId>
-                <version>${maven.clean.plugin.ver}</version>
-                <configuration>
-                    <filesets>
-                        <fileset>
-                            <directory>${user.home}/.nlpcraft</directory>
-                            <includes>
-                                <include>**/*</include>
-                            </includes>
-                            <followSymlinks>false</followSymlinks>
-                        </fileset>
-                    </filesets>
-                </configuration>
-            </plugin>
-
-            <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
                 <version>${maven.compiler.version}</version>