You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nlpcraft.apache.org by "Sergey Makov (Jira)" <ji...@apache.org> on 2020/06/07 09:25:00 UTC

[jira] [Comment Edited] (NLPCRAFT-73) Add new maven profile for GridGain Control Center Agent.

    [ https://issues.apache.org/jira/browse/NLPCRAFT-73?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17127311#comment-17127311 ] 

Sergey Makov edited comment on NLPCRAFT-73 at 6/7/20, 9:24 AM:
---------------------------------------------------------------

PR#4 ready (control agent can be enabled by activating {{gridgain-agent}} maven profile).


was (Author: smakov):
PR#4 ready.

> Add new maven profile for GridGain Control Center Agent.
> --------------------------------------------------------
>
>                 Key: NLPCRAFT-73
>                 URL: https://issues.apache.org/jira/browse/NLPCRAFT-73
>             Project: NLPCraft
>          Issue Type: Task
>          Components: build
>            Reporter: Aaron Radzinski
>            Assignee: Aaron Radzinski
>            Priority: Major
>              Labels: maven, pull-request-available
>             Fix For: 0.7.0
>
>
> We need to add maven profile with the following. *NOTE*: the version {color:#de350b}*should be the same*{color} as the version of Ignite.
> {code:xml}
> <repositories>
>     <repository>
>         <id>GridGain External Repository</id>
>         <url>http://www.gridgainsystems.com/nexus/content/repositories/external</url>
>     </repository>
> </repositories>
> <dependencies>
>     <dependency>
>         <groupId>org.gridgain</groupId>
>         <artifactId>gridgain-control-center-agent</artifactId>
>         <version>2.8.1.0</version>
>     </dependency>
> </dependencies>
> {code}
> More information: [https://www.gridgain.com/docs/control-center/latest/connect-ignite-cluster]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)