[GitHub] nifi-maven pull request #7: NIFI-5859: Build NAR Extension Definitions/docs ...

2018-12-10 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi-maven/pull/7#discussion_r240310495 --- Diff: src/main/java/org/apache/nifi/NarMojo.java --- @@ -426,12 +479,260 @@ protected boolean cloneDuringInstanceClassLoading;

[GitHub] nifi-maven pull request #7: NIFI-5859: Build NAR Extension Definitions/docs ...

2018-12-10 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi-maven/pull/7#discussion_r240374218 --- Diff: src/main/java/org/apache/nifi/extension/definition/extraction/ExtensionDefinitionFactory.java --- @@ -0,0 +1,247 @@ +/* + * Licensed to

[GitHub] nifi-maven pull request #7: NIFI-5859: Build NAR Extension Definitions/docs ...

2018-12-10 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi-maven/pull/7#discussion_r240314647 --- Diff: src/main/java/org/apache/nifi/XmlDefinitionWriter.java --- @@ -0,0 +1,165 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] nifi-maven pull request #7: NIFI-5859: Build NAR Extension Definitions/docs ...

2018-12-10 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi-maven/pull/7#discussion_r240314701 --- Diff: src/main/java/org/apache/nifi/PropertiesDefinitionWriter.java --- @@ -0,0 +1,75 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] nifi-maven pull request #7: NIFI-5859: Build NAR Extension Definitions/docs ...

2018-12-10 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi-maven/pull/7#discussion_r240308506 --- Diff: src/main/java/org/apache/nifi/NarMojo.java --- @@ -426,12 +479,260 @@ protected boolean cloneDuringInstanceClassLoading;

[GitHub] nifi-maven pull request #7: NIFI-5859: Build NAR Extension Definitions/docs ...

2018-11-30 Thread markap14
GitHub user markap14 opened a pull request: https://github.com/apache/nifi-maven/pull/7 NIFI-5859: Build NAR Extension Definitions/docs at build time You can merge this pull request into a Git repository by running: $ git pull https://github.com/markap14/nifi-maven NIFI-5859