[
https://issues.apache.org/jira/browse/NIFI-2756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15535852#comment-15535852
]
ASF GitHub Bot commented on NIFI-2756:
--------------------------------------
Github user bbende commented on the issue:
https://github.com/apache/nifi/pull/1004
@trixpan sure...
1) mvn clean install on this branch
2) In some other directory:
`mvn archetype:generate -DarchetypeGroupId=org.apache.nifi
-DarchetypeArtifactId=nifi-processor-bundle-archetype
-DarchetypeVersion=1.1.0-SNAPSHOT -DnifiVersion=1.1.0-SNAPSHOT
-DarchetypeCatalog=local`
3) Fill in something like groupId org.apache.nifi, artifactId
displaytest-bundle, basename displaytest
4) Try to build the generated project using mvn clean install
-Pcontrib-check
5) Repeat with service archetype:
`mvn archetype:generate -DarchetypeGroupId=org.apache.nifi
-DarchetypeArtifactId=nifi-service-bundle-archetype
-DarchetypeVersion=1.1.0-SNAPSHOT -DnifiVersion=1.1.0-SNAPSHOT
-DarchetypeCatalog=local`
For additional reference:
https://cwiki.apache.org/confluence/display/NIFI/Maven+Projects+for+Extensions
> nifi-processor-bundle-archetype lacks displayName property
> ----------------------------------------------------------
>
> Key: NIFI-2756
> URL: https://issues.apache.org/jira/browse/NIFI-2756
> Project: Apache NiFi
> Issue Type: Bug
> Reporter: Andre
> Assignee: Andre
>
> When using {{nifi-processor-bundle-archetype}} to create a new bundle, the
> resulting code lacks displayName leading to a number of PR and contributions
> to arrive to peer review without displayName configured
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)