You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/dev/developer/development-environment.asciidoc
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -229,6 +229,13 @@ link:https://dist.apache.org/repos/dist/dev/tinkerpop/KEYS[development] and
229
229
link:https://dist.apache.org/repos/dist/release/tinkerpop/KEYS[release] distribution directories and committed
230
230
using Apache Subversion (SVN).
231
231
232
+
Maven needs to be configured to deploy maven artifacts. Apache LDAP credentials can be used for this. Release
233
+
managers should encrypt their Apache LDAP password as described
234
+
link:https://maven.apache.org/guides/mini/guide-encryption.html[in the Apache Maven docs].
235
+
The encrypted password can then be configured in the `settings.xml` as described in the section
236
+
link:https://infra.apache.org/publishing-maven-artifacts.html["Set up your development environment" of this Apache Infra article].
237
+
This configuration will be used by `mvn deploy`.
238
+
232
239
For Python releases, uploading to pypi uses link:https://pypi.python.org/pypi/twine[twine] which is automatically
233
240
installed by the build process in maven. Twine refers to `HOME/.pypirc` file for configuration on the pypi deploy
234
241
environments and username and password combinations. The file typically looks like this:
0 commit comments