Skip to content

Commit 2599312

Browse files
committed
no needs to declare the gupload plugin - use the already configured profile in parent
1 parent bed999f commit 2599312

File tree

1 file changed

+1
-30
lines changed

1 file changed

+1
-30
lines changed

pom.xml

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
<groupId>org.apache.maven.plugins</groupId>
215215
<artifactId>maven-release-plugin</artifactId>
216216
<configuration>
217-
<arguments>-Prelease,bundle</arguments>
217+
<arguments>-Prelease,bundle,gupload</arguments>
218218
</configuration>
219219
</plugin>
220220
<plugin>
@@ -252,35 +252,6 @@
252252
<locales>en,es,ja,zh_CN,ko</locales>
253253
</configuration>
254254
</plugin>
255-
<plugin>
256-
<groupId>com.googlecode.maven-gcu-plugin</groupId>
257-
<artifactId>maven-gcu-plugin</artifactId>
258-
<executions>
259-
<execution>
260-
<phase>deploy</phase>
261-
<goals>
262-
<goal>upload</goal>
263-
</goals>
264-
<configuration>
265-
<uploads>
266-
<!--
267-
| Core
268-
-->
269-
<upload>
270-
<file>${project.build.directory}/${project.artifactId}-${project.version}-bundle.zip</file>
271-
<summary>MyBatis Persistence Framework ${project.version}</summary>
272-
<labels>
273-
<label>Featured</label>
274-
<label>Type-Archive</label>
275-
<label>Product-MyBatis</label>
276-
<label>Version-${project.version}</label>
277-
</labels>
278-
</upload>
279-
</uploads>
280-
</configuration>
281-
</execution>
282-
</executions>
283-
</plugin>
284255
<plugin>
285256
<groupId>org.codehaus.mojo</groupId>
286257
<artifactId>cobertura-maven-plugin</artifactId>

0 commit comments

Comments
 (0)