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