GitHub user xuanyue202 opened a pull request:
https://github.com/apache/incubator-edgent/pull/229
Fix publish by ignoring platform projects
This commit fixed the following issue:
In the current version, if you run gradle publishToMavenLocal or gradle
publish, it will throw the following error:
Execution failed for task
':platform:android:publishMavenJavaPublicationToMavenLocal'.
> Failed to publish publication 'mavenJava' to repository 'mavenLocal'
> Invalid publication 'mavenJava': artifact file does not exist:
'/git/quarks/incubator-edgent/build/distributions/java8/platform/android/lib/edgent.platform.android.jar'
The edgent.platform.java project also has the similar problem that prevent
the project from publishing to Maven.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/xuanyue202/incubator-edgent master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-edgent/pull/229.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 #229
----
commit e02be19fdd6119c1b71a2b007ca140dc968fb0bd
Author: Yaoliang Chen <[email protected]>
Date: 2016-11-07T00:39:21Z
fix publish by ignoring platform 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.
---