aws-delivlib 14.3.51 → 14.3.52
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -154,26 +154,12 @@ cat > ${release_pom} <<HERE
|
|
|
154
154
|
<groupId>dummy</groupId>
|
|
155
155
|
<artifactId>dummy</artifactId>
|
|
156
156
|
<version>0.0.0</version>
|
|
157
|
-
|
|
158
|
-
<build>
|
|
159
|
-
<plugins>
|
|
160
|
-
<plugin>
|
|
161
|
-
<groupId>org.sonatype.plugins</groupId>
|
|
162
|
-
<artifactId>nexus-staging-maven-plugin</artifactId>
|
|
163
|
-
<version>${nexus_staging_maven_plugin_version}</version>
|
|
164
|
-
<configuration>
|
|
165
|
-
<argLine>
|
|
166
|
-
--add-opens java.base/java.util=ALL-UNNAMED
|
|
167
|
-
</argLine>
|
|
168
|
-
</configuration>
|
|
169
|
-
</plugin>
|
|
170
|
-
</plugins>
|
|
171
|
-
</build>
|
|
172
157
|
</project>
|
|
173
158
|
HERE
|
|
174
159
|
|
|
175
160
|
# Release!
|
|
176
161
|
release_output="${workdir}/release-output.txt"
|
|
162
|
+
export MAVEN_OPTS="--add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.text=ALL-UNNAMED --add-opens=java.desktop/java.awt.font=ALL-UNNAMED"
|
|
177
163
|
$mvn --settings ${mvn_settings} -f ${release_pom} \
|
|
178
164
|
org.sonatype.plugins:nexus-staging-maven-plugin:${nexus_staging_maven_plugin_version}:release \
|
|
179
165
|
-DserverId=ossrh \
|