Skip to content

Commit 6195fd7

Browse files
committed
Add shade and replacer plugin
1 parent 1783640 commit 6195fd7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

+12
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@
136136
<version.org.apache.maven.plugins.resources>3.3.1</version.org.apache.maven.plugins.resources>
137137
<version.org.apache.maven.plugins.scm-publish>3.2.1</version.org.apache.maven.plugins.scm-publish>
138138
<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>
139140
<version.org.apache.maven.plugins.source>3.3.0</version.org.apache.maven.plugins.source>
140141
<version.org.apache.maven.plugins.surefire>3.2.5</version.org.apache.maven.plugins.surefire>
141142
<version.org.apache.maven.plugins.toolchains>3.1.0</version.org.apache.maven.plugins.toolchains>
@@ -154,6 +155,7 @@
154155
<!-- other plugins -->
155156

156157
<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>
157159
<version.com.google.cloud.tools.plugins.jib>3.4.0</version.com.google.cloud.tools.plugins.jib>
158160
<version.com.puppycrawl.tools.checkstyle>10.13.0</version.com.puppycrawl.tools.checkstyle>
159161
<version.io.kokuwa.maven.parent>0.6.15-SNAPSHOT</version.io.kokuwa.maven.parent>
@@ -638,6 +640,11 @@
638640
<subDirectory>${project.artifactId}/${project.version}</subDirectory>
639641
</configuration>
640642
</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>
641648
<plugin>
642649
<groupId>org.apache.maven.plugins</groupId>
643650
<artifactId>maven-source-plugin</artifactId>
@@ -773,6 +780,11 @@
773780
<skipEmptyReport>true</skipEmptyReport>
774781
</configuration>
775782
</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>
776788
<plugin>
777789
<groupId>com.google.cloud.tools</groupId>
778790
<artifactId>jib-maven-plugin</artifactId>

0 commit comments

Comments
 (0)