You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tooling/hibernate-enhance-maven-plugin/src/main/java/org/hibernate/orm/tooling/maven/MavenEnhancePlugin.java
+42-6Lines changed: 42 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,9 @@ public class MavenEnhancePlugin extends AbstractMojo {
Copy file name to clipboardExpand all lines: tooling/hibernate-enhance-maven-plugin/src/main/resources/META-INF/maven/org.hibernate.orm.tooling/hibernate-enhance-maven-plugin/plugin-help.xml
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,13 @@
38
38
<editable>true</editable>
39
39
<description>Base directory where to search for .class files</description>
40
40
</parameter>
41
+
<parameter>
42
+
<name>failOnError</name>
43
+
<type>java.lang.Boolean</type>
44
+
<required>false</required>
45
+
<editable>true</editable>
46
+
<description>Indicates whether the build will continue even if there are enhancement errors</description>
0 commit comments