Project

General

Profile

« Previous | Next » 

Revision 753eefd1

Added by Patrick Plitzner about 6 years ago

ref #7279 Fix folder path for sshexec

View differences:

eu.etaxonomy.taxeditor/pom.xml
119 119
                <goal>sshexec</goal>
120 120
              </goals>
121 121
              <configuration>
122
                <url>scp://wp5.e-taxonomy.eu/var/www/download/taxeditor/update/</url>
122
                <url>scp://wp5.e-taxonomy.eu</url>
123 123
                <commands>
124
                  <command>rm -r ${update.dir}/*</command>
124
                  <command>rm -r /var/www/download/taxeditor/update/${update.dir}/*</command>
125 125
                </commands>
126 126
              </configuration>
127 127
            </execution>

Also available in: Unified diff