This commit is contained in:
linfso 2024-07-28 17:39:17 +08:00
parent d6eb379685
commit 768ea6e44e
9 changed files with 22 additions and 39 deletions

View File

@ -25,10 +25,10 @@
</component>
<component name="JavacSettings">
<option name="ADDITIONAL_OPTIONS_OVERRIDE">
<module name="emis-biz" options="-extdirs $PROJECT_DIR$/emis-biz/lib" />
<module name="emis-biz-web" options="-extdirs $PROJECT_DIR$/emis-biz-web/lib" />
<module name="emis-wms" options="-extdirs $PROJECT_DIR$/emis-wms/lib" />
<module name="emis-wms-web" options="-extdirs $PROJECT_DIR$/emis-wms-web/lib" />
<module name="emis-biz" options="" />
<module name="emis-biz-web" options="" />
<module name="emis-wms" options="" />
<module name="emis-wms-web" options="" />
</option>
</component>
</project>

View File

@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Maven: com.aspose:aspose-words:19.1.0">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/com/aspose/aspose-words/19.1.0/aspose-words-19.1.0.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/com/aspose/aspose-words/19.1.0/aspose-words-19.1.0-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/com/aspose/aspose-words/19.1.0/aspose-words-19.1.0-sources.jar!/" />
</SOURCES>
</library>
</component>

View File

@ -1,2 +1,3 @@
mvn install:install-file -DgroupId=com.aspose -DartifactId=aspose-words -Dversion=19.1.0 -Dpackaging=jar -Dfile=emis-biz/lib/aspose-words-19.1-jdk16.jar
mvn clean package deploy -Dmaven.test.skip=true

View File

@ -270,14 +270,6 @@
<orderEntry type="library" name="Maven: org.apache.xmlgraphics:batik-xml:1.14" level="project" />
<orderEntry type="library" name="Maven: xml-apis:xml-apis-ext:1.3.04" level="project" />
<orderEntry type="library" name="Maven: org.apache.xmlgraphics:batik-codec:1.14" level="project" />
<orderEntry type="module-library">
<library name="Maven: com.aspose:aspose-words:19.1.0">
<CLASSES>
<root url="jar://$MODULE_DIR$/../emis-biz/lib/aspose-words-19.1-jdk16.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="library" name="Maven: com.aspose:aspose-words:19.1.0" level="project" />
</component>
</module>

View File

@ -229,14 +229,6 @@
<orderEntry type="library" name="Maven: org.apache.xmlgraphics:batik-xml:1.14" level="project" />
<orderEntry type="library" name="Maven: xml-apis:xml-apis-ext:1.3.04" level="project" />
<orderEntry type="library" name="Maven: org.apache.xmlgraphics:batik-codec:1.14" level="project" />
<orderEntry type="module-library">
<library name="Maven: com.aspose:aspose-words:19.1.0">
<CLASSES>
<root url="jar://$MODULE_DIR$/lib/aspose-words-19.1-jdk16.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="library" name="Maven: com.aspose:aspose-words:19.1.0" level="project" />
</component>
</module>

View File

@ -0,0 +1 @@
mvn install:install-file -DgroupId=com.aspose -DartifactId=aspose-words -Dversion=19.1.0 -Dpackaging=jar -Dfile=aspose-words-19.1-jdk16.jar

View File

@ -151,24 +151,13 @@
<version>1.10.6</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>com.aspose</groupId>-->
<!-- <artifactId>aspose-words</artifactId>-->
<!-- <version>15.8.0</version>-->
<!-- <scope>system</scope>-->
<!-- <systemPath>${project.basedir}/lib/aspose-words-15.8.0-jdk16.jar</systemPath>-->
<!-- </dependency>-->
<!-- 先执行本地 lib -->
<dependency>
<groupId>com.aspose</groupId>
<artifactId>aspose-words</artifactId>
<version>19.1.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/aspose-words-19.1-jdk16.jar</systemPath>
</dependency>
<!-- <dependency>-->
<!-- <groupId>com.fastreport</groupId>-->
<!-- <artifactId>fastreport</artifactId>-->

View File

@ -224,11 +224,6 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<encoding>UTF-8</encoding>
<compilerArguments>
<!-- 编译时使用 lib 目录下的外部 jar 包 -->
<extdirs>${project.basedir}/lib</extdirs>
</compilerArguments>
<source>${java.version}</source>
<target>${java.version}</target>
<encoding>${project.build.sourceEncoding}</encoding>