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
{{ message }}
This repository was archived by the owner on Sep 18, 2020. It is now read-only.
This will return text similar to "Bundle ID: 282". You can double check this ID using bundle:list
98
99
(for org.sonatype.nexus.plugins:nexus-repository-r; it should be the last one). Then start it using this
@@ -105,7 +106,7 @@ and enter the bundle command after it has started:
105
106
106
107
For more permanent installs of the nexus-repository-r plugin, follow these instructions:
107
108
108
-
* Copy the bundle (nexus-repository-r-1.0.2.jar) into <nexus_dir>/deploy
109
+
* Copy the bundle (nexus-repository-r-1.0.3.jar) into <nexus_dir>/deploy
109
110
110
111
This will cause the plugin to be loaded with each restart of Nexus Repository. As well, this folder is monitored
111
112
by Nexus Repository and the plugin should load within 60 seconds of being copied there if Nexus Repository
@@ -115,20 +116,20 @@ is running. You will still need to start the bundle using the karaf commands men
115
116
116
117
If you are trying to use the R plugin permanently, it likely makes more sense to do the following:
117
118
118
-
* Copy the bundle into `<nexus_dir>/system/org/sonatype/nexus/plugins/nexus-repository-r/1.0.2/nexus-repository-r-1.0.2.jar`
119
+
* Copy the bundle into `<nexus_dir>/system/org/sonatype/nexus/plugins/nexus-repository-r/1.0.3/nexus-repository-r-1.0.3.jar`
119
120
* If you are using OSS edition, make these mods in: `<nexus_dir>/system/com/sonatype/nexus/assemblies/nexus-oss-feature/3.x.y/nexus-oss-feature-3.x.y-features.xml`
120
121
* If you are using PRO edition, make these mods in: `<nexus_dir>/system/com/sonatype/nexus/assemblies/nexus-pro-feature/3.x.y/nexus-pro-feature-3.x.y-features.xml`
0 commit comments