GitHub user candrews opened a pull request:
https://github.com/apache/camel/pull/2390
[CAMEL-12593] Active deploy profile when deploying
The deploy profile attaches javadoc and sources:
https://github.com/apache/camel/blob/master/pom.xml#L591
Note that I can't test this myself since this runs on Jenkins and publishes
to the ASF repo, neither of which I can access :)
https://issues.apache.org/jira/browse/CAMEL-12593
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/candrews/camel patch-4
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/2390.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 #2390
----
commit 9c1ccc8d37a5ec98c93dea4e344b8f8fcad4dce0
Author: Craig Andrews <candrews@...>
Date: 2018-06-22T17:32:03Z
[CAMEL-12593] Active deploy profile when deploying
The deploy profile attaches javadoc and sources
----
---