You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2019/08/08 01:52:41 UTC

[incubator-datasketches-memory] branch master updated: fix manifests 2

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

leerho pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-memory.git


The following commit(s) were added to refs/heads/master by this push:
     new e77adaf  fix manifests 2
e77adaf is described below

commit e77adafcf3b39d288b867974b16b77952a8c14d7
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Wed Aug 7 18:52:34 2019 -0700

    fix manifests 2
---
 pom.xml | 26 +++++++++++++++++---------
 1 file changed, 17 insertions(+), 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9437e5c..e96a0ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -257,17 +257,25 @@ under the License.
                 </execution>
               </executions>
               <configuration>
+                  <injectAllReactorProjects>true</injectAllReactorProjects>
                   <archive>
+                      <manifest>
+                          <addDefaultEntries>false</addDefaultEntries>
+                          <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
+                          <addDefaultImplementationEntries>false</addDefaultImplementationEntries>
+                      </manifest>
                       <manifestEntries>
-                          <git.branch>${git.branch}</git.branch>
-                          <git.build.version>${git.build.version}</git.build.version>
-                          <git.closest.tag.name>${git.closest.tag.name}</git.closest.tag.name>
-                          <git.commit.id.describe>${git.commit.id.describe}</git.commit.id.describe>
-                          <git.commit.id.full>${git.commit.id.full}</git.commit.id.full>
-                          <git.commit.message.full>${git.commit.message.full}</git.commit.message.full>
-                          <git.commit.time>${git.commit.time}</git.commit.time>
-                          <git.commit.user.email>${git.commit.user.email}</git.commit.user.email>
-                          <git.tags>${git.tags}</git.tags>
+                          <Implementation-Vendor>The Apache Software Foundation</Implementation-Vendor>
+                          <GroupId-ArtifactId>${project.groupId}:${project.artifactId}</GroupId-ArtifactId>
+                          <git-branch>1.0.X-incubating</git-branch>
+                          <git-build-version>${git.build.version}</git-build-version>
+                          <git-closest-tag-name>${git.closest.tag.name}</git-closest-tag-name>
+                          <git-commit-id-describe>${git.commit.id.describe}</git-commit-id-describe>
+                          <git-commit-id-full>${git.commit.id.full}</git-commit-id-full>
+                          <git-commit-message-full>${git.commit.message.full}</git-commit-message-full>
+                          <git-commit-time>${git.commit.time}</git-commit-time>
+                          <git-commit-user-email>${git.commit.user.email}</git-commit-user-email>
+                          <git-tags>${git.tags}</git-tags>
                           <Build-Jdk>${java.version} (${java.vendor} ${java.vm.version})</Build-Jdk>
                           <Build-OS>${os.name} ${os.arch} ${os.version}</Build-OS>
                       </manifestEntries>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org