This is an automated email from the ASF dual-hosted git repository.
aadamchik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git
The following commit(s) were added to refs/heads/master by this push:
new 3e4e28b3c removing cgen calls in submodule poms
3e4e28b3c is described below
commit 3e4e28b3c57225a859f9e6f921ee4ff0d3cc0431
Author: Andrus Adamchik <[email protected]>
AuthorDate: Thu Jan 30 17:04:35 2025 -0500
removing cgen calls in submodule poms
we are generating test classes from the Modeler in most modules,
there should be no exceptions
---
cayenne-crypto/pom.xml | 19 -------------------
1 file changed, 19 deletions(-)
diff --git a/cayenne-crypto/pom.xml b/cayenne-crypto/pom.xml
index 299431716..f3b90668d 100644
--- a/cayenne-crypto/pom.xml
+++ b/cayenne-crypto/pom.xml
@@ -80,25 +80,6 @@
</execution>
</executions>
</plugin>
- <plugin>
- <groupId>org.apache.cayenne.plugins</groupId>
- <artifactId>cayenne-maven-plugin</artifactId>
- <version>${project.version}</version>
- <configuration>
-
<map>${project.basedir}/src/test/resources/datamap.map.xml</map>
-
<destDir>${project.basedir}/src/test/java</destDir>
-
<superPkg>org.apache.cayenne.crypto.db.auto</superPkg>
- <force>true</force>
- </configuration>
- <executions>
- <execution>
- <id>default-cli</id>
- <goals>
- <goal>cgen</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
</plugins>
</build>