md
This commit is contained in:
parent
d6eb379685
commit
768ea6e44e
@ -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>
|
||||
13
.idea/libraries/Maven__com_aspose_aspose_words_19_1_0.xml
Normal file
13
.idea/libraries/Maven__com_aspose_aspose_words_19_1_0.xml
Normal 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>
|
||||
1
build.sh
1
build.sh
@ -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
|
||||
|
||||
|
||||
@ -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>
|
||||
@ -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>
|
||||
Binary file not shown.
1
emis-biz/lib/mvn_install.sh
Normal file
1
emis-biz/lib/mvn_install.sh
Normal 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
|
||||
@ -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>-->
|
||||
|
||||
5
pom.xml
5
pom.xml
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user