|
136 | 136 | <version.org.apache.maven.plugins.resources>3.3.1</version.org.apache.maven.plugins.resources>
|
137 | 137 | <version.org.apache.maven.plugins.scm-publish>3.2.1</version.org.apache.maven.plugins.scm-publish>
|
138 | 138 | <version.org.apache.maven.plugins.site>3.12.1</version.org.apache.maven.plugins.site>
|
| 139 | + <version.org.apache.maven.plugins.shade>3.5.2</version.org.apache.maven.plugins.shade> |
139 | 140 | <version.org.apache.maven.plugins.source>3.3.0</version.org.apache.maven.plugins.source>
|
140 | 141 | <version.org.apache.maven.plugins.surefire>3.2.5</version.org.apache.maven.plugins.surefire>
|
141 | 142 | <version.org.apache.maven.plugins.toolchains>3.1.0</version.org.apache.maven.plugins.toolchains>
|
|
154 | 155 | <!-- other plugins -->
|
155 | 156 |
|
156 | 157 | <version.com.github.spotbugs>4.8.3.1</version.com.github.spotbugs>
|
| 158 | + <version.com.google.code.replacer>1.5.3</version.com.google.code.replacer> |
157 | 159 | <version.com.google.cloud.tools.plugins.jib>3.4.0</version.com.google.cloud.tools.plugins.jib>
|
158 | 160 | <version.com.puppycrawl.tools.checkstyle>10.13.0</version.com.puppycrawl.tools.checkstyle>
|
159 | 161 | <version.io.kokuwa.maven.parent>0.6.15-SNAPSHOT</version.io.kokuwa.maven.parent>
|
|
638 | 640 | <subDirectory>${project.artifactId}/${project.version}</subDirectory>
|
639 | 641 | </configuration>
|
640 | 642 | </plugin>
|
| 643 | + <plugin> |
| 644 | + <groupId>org.apache.maven.plugins</groupId> |
| 645 | + <artifactId>maven-shade-plugin</artifactId> |
| 646 | + <version>${version.org.apache.maven.plugins.shade}</version> |
| 647 | + </plugin> |
641 | 648 | <plugin>
|
642 | 649 | <groupId>org.apache.maven.plugins</groupId>
|
643 | 650 | <artifactId>maven-source-plugin</artifactId>
|
|
773 | 780 | <skipEmptyReport>true</skipEmptyReport>
|
774 | 781 | </configuration>
|
775 | 782 | </plugin>
|
| 783 | + <plugin> |
| 784 | + <groupId>com.google.code.maven-replacer-plugin</groupId> |
| 785 | + <artifactId>replacer</artifactId> |
| 786 | + <version>${version.com.google.code.replacer}</version> |
| 787 | + </plugin> |
776 | 788 | <plugin>
|
777 | 789 | <groupId>com.google.cloud.tools</groupId>
|
778 | 790 | <artifactId>jib-maven-plugin</artifactId>
|
|
0 commit comments