missing menu items in MyJFrog UI - maven

I created a cloud account on MyJFrog and now I want to create a maven repository in Artifactory. But there is no menu item available in the UI for creating a maven repository. How can I obtain the needed menu item for creating a repository?

Related

In Spring Tool Suite 4, when creating a Run Configuration, the Project dropdown menu does not display any project. "No project selected"

Graphic for better understanding
In Spring Tool Suite's Run Configurations, there is an option for Spring Boot App. There is a dropdown menu meant to select the project, but currently there are not any options available. I seem to have a problem selecting a project, but I cannot find where to "select" a project if the dropdown menu does not display any options.

Add a new publish target to custom project template

I want to add a new publish target for an extension I am working on. When you right click on a project, there is a publish button that shows up. When you click that the picture I attached shows up. I want to add 2 of my own publish target under Azure WebJobs. Does anyone have any code or guides on how I can do this?

upload addon vaadin to repository maven.vaadin

good day, I would like to load my addon vaadin in maven vaadin, I have already loaded it in the vaadin directory, but I do not know how to publish it in the maven vaadin repository. I thought that this process was done automatically when uploading it to the vaadin directory, but it is not like that.
Currently, the plugin in the vaadin directory is seen in this way in the maven section:
I just had a look at your component and seems like the license is missing. Here are the steps to choose the license:
Go to your component view. I guess it's this one? https://vaadin.com/directory/component/juicyaceeditor
There should be a button called Edit component at the top
Choose Versions tab and click Edit
Scroll down and you should see a list of licenses, make sure you provide a license for each license of your component and don't forget to click Save.
The end result should look something like this:
P/s: Another way to manage your components is by going to See my components, from there you can see and edit any component you have uploaded to Directory.
If you edit your component, and go to the Versions tab, you can edit a version to make sure it's marked as Available. You should also add at least one supported framework.

How do I target a specific project with a non-unique name when using the Package Manager (nuget)?

I know about '-project' but what if I have multiple projects in my solution that have the same name? They're in different folders.
Use: Scaffold Controller FolderName\ProjectName
Also if you look in the Package Manager Console there is the dropdown for Default Project. If you click the dropdown you can see what each of your project names would be.

How do I go about adding a website to Silverlight

Say I had (foolishly) setup a Silverlight project in VS and failed to setup a supporting website at time of instantiation are there any steps I can take to add one retrospectively?
Many thanks.
Do the following:-
Add a new Web Application or Web Site to the existing solution.
Open the properties of the new Web Application, on the Silverlight tab select Add..., select the existing SL project in the project drop-down (already selected by default), Click Add.
Set the web app to be the startup project
Select the newly created test .aspx page that will have been created for you as the start page.
Now you are where you would have been had you opted to create the test web app when creating the solution.
The simplest solution might be to create a new solution with the supporting website project and copy your Silverlight project into that and carry on working in the new solution.
You could also copy the web project to your existing solution. In that case you'll need to change the name of the referenced .xap file.

Resources