You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2022/11/29 16:26:46 UTC

[commons-statistics] 08/14: Remove redundant fileSet from release assembly

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

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

commit 98a4be9a1c8ed29ef66e3c378927161a3d0abcb4
Author: aherbert <ah...@apache.org>
AuthorDate: Tue Nov 29 14:34:53 2022 +0000

    Remove redundant fileSet from release assembly
---
 dist-archive/src/assembly/bin.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/dist-archive/src/assembly/bin.xml b/dist-archive/src/assembly/bin.xml
index 4b1fd30..954b0d9 100644
--- a/dist-archive/src/assembly/bin.xml
+++ b/dist-archive/src/assembly/bin.xml
@@ -38,12 +38,5 @@ limitations under the License.
         <include>RELEASE-NOTES.txt</include>
       </includes>
     </fileSet>
-    <fileSet>
-      <directory>${project.basedir}/target/dependency</directory>
-      <outputDirectory></outputDirectory>
-      <includes>
-        <include>commons-statistics*.jar</include>
-      </includes>
-    </fileSet>
   </fileSets>
 </assembly>