Browse Source

上传错了,退回

paid
richie 5 years ago
parent
commit
481ed75827
  1. 6
      pom.xml

6
pom.xml

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

Loading…
Cancel
Save