[ 
https://issues.apache.org/jira/browse/NIFI-2225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stephane Maarek updated NIFI-2225:
----------------------------------
    Description: 
Hi,

Just done writing my first processor and there are two things I think could be 
improved:
- The version number is defined in three pom.xml. I believe it should only be 
defined in the parent one and the children should inherit it (under the tag 
<parent>). This will decrease the number of changes that need to happen when a 
new version appears
- There should be a separate parameter for NiFi version vs processor version

I.e. the final nar would be:

processor-name.<processor version>.<nifi version>.nar

  was:
Hi,

Just done writing my first processor and there are two things I think could be 
improved:
- The version number is defined in three pom.xml. I believe it should only be 
defined in the parent one and the children should inherit it (under the tag 
<parent>). This will decrease the number of changes that need to happen when a 
new version appears
- There should be a separate parameter for NiFi version vs processor version

I.e. the final nar would be:

nar-name.<processor version>.<nifi version>.nar


> Improvement to archetypes and version management
> ------------------------------------------------
>
>                 Key: NIFI-2225
>                 URL: https://issues.apache.org/jira/browse/NIFI-2225
>             Project: Apache NiFi
>          Issue Type: Improvement
>    Affects Versions: 0.6.1
>            Reporter: Stephane Maarek
>            Priority: Minor
>             Fix For: 1.0.0
>
>
> Hi,
> Just done writing my first processor and there are two things I think could 
> be improved:
> - The version number is defined in three pom.xml. I believe it should only be 
> defined in the parent one and the children should inherit it (under the tag 
> <parent>). This will decrease the number of changes that need to happen when 
> a new version appears
> - There should be a separate parameter for NiFi version vs processor version
> I.e. the final nar would be:
> processor-name.<processor version>.<nifi version>.nar



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to