删除部分文件

master
星期八 5 years ago
parent 369967e74b
commit fbad8fc3e3
  1. 24
      pom.xml

@ -69,4 +69,28 @@
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<distributionManagement>
<repository>
<id>nexus-3rd</id>
<url>http://106.12.122.216:8011/nexus/content/repositories/thirdparty/</url>
</repository>
</distributionManagement>
</project>
Loading…
Cancel
Save