GitHub user pwendell opened a pull request:
https://github.com/apache/spark/pull/4078
[HOTFIX]: Minor clean up regarding skipped artifacts in build files.
There are two relevant 'skip' configurations in the build, the first
is for "mvn install" and the second is for "mvn deploy". As of 1.2,
we actually use "mvn install" to generate our deployed artifcts,
because we have some customization of the nexus upload due to having
to cross compile for Scala 2.10 and 2.11.
There is no reason to have differents settings for these values,
this patch simply cleans this up for the repl/ and yarn/
projects.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/pwendell/spark master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/4078.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #4078
----
commit 07ac835d8d7f980325fece991ea096a0acab364c
Author: Patrick Wendell <[email protected]>
Date: 2015-01-16T22:16:46Z
[HOTFIX]: Minor clean up regarding skipped artifacts in build files.
There are two relevant 'skip' configurations in the build, the first
is for "mvn install" and the second is for "mvn deploy". As of 1.2,
we actually use "mvn install" to generate our deployed artifcts,
because we have some customization of the nexus upload due to having
to cross compile for Scala 2.10 and 2.11.
There is no reason to have differents settings for these values,
this patch simply cleans this up for the repl/ and yarn/
projects.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]