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 f0ad0e8 commit 0433d24Copy full SHA for 0433d24
pom.xml
@@ -260,15 +260,9 @@
260
<locales>en,es,zh_CN,ja</locales>
261
</configuration>
262
</plugin>
263
- <plugin>
264
- <groupId>org.apache.maven.plugins</groupId>
265
- <artifactId>maven-release-plugin</artifactId>
266
- <configuration>
267
- <arguments>-Prelease,bundle,gupload</arguments>
268
- </configuration>
269
- </plugin>
270
</plugins>
271
- <resources>
+
+ <resources>
272
<resource>
273
<directory>${basedir}</directory>
274
<targetPath>META-INF</targetPath>
0 commit comments