How can I copy maven dependency information from OSS 3?

In OSS 2, I can copy the following xml in web UI to pom file,how can I do so in OSS 3?

<dependency>
  <groupId>org.apache.spark</groupId>
  <artifactId>spark-catalyst_2.11</artifactId>
  <version>2.2.0</version>
</dependency>
1 Like

This feature doesn’t currently exist in NXRM 3. We’ve discussed adding it back, but I don’t believe it’s currently on the roadmap.

We have recently moved to NXRM 3. (First of all, thanks for such a successfull migration mechanism) We are also surprised that this feature does not exist. Such addition will be welcomed by us too.

Just came across this in Google while trying to figure out how to do this myself. Sad to see it isn’t supported :frowning:

Good news, the next release (3.15) will have our first iteration of this feature. Check the release notes for more information soon.