diff --git a/parent/pom.xml b/parent/pom.xml index 21cdd78b..816d7a62 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -437,6 +437,8 @@ wagon-maven-plugin ${project.build.directory} + static-dot-s2 + scp://docs.af.pivotal.io @@ -451,8 +453,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 @@ -469,12 +469,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 {} \; + + + +