Skip to content

Commit

Permalink
修改编译选项
Browse files Browse the repository at this point in the history
  • Loading branch information
gejian committed Aug 20, 2018
1 parent 594d0f7 commit 137d09e
Showing 1 changed file with 2 additions and 21 deletions.
23 changes: 2 additions & 21 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,25 +44,6 @@
</dependency>
</dependencies>

<repositories>
<repository>
<id>public</id>
<name>Public Repositories</name>
<url>http://192.168.1.118:8081/nexus/content/groups/public/</url>
<layout>default</layout>
<releases>
<!-- 默认true,可以省略 -->
<enabled>true</enabled>
<!-- 指定更新周期,The choices are: always, daily (default), interval:X (where
X is an integer in minutes) or never. -->
<updatePolicy>interval:10080</updatePolicy>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>

<build>
<plugins>
<plugin>
Expand Down Expand Up @@ -98,7 +79,7 @@
</plugins>
</build>

<distributionManagement>
<!--<distributionManagement>
<repository>
<id>releases</id>
<url>http://192.168.1.118:8081/nexus/content/repositories/releases</url>
Expand All @@ -107,5 +88,5 @@
<id>snapshots</id>
<url>http://192.168.1.118:8081/nexus/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
</distributionManagement>-->
</project>

0 comments on commit 137d09e

Please sign in to comment.