Author: bimargulies
Date: Thu Jan 15 13:53:05 2015
New Revision: 1652098

URL: http://svn.apache.org/r1652098
Log:
Add info on the maven plugin for developers.

Added:
    incubator/nifi/site/trunk/content/development/mavenplugin.mdtext   (with 
props)

Added: incubator/nifi/site/trunk/content/development/mavenplugin.mdtext
URL: 
http://svn.apache.org/viewvc/incubator/nifi/site/trunk/content/development/mavenplugin.mdtext?rev=1652098&view=auto
==============================================================================
--- incubator/nifi/site/trunk/content/development/mavenplugin.mdtext (added)
+++ incubator/nifi/site/trunk/content/development/mavenplugin.mdtext Thu Jan 15 
13:53:05 2015
@@ -0,0 +1,29 @@
+Title: nar-maven-plugin development
+Notice:    Licensed to the Apache Software Foundation (ASF) under one
+           or more contributor license agreements.  See the NOTICE file
+           distributed with this work for additional information
+           regarding copyright ownership.  The ASF licenses this file
+           to you under the Apache License, Version 2.0 (the
+           "License"); you may not use this file except in compliance
+           with the License.  You may obtain a copy of the License at
+           .
+             http://www.apache.org/licenses/LICENSE-2.0
+           .
+           Unless required by applicable law or agreed to in writing,
+           software distributed under the License is distributed on an
+           "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+           KIND, either express or implied.  See the License for the
+           specific language governing permissions and limitations
+           under the License.
+
+# Development of the nar-maven-plugin #
+
+The nar-maven-plugin is an Apache Maven plugin that builds NAR files; the 
self-contained jar-files that
+encapsulate NiFi functions.
+
+The plugin defines a Maven packaging type ('nar'). Plugins that define 
packaging types modify the Maven 
+build lifecycle, and must therefore include `<extensions>true</extensions>` 
when they are configured in a POM.
+Plugins that declare extensions cannot be resolved from the Maven reactor. The 
net result of all of this is that the 
+plugin cannot be 'just another module' in the overalll NiFi Maven build. It 
has to be an independent build.
+Further, it has to be independently released. So, even though there is a 
`nar-maven-plugin` directory in the overall
+git repo, that directory is an independent project, not a module of the 
overall NiFi project.

Propchange: incubator/nifi/site/trunk/content/development/mavenplugin.mdtext
------------------------------------------------------------------------------
    svn:eol-style = native


Reply via email to