martin-g opened a new pull request #35698:
URL: https://github.com/apache/spark/pull/35698


   
   ### What changes were proposed in this pull request?
   
   Move org.eclipse.m2e:lifecycle-mapping in its own Maven profile
   https://stackoverflow.com/a/23707050/497381
   
   ### Why are the changes needed?
   
   This Maven "plugin" is needed only inside Eclipse when M2E plugin is being 
used to map Maven lifecycle with Eclipse's one.
   There is no need to bother non-Eclipse users' build with warnings like:
   ```
   WARNING] The POM for org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 is missing, 
no dependency information available
   [WARNING] Failed to retrieve plugin descriptor for 
org.eclipse.m2e:lifecycle-mapping:1.0.0: Plugin 
org.eclipse.m2e:lifecycle-mapping:1.0.0 or one of its dependencies could not be 
resolved: org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 was not found in 
https://maven-central.storage-download.googleapis.com/maven2/ during a previous 
attempt. This failure was cached in the local repository and resolution is not 
reattempted until the update interval of gcs-maven-central-mirror has elapsed 
or updates are forced
   ```
   
   ### Does this PR introduce _any_ user-facing change?
   
   No!
   
   ### How was this patch tested?
   
   Local dev environment.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to