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 3d5a568 commit f27d5adCopy full SHA for f27d5ad
1 file changed
pom.xml
@@ -108,6 +108,30 @@
108
</execution>
109
</executions>
110
</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
127
+ <id>flatten.clean</id>
128
+ <phase>clean</phase>
129
130
+ <goal>clean</goal>
131
132
133
+ </executions>
134
+ </plugin>
135
<plugin>
136
<artifactId>maven-deploy-plugin</artifactId>
137
<configuration>
0 commit comments