Repository: nifi Updated Branches: refs/heads/master 2b0a0c059 -> 8ed64c908
NIFI-1420 added missing properties to block javadocs/sources generation on nar Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/8ed64c90 Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/8ed64c90 Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/8ed64c90 Branch: refs/heads/master Commit: 8ed64c90835abb6f387d982115615ebc67a53393 Parents: 2b0a0c0 Author: joewitt <[email protected]> Authored: Tue Mar 15 21:43:06 2016 -0400 Committer: joewitt <[email protected]> Committed: Tue Mar 15 21:43:06 2016 -0400 ---------------------------------------------------------------------- nifi-nar-bundles/nifi-splunk-bundle/nifi-splunk-nar/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/8ed64c90/nifi-nar-bundles/nifi-splunk-bundle/nifi-splunk-nar/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-splunk-bundle/nifi-splunk-nar/pom.xml b/nifi-nar-bundles/nifi-splunk-bundle/nifi-splunk-nar/pom.xml index 10bec1c..3227707 100644 --- a/nifi-nar-bundles/nifi-splunk-bundle/nifi-splunk-nar/pom.xml +++ b/nifi-nar-bundles/nifi-splunk-bundle/nifi-splunk-nar/pom.xml @@ -25,6 +25,10 @@ <artifactId>nifi-splunk-nar</artifactId> <version>0.6.0-SNAPSHOT</version> <packaging>nar</packaging> + <properties> + <maven.javadoc.skip>true</maven.javadoc.skip> + <source.skip>true</source.skip> + </properties> <dependencies> <dependency>
