modify pom
This commit is contained in:
@@ -227,13 +227,13 @@
|
|||||||
|
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<!--plugin>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||||
<configuration>
|
<configuration>
|
||||||
<mainClass>com.gzzn.omms.msgexchangeapi.MsgexchangeApiApplication</mainClass>
|
<mainClass>com.gzzn.omms.msgexchangeapi.MsgexchangeApiApplication</mainClass>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin-->
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-compiler-plugin</artifactId>
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
@@ -312,11 +312,11 @@
|
|||||||
</resource>
|
</resource>
|
||||||
</resources>
|
</resources>
|
||||||
<extensions>
|
<extensions>
|
||||||
<extension>
|
<!--extension>
|
||||||
<groupId>org.apache.maven.extensions</groupId>
|
<groupId>org.apache.maven.extensions</groupId>
|
||||||
<artifactId>maven-build-cache-extension</artifactId>
|
<artifactId>maven-build-cache-extension</artifactId>
|
||||||
<version>1.1.0</version>
|
<version>1.1.0</version>
|
||||||
</extension>
|
</extension-->
|
||||||
</extensions>
|
</extensions>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
|
|||||||
+5
-14
@@ -275,25 +275,16 @@ under the License.
|
|||||||
</profile>
|
</profile>
|
||||||
-->
|
-->
|
||||||
<profile>
|
<profile>
|
||||||
<id>archiva</id>
|
<id>reposilite</id>
|
||||||
<activation>
|
<activation>
|
||||||
<activeByDefault>true</activeByDefault>
|
<activeByDefault>true</activeByDefault>
|
||||||
</activation>
|
</activation>
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>archiva.internal</id>
|
<id>reposilite-releases</id>
|
||||||
<name>Archiva Managed Internal Repository</name>
|
<name>GZZN JVM</name>
|
||||||
<url>https://repo.int.it2000.com.cn/repository/internal/</url>
|
<url>https://repo.int.it2000.com.cn/releases</url>
|
||||||
<releases><enabled>true</enabled><updatePolicy>always</updatePolicy></releases>
|
</repository>
|
||||||
<snapshots><enabled>false</enabled></snapshots>
|
|
||||||
</repository>
|
|
||||||
<repository>
|
|
||||||
<id>archiva.snapshots</id>
|
|
||||||
<name>Archiva Managed Internal Repository</name>
|
|
||||||
<url>https://repo.int.it2000.com.cn/repository/snapshots/</url>
|
|
||||||
<releases><enabled>false</enabled></releases>
|
|
||||||
<snapshots><enabled>true</enabled><updatePolicy>always</updatePolicy></snapshots>
|
|
||||||
</repository>
|
|
||||||
</repositories>
|
</repositories>
|
||||||
</profile>
|
</profile>
|
||||||
</profiles>
|
</profiles>
|
||||||
|
|||||||
Reference in New Issue
Block a user