--
You received this message because you are subscribed to the Google Groups "Nexus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nexus-users...@glists.sonatype.com.
To post to this group, send email to nexus...@glists.sonatype.com.
To view this discussion on the web visit https://groups.google.com/a/glists.sonatype.com/d/msgid/nexus-users/35a112b6-b60e-4821-96f9-e5320e7314f0%40glists.sonatype.com.
For more options, visit https://groups.google.com/a/glists.sonatype.com/d/optout.
To view this discussion on the web visit https://groups.google.com/a/glists.sonatype.com/d/msgid/nexus-users/fb080929-181c-49d6-83de-8e3bfd5c05e7%40glists.sonatype.com.
--
You received this message because you are subscribed to the Google Groups "Nexus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nexus-users...@glists.sonatype.com.
To post to this group, send email to nexus...@glists.sonatype.com.
To view this discussion on the web visit https://groups.google.com/a/glists.sonatype.com/d/msgid/nexus-users/965ce5bb-64f7-46e1-a17d-e16ab72833d0%40glists.sonatype.com.
Haha, awesome. Let us know Deven! Also, please share your script with me once you get it working, I'm going through and trying to add community scripts to an area where others can learn from your hard work :)
On Mon, Oct 24, 2016 at 11:49 AM Deven Phillips <deven.p...@gmail.com> wrote:
Jeffry,--I've been digging into this and it's not really possible without some better documentation or some assistance from someone at Sonatype... To get an instance of RepositoryManager(Impl) requires injecting a number of constructor arguments from a number of different places. As yet, I have not been able to determine where those objects would come from or how to get them bootstrapped into a DSL script.@Injectpublic RepositoryManagerImpl(final EventBus eventBus,final ConfigurationStore store,final RepositoryFactory factory,final Provider<ConfigurationFacet> configFacet,final Map<String, Recipe> recipes,final RepositoryAdminSecurityConfigurationResource securityResource,final List<DefaultRepositoriesContributor> defaultRepositoriesContributors){this.eventBus = checkNotNull(eventBus);this.store = checkNotNull(store);this.factory = checkNotNull(factory);this.configFacet = checkNotNull(configFacet);this.recipes = checkNotNull(recipes);this.securityResource = checkNotNull(securityResource);this.defaultRepositoriesContributors = checkNotNull(defaultRepositoriesContributors);}Any assistance would be greatly appreciated.Deven Phillips
You received this message because you are subscribed to the Google Groups "Nexus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nexus-users+unsubscribe@glists.sonatype.com.
To unsubscribe from this group and stop receiving emails from it, send an email to nexus-users...@glists.sonatype.com.