We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e524b5f commit 8da6fafCopy full SHA for 8da6faf
server/api-service/lowcoder-domain/pom.xml
@@ -268,6 +268,23 @@
268
</execution>
269
</executions>
270
</plugin>
271
+ <plugin>
272
+ <groupId>org.codehaus.mojo</groupId>
273
+ <artifactId>build-helper-maven-plugin</artifactId>
274
+ <executions>
275
+ <execution>
276
+ <phase>generate-sources</phase>
277
+ <goals>
278
+ <goal>add-source</goal>
279
+ </goals>
280
+ <configuration>
281
+ <sources>
282
+ <source>target/generated-sources/java</source>
283
+ </sources>
284
+ </configuration>
285
+ </execution>
286
+ </executions>
287
+ </plugin>
288
</plugins>
289
</build>
290
0 commit comments