Skip to content

Commit f642a77

Browse files
committed
HBX-3000: Maven GenerateJava Mojo should generate annotated entities by default
- Rename integration test 'GenerateJavaWithAnnotations' to 'jpa-default' Signed-off-by: Koen Aers <[email protected]>
1 parent d49f704 commit f642a77

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

maven/src/it/GenerateJavaWithAnnotations/pom.xml renamed to maven/src/it/jpa-default/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<modelVersion>4.0.0</modelVersion>
2121

2222
<groupId>org.hibernate.tool.maven.test</groupId>
23-
<artifactId>generate-java-with-annotations</artifactId>
23+
<artifactId>jpa-default</artifactId>
2424
<version>0.0.1-SNAPSHOT</version>
2525

2626
<dependencies>

0 commit comments

Comments
 (0)