Skip to content

Commit f27d5ad

Browse files
committed
Flatten main POM
1 parent 3d5a568 commit f27d5ad

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

pom.xml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,30 @@
108108
</execution>
109109
</executions>
110110
</plugin>
111+
<plugin>
112+
<groupId>org.codehaus.mojo</groupId>
113+
<artifactId>flatten-maven-plugin</artifactId>
114+
<configuration>
115+
<updatePomFile>true</updatePomFile>
116+
<flattenMode>ossrh</flattenMode>
117+
</configuration>
118+
<executions>
119+
<execution>
120+
<id>flatten.install</id>
121+
<phase>install</phase>
122+
<goals>
123+
<goal>flatten</goal>
124+
</goals>
125+
</execution>
126+
<execution>
127+
<id>flatten.clean</id>
128+
<phase>clean</phase>
129+
<goals>
130+
<goal>clean</goal>
131+
</goals>
132+
</execution>
133+
</executions>
134+
</plugin>
111135
<plugin>
112136
<artifactId>maven-deploy-plugin</artifactId>
113137
<configuration>

0 commit comments

Comments
 (0)