1.删除内部仓库地址
This commit is contained in:
parent
592c6e60eb
commit
5a1e02f5e9
|
|
@ -8,12 +8,6 @@
|
|||
|
||||
<name>skywalking-example-mail</name>
|
||||
<url>http://maven.apache.org</url>
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>Company</id>
|
||||
<url>http://10.1.228.199:18081/nexus/content/groups/public/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,6 @@
|
|||
|
||||
<name>skywalking-example-web</name>
|
||||
<url>http://maven.apache.org</url>
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>Company</id>
|
||||
<url>http://10.1.228.199:18081/nexus/content/groups/public/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
|
|
@ -107,12 +101,6 @@
|
|||
<artifactId>aspectjweaver</artifactId>
|
||||
<version>1.8.7</version>
|
||||
</dependency>
|
||||
<!-- addAuth -->
|
||||
<!--<dependency>-->
|
||||
<!--<groupId>com.ai.cloud</groupId>-->
|
||||
<!--<artifactId>skywalking-auth</artifactId>-->
|
||||
<!--<version>1.0-SNAPSHOT</version>-->
|
||||
<!--</dependency>-->
|
||||
<dependency>
|
||||
<groupId>com.ai.cloud</groupId>
|
||||
<artifactId>skywalking-log4j-1.x-plugin</artifactId>
|
||||
|
|
|
|||
|
|
@ -65,13 +65,4 @@
|
|||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
<!--发布-->
|
||||
<distributionManagement>
|
||||
<snapshotRepository>
|
||||
<id>company-private-nexus-library-snapshots</id>
|
||||
<name>private-nexus-library-snapshots</name>
|
||||
<url>http://10.1.228.199:18081/nexus/content/repositories/snapshots/</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
</project>
|
||||
|
|
|
|||
|
|
@ -73,13 +73,4 @@
|
|||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
<!--发布-->
|
||||
<distributionManagement>
|
||||
<snapshotRepository>
|
||||
<id>company-private-nexus-library-snapshots</id>
|
||||
<name>private-nexus-library-snapshots</name>
|
||||
<url>http://10.1.228.199:18081/nexus/content/repositories/snapshots/</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
</project>
|
||||
|
|
|
|||
|
|
@ -56,13 +56,4 @@
|
|||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
<!--发布-->
|
||||
<distributionManagement>
|
||||
<snapshotRepository>
|
||||
<id>company-private-nexus-library-snapshots</id>
|
||||
<name>private-nexus-library-snapshots</name>
|
||||
<url>http://10.1.228.199:18081/nexus/content/repositories/snapshots/</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
|
||||
</project>
|
||||
|
|
|
|||
|
|
@ -16,12 +16,6 @@
|
|||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>Company nexus</id>
|
||||
<url>http://10.1.228.199:18081/nexus/content/groups/public/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
|
|
|||
|
|
@ -13,13 +13,6 @@
|
|||
<name>spring-plugin</name>
|
||||
<url>http://maven.apache.org</url>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>Company</id>
|
||||
<url>http://10.1.228.199:18081/nexus/content/groups/public/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
|
|
|
|||
Loading…
Reference in New Issue