We moved from Nexus 2 to Nexus 3 and face the problem of still need to support some artifacts uploaded by projects still working with Maven 1.
In Nexus 2 I was able to setup a Maven 1 repository (N2-P-M1) and I configured a virtual Maven 2 repository (N2-V-M2) by which it was able to download the artifacts from a Maven 2 project.
Now with Nexus 3 there is no native support for Maven 1 repositories. So I kept the Nexus 2 running and configured a Maven 2 proxy repository in Nexus 3 (N3-P-M2) that is meant to be a proxy for the virtual repository in Nexus 2.
But unfortunately I see no assets in Nexus 3 for that proxy (N3-P-M2).
I observed that when browsing the virtual Maven 2 repository in Nexus 2 there are only JARs and POMs but no metadata files. This may be a problem for Nexus 3 I suppose.