Strabon
diff runtime/pom.xml @ 1484:fdbcb246115b
#58 added script that is invoked by maven to update the versions in
the control files
the control files
author | Giannis Vlachopoulos <johnvl@di.uoa.gr> |
---|---|
date | Wed Mar 11 15:29:31 2015 +0200 (2015-03-11) |
parents | cbef557769b4 |
children | 0397b9f4b68f |
line diff
1.1 --- a/runtime/pom.xml Fri Jan 23 16:22:50 2015 +0200 1.2 +++ b/runtime/pom.xml Wed Mar 11 15:29:31 2015 +0200 1.3 @@ -443,6 +443,25 @@ 1.4 </activation> 1.5 <build> 1.6 <plugins> 1.7 +<plugin> 1.8 + <groupId>org.codehaus.mojo</groupId> 1.9 + <artifactId>exec-maven-plugin</artifactId> 1.10 + <version>1.1.1</version> 1.11 + <executions> 1.12 + <execution> 1.13 + <!-- 1.14 + <id>some-execution</id> 1.15 + --> 1.16 + <phase>package</phase> 1.17 + <goals> 1.18 + <goal>exec</goal> 1.19 + </goals> 1.20 + </execution> 1.21 + </executions> 1.22 + <configuration> 1.23 + <executable>${basedir}/../scripts/update-debian-version.sh</executable> 1.24 + </configuration> 1.25 + </plugin> 1.26 <plugin> 1.27 <artifactId>jdeb</artifactId> 1.28 <groupId>org.vafer</groupId>