diff --git a/parent/pom.xml b/parent/pom.xml index 6a981445..58442200 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -482,6 +482,8 @@ wagon-maven-plugin ${project.build.directory} + static-dot-s2 + scp://docs.af.pivotal.io @@ -496,8 +498,6 @@ ${project.root}/target/schemas *.xsd,.autoschemaln - static-dot-s2 - scp://docs.af.pivotal.io /var/www/domains/spring.io/www/htdocs/autorepo/schema/${dist.id}/${project.version} true @@ -514,12 +514,26 @@ ${project.build.directory}/static-resources ** - static-dot-s2 - scp://docs.af.pivotal.io /var/www/domains/spring.io/www/htdocs/autorepo/docs/${dist.id}/${project.version} true + + + + make-resources-group-writable + deploy + + sshexec + + + + find /var/www/domains/spring.io/www/htdocs/autorepo/schema/${dist.id}/${project.version}/ ! -perm -g=w -exec chmod g+w {} \; + find /var/www/domains/spring.io/www/htdocs/autorepo/docs/${dist.id}/${project.version}/ ! -perm -g=w -exec chmod g+w {} \; + + + +