Github user aljoscha commented on a diff in the pull request:
https://github.com/apache/flink/pull/4407#discussion_r129824585
--- Diff: pom.xml ---
@@ -1246,14 +1247,32 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
- <version>2.1</version>
+ <version>2.5.3</version>
<configuration>
-
<mavenExecutorId>forked-path</mavenExecutorId>
-
<useReleaseProfile>false</useReleaseProfile>
- <arguments>${arguments}
-Psonatype-oss-release</arguments>
+
<releaseProfiles>release</releaseProfiles>
+ <preparationGoals>clean
install</preparationGoals>
+ <goals>deploy</goals>
+
<autoVersionSubmodules>true</autoVersionSubmodules>
+ <pushChanges>false</pushChanges>
</configuration>
</plugin>
+ <!-- Rename the artifact produced by the Apache
parent's
+ source release. -->
+ <plugin>
+
<groupId>org.apache.maven.plugins</groupId>
+
<artifactId>maven-assembly-plugin</artifactId>
--- End diff --
Not, sure, actually. I'm setting it manually to make it resemble our
current file naming.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---