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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to