You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2019/04/01 15:29:34 UTC

[GitHub] [commons-vfs] boris-petrov commented on issue #49: SFTP HTTP and SOCKS proxy authentication

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:
users@infra.apache.org


With regards,
Apache Git Services