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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to