|
|
|
@ -95,7 +95,6 @@
|
|
|
|
|
<version>1.0.0</version>
|
|
|
|
|
<scope>system</scope>
|
|
|
|
|
<systemPath>${project.basedir}/src/main/lib/sapjco3.jar</systemPath>
|
|
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
@ -118,17 +117,17 @@
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
|
<configuration>
|
|
|
|
|
<source>1.8</source>
|
|
|
|
|
<target>1.8</target>
|
|
|
|
|
<encoding>UTF-8</encoding>
|
|
|
|
|
<compilerArguments>
|
|
|
|
|
<extdirs>${project.basedir}/lib</extdirs>
|
|
|
|
|
</compilerArguments>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
<!-- <plugin>-->
|
|
|
|
|
<!-- <artifactId>maven-compiler-plugin</artifactId>-->
|
|
|
|
|
<!-- <configuration>-->
|
|
|
|
|
<!-- <source>1.8</source>-->
|
|
|
|
|
<!-- <target>1.8</target>-->
|
|
|
|
|
<!-- <encoding>UTF-8</encoding>-->
|
|
|
|
|
<!-- <compilerArguments>-->
|
|
|
|
|
<!-- <extdirs>${project.basedir}/lib</extdirs>-->
|
|
|
|
|
<!-- </compilerArguments>-->
|
|
|
|
|
<!-- </configuration>-->
|
|
|
|
|
<!-- </plugin>-->
|
|
|
|
|
</plugins>
|
|
|
|
|
<resources>
|
|
|
|
|
<resource>
|
|
|
|
@ -138,14 +137,14 @@
|
|
|
|
|
<include>**/*.jar</include>
|
|
|
|
|
</includes>
|
|
|
|
|
</resource>
|
|
|
|
|
<resource>
|
|
|
|
|
<directory>${project.basedir}/src/main/lib</directory>
|
|
|
|
|
<targetPath>BOOT-INF</targetPath>
|
|
|
|
|
<includes>
|
|
|
|
|
<include>**/*.so</include>
|
|
|
|
|
<include>**/*.dll</include>
|
|
|
|
|
</includes>
|
|
|
|
|
</resource>
|
|
|
|
|
<!-- <resource>-->
|
|
|
|
|
<!-- <directory>${project.basedir}/src/main/lib</directory>-->
|
|
|
|
|
<!-- <targetPath>BOOT-INF</targetPath>-->
|
|
|
|
|
<!-- <includes>-->
|
|
|
|
|
<!-- <include>**/*.so</include>-->
|
|
|
|
|
<!-- <include>**/*.dll</include>-->
|
|
|
|
|
<!-- </includes>-->
|
|
|
|
|
<!-- </resource>-->
|
|
|
|
|
</resources>
|
|
|
|
|
</build>
|
|
|
|
|
|
|
|
|
|