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 2021/03/22 19:53:52 UTC

[datasketches-memory] 03/03: Trying to eliminate plugin not found warnings.

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/datasketches-memory.git

commit 46a54aa586aea6d3f088e108e0f147e5f99aee47
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Mon Mar 22 12:45:21 2021 -0700

    Trying to eliminate plugin not found warnings.
---
 pom.xml | 22 +++++++++++++++++++++-
 1 file changed, 21 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 141f36a..446e689 100644
--- a/pom.xml
+++ b/pom.xml
@@ -388,7 +388,19 @@ under the License.
             <repoToken>${coveralls-repo-token}</repoToken>
           </configuration>
         </plugin>
-
+        
+        <plugin>
+          <groupId>org.eclipse.m2e</groupId>
+          <artifactId>lifecycle-mapping</artifactId>
+          <version>${lifecycle-mapping.version}</version>
+        </plugin>
+        
+        <plugin>
+          <groupId>pl.project13.maven</groupId>
+          <artifactId>git.commit-id-plugin</artifactId>
+          <version>${git-commit-id-plugin.version}</version>
+        </plugin>
+        
       </plugins>
     </pluginManagement>
     <plugins>
@@ -429,9 +441,17 @@ under the License.
         <artifactId>jacoco-maven-plugin</artifactId>
       </plugin>
       <plugin>
+        <groupId>org.eclipse.m2e</groupId>
+        <artifactId>lifecycle-mapping</artifactId>
+      </plugin>
+      <plugin>
         <groupId>org.eluder.coveralls</groupId>
         <artifactId>coveralls-maven-plugin</artifactId>
       </plugin>
+      <plugin>
+        <groupId>pl.project13.maven</groupId>
+        <artifactId>git.commit-id-plugin</artifactId>
+      </plugin>
     </plugins>
   </build>
   <profiles>

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