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: jbbp-plugins/jbbp-maven/jbbp-maven-plugin/src/main/java/com/igormaznitsa/jbbp/plugin/mvn/JBBPGenerateMojo.java
+51-9Lines changed: 51 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -146,6 +146,38 @@ public class JBBPGenerateMojo extends AbstractJBBPMojo {
146
146
@Parameter(alias = "doAbstract")
147
147
privatebooleandoAbstract;
148
148
149
+
/**
150
+
* Add generated output folder to list of source folders.
151
+
*
152
+
* @since 1.4.0
153
+
*/
154
+
@Parameter(alias = "addToSourceFolders")
155
+
privatebooleanaddToSourceFolders;
156
+
157
+
/**
158
+
* Add generated output folder to list of test source folders.
Copy file name to clipboardExpand all lines: jbbp-plugins/jbbp-maven/jbbp-maven-plugin/src/test/java/com/igormaznitsa/jbbp/plugin/mvn/JBBPGenerateMojoTest.java
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,9 @@ public void testConfig() throws Exception {
Copy file name to clipboardExpand all lines: jbbp-plugins/jbbp-maven/jbbp-maven-plugin/src/test/resources/com/igormaznitsa/jbbp/plugin/mvn/mojoConfig.xml
0 commit comments