[
https://issues.apache.org/jira/browse/NLPCRAFT-73?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17127311#comment-17127311
]
Sergey Makov commented on NLPCRAFT-73:
--------------------------------------
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: Sergey Makov
> 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)