Skip to content

Commit

Permalink
📦 添加 github 打包地址
Browse files Browse the repository at this point in the history
  • Loading branch information
xkcoding committed Aug 21, 2019
1 parent 2f6946c commit 219f390
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions pom.xml
Expand Up @@ -261,6 +261,35 @@
</snapshotRepository>
</distributionManagement>
</profile>
<profile>
<id>github</id>
<build>
<plugins>
<!-- GPG -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.5</version>
<executions>
<execution>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<distributionManagement>
<!-- 发布到GitHub仓库 -->
<repository>
<id>github-xkcoding</id>
<name>GitHub Xkcoding Apache Maven Packages</name>
<url>https://maven.pkg.github.com/xkcoding/justauth-spring-boot-starter</url>
</repository>
</distributionManagement>
</profile>
</profiles>

</project>

0 comments on commit 219f390

Please sign in to comment.