|
|
|
@ -5,8 +5,8 @@
|
|
|
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
|
|
|
|
|
|
<parent> |
|
|
|
|
<groupId>com.fr.plugin</groupId> |
|
|
|
|
<artifactId>starter</artifactId> |
|
|
|
|
<groupId>com.fr.maven</groupId> |
|
|
|
|
<artifactId>finereport-maven</artifactId> |
|
|
|
|
<version>10.0</version> |
|
|
|
|
</parent> |
|
|
|
|
<packaging>jar</packaging> |
|
|
|
@ -17,10 +17,20 @@
|
|
|
|
|
<artifactId>jedis</artifactId> |
|
|
|
|
<version>2.9.0</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.fr.core</groupId> |
|
|
|
|
<artifactId>fine-core-sdk</artifactId> |
|
|
|
|
<version>10.0</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.fr.report</groupId> |
|
|
|
|
<artifactId>designer-base</artifactId> |
|
|
|
|
<version>10.0</version> |
|
|
|
|
</dependency> |
|
|
|
|
</dependencies> |
|
|
|
|
<build> |
|
|
|
|
<!---如果要更改调试插件,改这里的配置就可以了--> |
|
|
|
|
<outputDirectory>${project.basedir}/../webroot/WEB-INF/plugins/plugin-com.fr.solution.plugin.db.redis.v10-1.0/classes</outputDirectory> |
|
|
|
|
<outputDirectory>${web-inf-path}/plugins/plugin-com.fr.solution.plugin.db.redis.v10-1.0/classes</outputDirectory> |
|
|
|
|
<plugins> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|