mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 08:18:55 +00:00
maven-antrun-plugin to 3.0.0 Signed-off-by: Tamas Miklossy <miklossy@itemis.de>
This commit is contained in:
parent
011b1c0a91
commit
804970ca13
1 changed files with 3 additions and 3 deletions
|
@ -34,7 +34,7 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-antrun-plugin</artifactId>
|
<artifactId>maven-antrun-plugin</artifactId>
|
||||||
<version>1.1</version>
|
<version>3.0.0</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<phase>install</phase>
|
<phase>install</phase>
|
||||||
|
@ -42,11 +42,11 @@
|
||||||
<goal>run</goal>
|
<goal>run</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<tasks>
|
<target>
|
||||||
<copy todir="${root-dir}/build/p2-repository">
|
<copy todir="${root-dir}/build/p2-repository">
|
||||||
<fileset dir="${basedir}/target/repository/" />
|
<fileset dir="${basedir}/target/repository/" />
|
||||||
</copy>
|
</copy>
|
||||||
</tasks>
|
</target>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
|
|
Loading…
Reference in a new issue