Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

After closing repository in Nexus, you must obtain the url where the assemblies are stored, it looks like below (the important part is orgapachestruts-300):

Code Block
https://repository.apache.org/content/repositories/orgapachestruts-300/org/apache/struts/struts2-assembly/$VERSION/

extract $REPOID, in the above example it's orgapachestruts-300.

In order to move the assemblies login to people.apache.org and execute the following code:

...