Details
Description
I deployed a dll with the following command:
mvn deploy:deploy-file -Dfile=D:\Common\m2-repository\jlicensure\sjarcl-dll\0.9.15\sjarcl-dll-0.9.15.dll
-DartifactId=sjarcl-dll
-Dversion=0.9.15
-Dpackaging=dll
-DgroupId=jlicensure
-DrepositoryId=archiva.internal
-Durl=dav:http://develop:8080/archiva/repository/internal/
The deployment was OK and the dll is in the repository. In archiva "Repository Scanning" section I added */.dll. When I browse the repository I see the pom but I can't download the dll. It is not visible.
Attachments
Issue Links
| This issue depends upon: | ||||
| MRM-841 | Introducing a new scannable artifact file type requires restart in order for some consumers to work |
|
|
|
Did you add */*.dll or **/*.dll in the file types? I think it should be the latter..