[
https://issues.apache.org/jira/browse/MINIFI-448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16417408#comment-16417408
]
ASF GitHub Bot commented on MINIFI-448:
---------------------------------------
Github user bbende commented on a diff in the pull request:
https://github.com/apache/nifi-minifi/pull/120#discussion_r177766828
--- Diff: minifi-c2/pom.xml ---
@@ -37,10 +37,30 @@ limitations under the License.
<module>minifi-c2-framework</module>
<module>minifi-c2-integration-tests</module>
<module>minifi-c2-jetty</module>
+ <module>minifi-c2-provider-api</module>
<module>minifi-c2-web-api</module>
</modules>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.gmavenplus</groupId>
+ <artifactId>gmavenplus-plugin</artifactId>
+ <version>1.5</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>addTestSources</goal>
+ <goal>testCompile</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
<properties>
+ <nifi.registry.version>0.1.0</nifi.registry.version>
--- End diff --
Same property below
> Define service layer interfaces for MiNIFi C2 Server
> ----------------------------------------------------
>
> Key: MINIFI-448
> URL: https://issues.apache.org/jira/browse/MINIFI-448
> Project: Apache NiFi MiNiFi
> Issue Type: New Feature
> Components: Command and Control
> Reporter: Kevin Doran
> Assignee: Kevin Doran
> Priority: Major
>
> Define service layer interfaces that will back the external interfaces for
> the MiNiFi C2 server
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)