Commit c8d85106 authored by jiangyz's avatar jiangyz

jar包

parent 69c56ff9
Pipeline #25211 passed with stages
in 2 minutes and 32 seconds
...@@ -100,8 +100,6 @@ ...@@ -100,8 +100,6 @@
<groupId>com.oceanbase</groupId> <groupId>com.oceanbase</groupId>
<artifactId>oceanbase-client</artifactId> <artifactId>oceanbase-client</artifactId>
<version>2.2.11</version> <version>2.2.11</version>
<scope>system</scope>
<systemPath>${pom.basedir}/src/main/resources/jar/oceanbase-client-2.2.11.jar</systemPath>
</dependency> </dependency>
<!--jackson--> <!--jackson-->
<dependency> <dependency>
...@@ -159,6 +157,14 @@ ...@@ -159,6 +157,14 @@
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>
<resources>
<resource>
<directory>src/main/resources</directory>
<excludes>
<exclude>jar/**</exclude>
</excludes>
</resource>
</resources>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
...@@ -185,28 +191,6 @@ ...@@ -185,28 +191,6 @@
</excludes> </excludes>
</configuration> </configuration>
</plugin> </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<version>3.1.4</version>
<executions>
<execution>
<id>install-external</id>
<phase>clean</phase>
<configuration>
<file>${pom.basedir}/src/main/resources/jar/oceanbase-client-2.2.11.jar</file>
<groupId>com.oceanbase</groupId>
<artifactId>oceanbase-client</artifactId>
<version>2.2.11</version>
<packaging>jar</packaging>
<generatePom>true</generatePom>
</configuration>
<goals>
<goal>install-file</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins> </plugins>
</build> </build>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment