fix: 调整编译依赖和打包

dev
huangfeng 3 months ago
parent a22a0384f1
commit da9ea2f2e9

@ -118,7 +118,76 @@
<!-- <version>1.0</version>-->
<!-- <scope>compile</scope>-->
<!-- </dependency>-->
<dependency>
<groupId>local</groupId>
<artifactId>matlabplot</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${pom.basedir}/src/main/webapp/WEB-INF/lib/matlabplot.jar</systemPath>
</dependency>
<dependency>
<groupId>local</groupId>
<artifactId>javabuilder</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${pom.basedir}/src/main/webapp/WEB-INF/lib/javabuilder.jar</systemPath>
</dependency>
<dependency>
<groupId>local</groupId>
<artifactId>assess</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${pom.basedir}/src/main/webapp/WEB-INF/lib/assess.jar</systemPath>
</dependency>
<dependency>
<groupId>local</groupId>
<artifactId>Cable_eval</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${pom.basedir}/src/main/webapp/WEB-INF/lib/Cable_eval.jar</systemPath>
</dependency>
<dependency>
<groupId>local</groupId>
<artifactId>GISmec</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${pom.basedir}/src/main/webapp/WEB-INF/lib/GISmec.jar</systemPath>
</dependency>
<dependency>
<groupId>local</groupId>
<artifactId>lifeassess</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${pom.basedir}/src/main/webapp/WEB-INF/lib/lifeassess.jar</systemPath>
</dependency>
<dependency>
<groupId>local</groupId>
<artifactId>sim_oil_gas</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${pom.basedir}/src/main/webapp/WEB-INF/lib/sim_oil_gas.jar</systemPath>
</dependency>
<dependency>
<groupId>local</groupId>
<artifactId>switchtest</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${pom.basedir}/src/main/webapp/WEB-INF/lib/switchtest.jar</systemPath>
</dependency>
<dependency>
<groupId>local</groupId>
<artifactId>testc</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${pom.basedir}/src/main/webapp/WEB-INF/lib/testc.jar</systemPath>
</dependency>
<dependency>
<groupId>local</groupId>
<artifactId>Plosweb</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${pom.basedir}/src/main/webapp/WEB-INF/lib/Plosweb.jar</systemPath>
</dependency>
</dependencies>
<build>
<finalName>busi-back-serviceImpl</finalName>
@ -154,6 +223,7 @@
<overWriteIfNewer>true</overWriteIfNewer>
<includeScope>compile</includeScope>
<excludeScope>provided</excludeScope>
<excludeArtifactIds>Plosweb,testc,switchtest,sim_oil_gas,lifeassess,GISmec,Cable_eval,assess,javabuilder,matlabplot</excludeArtifactIds>
</configuration>
</execution>
</executions>

Loading…
Cancel
Save