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

[jira] [Updated] (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:all-tabpanel ]

Aaron Radzinski updated NLPCRAFT-73:
------------------------------------
    Description: 
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]

  was:
We need to add maven profile with the following:

{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]


> 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
>             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)