We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bef3a77 commit 8d48e75Copy full SHA for 8d48e75
template-placeholder/pom.xml
@@ -179,6 +179,23 @@
179
<id>ossrh</id>
180
<build>
181
<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>
199
<plugin>
200
<groupId>org.apache.maven.plugins</groupId>
201
<artifactId>maven-gpg-plugin</artifactId>
0 commit comments