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 2021/08/18 23:20:16 UTC

[commons-statistics] branch master updated (9e4ec35 -> 7c376a3)

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

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


    from 9e4ec35  Remove duplicate ConstantName module
     new b934363  Remove checksum from installed artifacts
     new 7c376a3  Remove docs archive from the binary distribution.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 dist-archive/pom.xml              | 6 ------
 dist-archive/src/assembly/bin.xml | 6 ------
 2 files changed, 12 deletions(-)

[commons-statistics] 01/02: Remove checksum from installed artifacts

Posted by ah...@apache.org.
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 b934363410ee4e21e68cde3ce6240fc9c38b10f8
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Thu Aug 19 00:17:36 2021 +0100

    Remove checksum from installed artifacts
    
    This creates md5 and sha1 checksums for the dist-archive pom in the
    local maven repository. It is not required.
---
 dist-archive/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/dist-archive/pom.xml b/dist-archive/pom.xml
index 8ccab61..4052591 100644
--- a/dist-archive/pom.xml
+++ b/dist-archive/pom.xml
@@ -121,12 +121,6 @@ under the License.
               </execution>
             </executions>
           </plugin>
-          <plugin>
-            <artifactId>maven-install-plugin</artifactId>
-            <configuration>
-              <createChecksum>true</createChecksum>
-            </configuration>
-          </plugin>
         </plugins>
       </build>
     </profile>

[commons-statistics] 02/02: Remove docs archive from the binary distribution.

Posted by ah...@apache.org.
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 7c376a3b5ac9fbf33c2e341dee5c48a8e779f289
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Thu Aug 19 00:20:13 2021 +0100

    Remove docs archive from the binary distribution.
    
    This javadoc directory duplicates the javadoc jars within the binary
    release archive.
---
 dist-archive/src/assembly/bin.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/dist-archive/src/assembly/bin.xml b/dist-archive/src/assembly/bin.xml
index 18b9e30..9b27282 100644
--- a/dist-archive/src/assembly/bin.xml
+++ b/dist-archive/src/assembly/bin.xml
@@ -45,11 +45,5 @@ limitations under the License.
         <include>commons-statistics*.jar</include>
       </includes>
     </fileSet>
-    <fileSet>
-      <directory>${project.basedir}/../target/site</directory>
-      <outputDirectory>docs</outputDirectory>
-      <excludes>
-      </excludes>
-    </fileSet>
   </fileSets>
 </assembly>