Ok that makes sense thanks, I can see the option to add addition files now.
Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
matt.wood_5559
@matt.wood_5559
Best posts made by matt.wood_5559
Latest posts made by matt.wood_5559
-
RE: Maven additional artifacts
-
Connecting feeds
I need to organised my internal packages into many feeds that vary according to access/compliance requirements. Access to each feed can be managed accordingly. To make it simple for developers I would like to present a single feed for each language. If I use connectors to combine feeds I think it will copy all packages into the main feed and lose the original feeds permissions meaning everyone with access to it will see everything. Is there a way to use connectors where they proxy the connection effectively evaluating the access permissions dynamically and not copying?
-
Maven additional artifacts
When you manually upload a maven artifact there is only one option to store the package (jar/war/ear) and there isn't an option to store additional files like javadoc or sources. Have I missed something?
-
pgutils and Maven
I was looking to use "pgutils build scan " for a maven project but it didn't work. I checked the pgutils source code and found there was no support for maven. Is this planned for the future?
-
Assigning package versions
So a package feed has 3 levels,
- the feed,
- the package
- the package version.
License information is shown at the 1st/3rd but not a the 2nd. I can assign a license at level 3 and then choose to assign it to level 2 but the option is not displayed at level 2. I might be missing something but is there a reason for this?
When I assign a package version a license i.e. Apache 2.0 the package version then displays "Warning: use with caution because of no license". Am I missing something? Also is there a way to change the license as I can't see any option to do so?
-
License discovery for Maven packages
I have set up a feed with a connector to maven central and pulled various packages into the feed. Unfortunately none of them have automatically picked up the license and they all show "Not Detected". Does this mean I have to go through all the packages manually and configure them?
-
Trial License Request Error
Hi I am trying to request a trial license and I get this error:
Details:
System.ArgumentNullException: Value cannot be null. (Parameter 's')
at System.Int32.Parse(String s)
at Inedo.Com.MyInedo.LicenseKeyDispatcher.DispatchKeyAsync(Boolean sendNotificationEmail) in C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp_E388811\Src\inedo.com\Inedo.Com.MyInedo\Common\LicenseKeyDispatcher.cs:line 87
at Inedo.Com.MyInedo.Pages.LicenseKeys.RequestLicenseKeyPage.<>c__DisplayClass1_0.<<CreateChildControls>b__0>d.MoveNext() in C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp_E388811\Src\inedo.com\Inedo.Com.MyInedo\Pages\LicenseKeys\RequestLicenseKeyPage.cs:line 52
--- End of stack trace from previous location ---
at Inedo.Web.PageFree.SimplePageBase.ExecutePageLifeCycleAsync()
at Inedo.Web.PageFree.SimplePageBase.ProcessRequestAsync(HttpContext context)
at Inedo.Web.AhWebMiddleware.InvokeAsync(HttpContext context)
at Inedo.Web.AhWebMiddleware.InvokeAsync(HttpContext context)
at Inedo.Web.AhWebMiddleware.InvokeAsync(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)