boris-petrov commented on issue #49: SFTP HTTP and SOCKS proxy authentication
URL: https://github.com/apache/commons-vfs/pull/49#issuecomment-478627337
 
 
   @garydgregory - thanks! Just a note - these don't seem to be snapshots at 
least according to what Gradle thinks. This:
   
   ```gradle
        maven {
                url 'https://repository.apache.org/snapshots'
                content {
                        includeGroup 'org.apache.commons'
                        snapshotsOnly()
                }
        }
   ```
   
   Doesn't work - that is, Gradle then doesn't find 
`org.apache.commons:commons-vfs2:2.4-20190325.151337-1`. However, if I remove 
`snapshotsOnly`, it works. Not sure why, if you think this is important, you 
can try it out. I guess it's because of the filename - probably it expects 
`-SNAPSHOT` which you don't seem to have in your file names.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to