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/02 05:27:46 UTC

[incubator-datasketches-memory] 02/02: update pom

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

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

commit 8a5bd18bb0a6ca21f07cdde73c870541a82c05f7
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Thu Aug 1 22:27:24 2019 -0700

    update pom
---
 pom.xml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index d33a907..19159c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -396,12 +396,14 @@ under the License.
     <profiles>
         <!-- Ignore nuisance warning from Apache parent plugin: 
           "maven-remote-resources-plugin (goal "process") is ignored by m2e".
-          This also should fix the Maven warning that it can't find the lifecycle-mapping jar 
+          This also should fix the Maven warning that it can't find the lifecycle-mapping jar.
+          This profile is only active when the property "m2e.version" is set, 
+          which is the case when building in Eclipse with m2e.
+          The ignore below tells m2eclipse to skip the execution.
         -->
         <profile>
             <id>m2e</id>
-            <!-- This profile is only active when the property "m2e.version"
-              is set, which is the case when building in Eclipse with m2e. -->
+            <!--  -->
             <activation>
               <property>
                 <name>m2e.version</name>
@@ -427,7 +429,6 @@ under the License.
                                     </goals>
                                 </pluginExecutionFilter>
                               <action>
-                                <!-- ignore: tells m2eclipse to skip the execution. -->
                                 <ignore />
                               </action>
                             </pluginExecution>


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