Strabon
diff runtime/pom.xml @ 813:32e6314a2c4b
removed execution from pom because it caused build errors. validTime datatype is deprecated
author | Konstantina Bereta <Konstantina.Bereta@di.uoa.gr> |
---|---|
date | Mon Dec 17 16:24:48 2012 +0200 (2012-12-17) |
parents | 6aa5f315664a |
children | 74ffcfcb691d |
line diff
1.1 --- a/runtime/pom.xml Fri Dec 07 18:13:07 2012 +0200 1.2 +++ b/runtime/pom.xml Mon Dec 17 16:24:48 2012 +0200 1.3 @@ -415,18 +415,7 @@ 1.4 <artifactId>maven-antrun-plugin</artifactId> 1.5 <version>1.6</version> 1.6 <executions> 1.7 - <execution> 1.8 - <id>process-classes</id> 1.9 - <phase>process-classes</phase> 1.10 - <configuration> 1.11 - <target> 1.12 - <chmod file="target/classes/pg_restart_clear_caches.sh" perm="777" /> 1.13 - </target> 1.14 - </configuration> 1.15 - <goals> 1.16 - <goal>run</goal> 1.17 - </goals> 1.18 - </execution> 1.19 + 1.20 </executions> 1.21 </plugin> 1.22 </plugins>