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>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-antrun-plugin</artifactId>
|
||||
<version>1.1</version>
|
||||
<version>3.0.0</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>install</phase>
|
||||
|
@ -42,11 +42,11 @@
|
|||
<goal>run</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<tasks>
|
||||
<target>
|
||||
<copy todir="${root-dir}/build/p2-repository">
|
||||
<fileset dir="${basedir}/target/repository/" />
|
||||
</copy>
|
||||
</tasks>
|
||||
</target>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
|
|
Loading…
Reference in a new issue