What happened?
We deploy WSDL files to Maven and consume them in client projects.
The coordinates for my artifact look like this in the Maven error output: com.example:my-library:wsdl:authService:12.0.0.0
I understand that I can restrict downloading by file type. This Reposilite repository mirrors 4 upstream repositories (self-hosted in Nexus). They are all configured with no allowed extensions, which according to the UI means that all extensions should be permitted.
Maybe it doesn't like the mixed case in the classifier? I don't know why it should care though.
There are no errors reported in Reposilite, it just doesn't serve the file. I looked on the Reposilite server and confirmed that the file is not in the Reposilite repository.
Reposilite version
3.x
Relevant log output
What happened?
We deploy WSDL files to Maven and consume them in client projects.
The coordinates for my artifact look like this in the Maven error output: com.example:my-library:wsdl:authService:12.0.0.0
I understand that I can restrict downloading by file type. This Reposilite repository mirrors 4 upstream repositories (self-hosted in Nexus). They are all configured with no allowed extensions, which according to the UI means that all extensions should be permitted.
Maybe it doesn't like the mixed case in the classifier? I don't know why it should care though.
There are no errors reported in Reposilite, it just doesn't serve the file. I looked on the Reposilite server and confirmed that the file is not in the Reposilite repository.
Reposilite version
3.x
Relevant log output