Created
November 21, 2018 03:14
-
-
Save chenhui0212/4c67926b197df4a893938cb419c2d4b8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<pluginRepositories> | |
<pluginRepository> | |
<releases> | |
<enabled>true</enabled> | |
</releases> | |
<snapshots> | |
<enabled>false</enabled> | |
</snapshots> | |
<id>hualalapluginreleases</id> | |
<name>Hualala Plugin Releases Repository</name> | |
<url>http://repo.hualala.com/nexus/content/repositories/releases/</url> | |
</pluginRepository> | |
<pluginRepository> | |
<releases> | |
<enabled>false</enabled> | |
</releases> | |
<snapshots> | |
<enabled>true</enabled> | |
<updatePolicy>always</updatePolicy> | |
</snapshots> | |
<id>hualalapluginsnapshots</id> | |
<name>Hualala Plugin Snapshots Repository</name> | |
<url>http://repo.hualala.com/nexus/content/repositories/snapshots/</url> | |
</pluginRepository> | |
</pluginRepositories> | |
<build> | |
<plugins> | |
<plugin> | |
<groupId>com.dld.hll</groupId> | |
<artifactId>protobuf-generator-maven-plugin</artifactId> | |
</plugin> | |
</plugins> | |
</build> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment