Skip to content

Commit 8d48e75

Browse files
committed
Compact/Flatten pom on release
1 parent bef3a77 commit 8d48e75

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

template-placeholder/pom.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,23 @@
179179
<id>ossrh</id>
180180
<build>
181181
<plugins>
182+
<plugin>
183+
<groupId>org.codehaus.mojo</groupId>
184+
<artifactId>flatten-maven-plugin</artifactId>
185+
<version>1.6.0</version>
186+
<configuration>
187+
<flattenMode>ossrh</flattenMode>
188+
</configuration>
189+
<executions>
190+
<execution>
191+
<id>flatten</id>
192+
<phase>process-resources</phase>
193+
<goals>
194+
<goal>flatten</goal>
195+
</goals>
196+
</execution>
197+
</executions>
198+
</plugin>
182199
<plugin>
183200
<groupId>org.apache.maven.plugins</groupId>
184201
<artifactId>maven-gpg-plugin</artifactId>

0 commit comments

Comments
 (0)