You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by st...@apache.org on 2021/01/14 12:57:09 UTC

[openjpa] branch master updated: add an explicit lifecycle id

This is an automated email from the ASF dual-hosted git repository.

struberg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openjpa.git


The following commit(s) were added to refs/heads/master by this push:
     new aeb333f  add an explicit lifecycle id
aeb333f is described below

commit aeb333fb3a6b7eb611c3ed79ba39c6286445f5b3
Author: Mark Struberg <st...@apache.org>
AuthorDate: Thu Jan 14 13:55:50 2021 +0100

    add an explicit lifecycle id
    
    This now allows to invoke the antrun plugin via
    $> mvn antrun:run@enhance
---
 openjpa-persistence-jdbc/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/openjpa-persistence-jdbc/pom.xml b/openjpa-persistence-jdbc/pom.xml
index ba1af43..de78d32 100644
--- a/openjpa-persistence-jdbc/pom.xml
+++ b/openjpa-persistence-jdbc/pom.xml
@@ -113,6 +113,7 @@
                 <artifactId>maven-antrun-plugin</artifactId>
                 <executions>
                     <execution>
+                        <id>enhance</id>
                         <phase>process-test-classes</phase>
                         <configuration>
                             <target>