Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

Analytics module with Maven

$
0
0
Hello,

I have bought the license for Power edition and Analytics module. I am using maven, and I have installed the last version from Power Edition with the smartgwt-maven-plugin (2014-07-17), but the analytics module is not installed.

With the Eval edition was working fine due to smartgwt-analytics was already included:
Code:

<dependency>
        <groupId>com.isomorphic.smartgwt.eval</groupId>
        <artifactId>smartgwt-analytics</artifactId>
        <version>4.1-p20140625</version>
</dependency>

There is a way to install the Analytics module with the smartgwt-maven-plugin?

Viewing all articles
Browse latest Browse all 4756

Trending Articles