>From the access logs when I try with a file of size  less than 100MB I get
the following log..

2012-01-01 15:11:35,610 [DENIED DEPLOY]
libs-test-local:com/company/artifact/3.1/artifact-3.1.zip for
anonymous/10.10.11.24.
2012-01-01 15:12:03,796 [ACCEPTED DEPLOY]
libs-test-local:com/company/artifact/3.1/artifact-3.1.zip for
admin/10.10.11.24.

But when I bump the file size up .. I see these.. 

2012-01-01 15:11:00,964 [DENIED DEPLOY]
libs-test-local:com/company/artifact/3.1/artifact-3.1.zip for
anonymous/10.10.11.24.
2012-01-01 15:11:31,014 [DENIED DEPLOY]
libs-test-local:com/company/artifact/3.1/artifact-3.1.zip for
anonymous/10.10.11.24.

This is the gradle code I am using to publish.. 

uploadArchives{
        deployer = repositories.mavenDeployer{
                configuration = configurations.deployerJars
                repository(url: 
"http://10.10.10.163:8081/artifactory/libs-test-local";) {
                        authentication(userName: 'admin', password: 'password')
                        releases(updatePolicy: 'always')
                }
                addFilter('event') {artifact, file ->
                        artifact.name == 'artifact'
                }
                pom('event').version = '3.1'
                pom('event').groupId = 'com.company'
        }
}




--
View this message in context: 
http://forums.jfrog.org/Artifactory-not-allowing-files-of-size-more-than-100MB-tp7141696p7143116.html
Sent from the Artifactory - Users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to