[GitHub] nifi pull request: NIFI-1520 by default skip javadoc/source jar ge...

2016-02-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi/pull/234 --- 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 enable

[GitHub] nifi pull request: NIFI-1520 by default skip javadoc/source jar ge...

2016-02-17 Thread trkurc
Github user trkurc commented on the pull request: https://github.com/apache/nifi/pull/234#issuecomment-185541846 applies clean to support/nifi-0.5.x and master. running through a test release:prepare and release:perform to verify correct behavior with those plugins --- If your proje

[GitHub] nifi pull request: NIFI-1520 by default skip javadoc/source jar ge...

2016-02-17 Thread trkurc
Github user trkurc commented on the pull request: https://github.com/apache/nifi/pull/234#issuecomment-185538294 reviewing now --- 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 ena

[GitHub] nifi pull request: NIFI-1520 by default skip javadoc/source jar ge...

2016-02-17 Thread joewitt
GitHub user joewitt opened a pull request: https://github.com/apache/nifi/pull/234 NIFI-1520 by default skip javadoc/source jar generation in nars/wars You can merge this pull request into a Git repository by running: $ git pull https://github.com/joewitt/incubator-nifi NIFI

Re: Javadoc

2016-01-19 Thread dan bress
e mvn site is usually very very very slow. Another option is to call the javadoc plugin directly, i think either the javadoc goal or the aggregate goal is what we want. [1] https://issues.apache.org/jira/browse/NIFI-943 [2] https://issues.apache.org/jira/browse/NIFI-445 On Tue, Jan 19, 2016 at 5

Re: Javadoc

2016-01-19 Thread Joe Witt
What is the best way to do this? mvn site? On Tue, Jan 19, 2016 at 8:41 AM, Sean Busbey wrote: > Hi Devin! > > Sorry for the gap. We're tracking the need for a web accessible copy > of our API javadocs in NIFI-943. I don't believe anyone has taken up > the task yet, so if you're looking to get m

Re: Javadoc

2016-01-19 Thread Sean Busbey
Hi Devin! Sorry for the gap. We're tracking the need for a web accessible copy of our API javadocs in NIFI-943. I don't believe anyone has taken up the task yet, so if you're looking to get more involved in the project we'd love the help! On Sun, Jan 17, 2016 at 1:38 PM, Devin Fisher wrote: > Mi

Re: Javadoc

2016-01-17 Thread Joe Witt
Also of note the javadoc archives, just as is the case with source archives, are published to Nexus which enables easy IDE integration. Thanks Joe On Sun, Jan 17, 2016 at 8:35 PM, 满满的回忆杀 wrote: > why not to use doxygen to generate java docs > > > > > -

?????? Javadoc

2016-01-17 Thread ????????????
why not to use doxygen to generate java docs -- -- ??: "Jeremy Dyer"; : 2016??1??18??(??) 4:20 ??: "dev"; : Re: Javadoc my apologizes the command should be "mvn javadoc:aggregate" instead

Re: Javadoc

2016-01-17 Thread Jeremy Dyer
my apologizes the command should be "mvn javadoc:aggregate" instead of "mvn javadoc:generate" On Sun, Jan 17, 2016 at 3:18 PM, Jeremy Dyer wrote: > Devin I'm not sure of the presence of the javadocs on nifi.apache.org but > assuming your on a linux/os x machine with git, java, and maven already

Re: Javadoc

2016-01-17 Thread Jeremy Dyer
Devin I'm not sure of the presence of the javadocs on nifi.apache.org but assuming your on a linux/os x machine with git, java, and maven already installed the quickest way to get the latest javadocs would be the run "git clone https://github.com/apache/nifi.git && cd nifi && mvn javadoc:generate".

Javadoc

2016-01-17 Thread Devin Fisher
Might be a silly question but I can't find a link the Javadocs anywhere on your website. I've googled for it and only find the reference to the Javadocs in the NiFi Developer’s Guide . I'm hopeful that I'm just not seeing it. If not, what is the recomme