Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
flysoloing committed Aug 17, 2019
1 parent 9a41f09 commit 112aac6
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# code-parent

[![GitHub release](https://img.shields.io/github/release/flysoloing/code-parent.svg)](https://github.com/flysoloing/code-parent/releases)

通用parent模块,统一管理各Project的依赖项和配置项,定期升级优化,减少各应用的依赖包维护成本。

当前最新正式版本:[1.0](https://github.com/flysoloing/repo/blob/gh-pages/libs/com/flysoloing/code-parent/1.0/code-parent-1.0.pom)
Expand Down
22 changes: 22 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -846,6 +846,28 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
</plugin>
<plugin>
<groupId>com.flysoloing.plugins</groupId>
<artifactId>ghrepo-maven-plugin</artifactId>
<configuration>
<!-- ghrepo:sync conf -->
<enable>true</enable>
<localGhRepoLibsPath>D:\DevEnv\repo\libs</localGhRepoLibsPath>
<localGhRepoPluginsPath>D:\DevEnv\repo\plugins</localGhRepoPluginsPath>
<!-- ghrepo:help conf -->
<detail>true</detail>
<!--<goal>help</goal>-->
</configuration>
<executions>
<execution>
<id>flush</id>
<phase>install</phase>
<goals>
<goal>sync</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 112aac6

Please sign in to comment.