You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tv...@apache.org on 2020/06/14 15:11:31 UTC

[commons-jcs] branch master updated: JCS-205: Fix packaging

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

tv pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jcs.git


The following commit(s) were added to refs/heads/master by this push:
     new bc24116  JCS-205: Fix packaging
     new 8e40b14  Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-jcs.git
bc24116 is described below

commit bc2411630f25c71bddcb1da3040f563ae8965d32
Author: Thomas Vandahl <tv...@apache.org>
AuthorDate: Sun Jun 14 17:09:51 2020 +0200

    JCS-205: Fix packaging
---
 pom.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index ec4fc8a..d8e6607 100644
--- a/pom.xml
+++ b/pom.xml
@@ -202,13 +202,6 @@
   </contributors>
 
   <build>
-    <resources>
-      <resource>
-        <directory>src/main/resources</directory>
-        <targetPath>${project.build.outputDirectory}</targetPath>
-      </resource>
-    </resources>
-    
     <pluginManagement>
       <plugins>
         <!-- Re-enable standard copying of N&L files from apache parent -->