Greetings, I'm attempting to create a simple Controller Service using the (new) maven archetype but am not having any luck getting the service to be recognized. Steps I've followed:
1. Build NiFi from source 2. Use the command: mvn archetype:generate -DarchetypeGroupId=org.apache.nifi -DarchetypeArtifactId=nifi-service-bundle-archetype -DarchetypeVersion=0.3.0 -DnifiVersion=0.3.0 3. Build the generated project 4. Copy .nar using: cp nifi-myservice-nar/target/nifi-myservice-nar-0.0.1.nar ~/nifi/nifi-0.3.0/lib/ 5. Start NiFi, look at Controller Settings to look for MyService but it isn't listed I've successfully created Processors using their maven archetype, but haven't been able to get a Controller Service working yet. I'm sure I'm just missing a step somewhere... Do I need to have a Processor that depends on the new Controller Service before it shows up in the list? Thanks for your time! -- View this message in context: http://apache-nifi-developer-list.39713.n7.nabble.com/How-to-create-a-Controller-Service-using-the-maven-archetype-tp2887.html Sent from the Apache NiFi Developer List mailing list archive at Nabble.com.
