mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-11-30 10:58:14 +08:00
io.jpom.plugin -> io.jpom.plugins
This commit is contained in:
parent
49d032ee65
commit
a0624376b7
@ -39,7 +39,7 @@
|
||||
<version>1.21</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.jpom.plugin</groupId>
|
||||
<groupId>io.jpom.plugins</groupId>
|
||||
<artifactId>webhook</artifactId>
|
||||
<version>${pom.version}</version>
|
||||
</dependency>
|
||||
@ -102,7 +102,7 @@
|
||||
<fork>true</fork>
|
||||
<mainClass>${start-class}</mainClass>
|
||||
<jvmArguments>-Dfile.encoding=UTF-8</jvmArguments>
|
||||
<!-- <excludeGroupIds>io.jpom.plugin</excludeGroupIds>-->
|
||||
<!-- <excludeGroupIds>io.jpom.plugins</excludeGroupIds>-->
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
|
@ -24,7 +24,7 @@
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>io.jpom.plugin</groupId>
|
||||
<groupId>io.jpom.plugins</groupId>
|
||||
<artifactId>webhook</artifactId>
|
||||
<version>${pom.version}</version>
|
||||
</dependency>
|
||||
@ -55,14 +55,14 @@
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>io.jpom.plugin</groupId>
|
||||
<groupId>io.jpom.plugins</groupId>
|
||||
<artifactId>svn-clone</artifactId>
|
||||
<version>${pom.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!--邮件-->
|
||||
<dependency>
|
||||
<groupId>io.jpom.plugin</groupId>
|
||||
<groupId>io.jpom.plugins</groupId>
|
||||
<artifactId>email</artifactId>
|
||||
<version>${pom.version}</version>
|
||||
</dependency>
|
||||
@ -138,7 +138,7 @@
|
||||
<fork>true</fork>
|
||||
<mainClass>${start-class}</mainClass>
|
||||
<jvmArguments>-Dfile.encoding=UTF-8</jvmArguments>
|
||||
<!-- <excludeGroupIds>io.jpom.plugin</excludeGroupIds>-->
|
||||
<!-- <excludeGroupIds>io.jpom.plugins</excludeGroupIds>-->
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
|
@ -56,7 +56,7 @@
|
||||
<!-- <dependencySet>-->
|
||||
<!-- <outputDirectory>lib/plugins</outputDirectory>-->
|
||||
<!-- <includes>-->
|
||||
<!-- <include>io.jpom.plugin</include>-->
|
||||
<!-- <include>io.jpom.plugins</include>-->
|
||||
<!-- </includes>-->
|
||||
<!-- </dependencySet>-->
|
||||
</dependencySets>
|
||||
|
@ -9,7 +9,7 @@
|
||||
<relativePath>../../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>io.jpom.plugin</groupId>
|
||||
<groupId>io.jpom.plugins</groupId>
|
||||
<artifactId>email</artifactId>
|
||||
<name>plugin-email</name>
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
<relativePath>../../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>io.jpom.plugin</groupId>
|
||||
<groupId>io.jpom.plugins</groupId>
|
||||
<artifactId>svn-clone</artifactId>
|
||||
<name>plugin-svn-clone</name>
|
||||
<properties>
|
||||
|
@ -9,7 +9,7 @@
|
||||
<relativePath>../../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>io.jpom.plugin</groupId>
|
||||
<groupId>io.jpom.plugins</groupId>
|
||||
<artifactId>webhook</artifactId>
|
||||
<name>plugin-webhook</name>
|
||||
<properties>
|
||||
|
Loading…
Reference in New Issue
Block a user