mirror of https://github.com/apache/openjpa.git
add an explicit lifecycle id
This now allows to invoke the antrun plugin via $> mvn antrun:run@enhance
This commit is contained in:
parent
00bd91cc2c
commit
aeb333fb3a
|
@ -113,6 +113,7 @@
|
|||
<artifactId>maven-antrun-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>enhance</id>
|
||||
<phase>process-test-classes</phase>
|
||||
<configuration>
|
||||
<target>
|
||||
|
|
Loading…
Reference in New Issue