|
|
|
@ -3,14 +3,6 @@
|
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
|
|
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
|
<dependencies> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.fanruan.api</groupId> |
|
|
|
|
<artifactId>finekit</artifactId> |
|
|
|
|
<version>RELEASE</version> |
|
|
|
|
<scope>compile</scope> |
|
|
|
|
</dependency> |
|
|
|
|
</dependencies> |
|
|
|
|
|
|
|
|
|
<parent> |
|
|
|
|
<groupId>com.fr.plugin</groupId> |
|
|
|
@ -20,6 +12,17 @@
|
|
|
|
|
|
|
|
|
|
<packaging>jar</packaging> |
|
|
|
|
<artifactId>demo-formula-script</artifactId> |
|
|
|
|
|
|
|
|
|
<dependencies> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.fanruan.api</groupId> |
|
|
|
|
<artifactId>finekit</artifactId> |
|
|
|
|
<version>10.0</version> |
|
|
|
|
<scope>system</scope> |
|
|
|
|
<systemPath>${project.basedir}/lib/finekit-10.0.jar</systemPath> |
|
|
|
|
</dependency> |
|
|
|
|
</dependencies> |
|
|
|
|
|
|
|
|
|
<build> |
|
|
|
|
<!---如果要更改调试插件,改这里的配置就可以了--> |
|
|
|
|
<outputDirectory>${project.basedir}/../webroot/WEB-INF/plugins/plugin-com.fr.solution.plugin.design.formula.script-1.0/classes</outputDirectory> |
|
|
|
|