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:
There is a way to install the Analytics module with the smartgwt-maven-plugin?
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>