Skip to content

Commit 483a138

Browse files
ajcamilojknack
authored andcommitted
fix ebean: add query-beans maven integration jooby-project#697 (jooby-project#982)
1 parent b37a9cf commit 483a138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/jooby-maven-plugin/src/main/java/org/jooby/JoobyMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ private static void runCompile(Consumer<String> task) {
498498
synchronized (LOCK) {
499499
Map<String, String> xml = new HashMap<>();
500500
XML_PROPS.forEach(p -> xml.put(p, (String) System.getProperties().remove(p)));
501-
task.accept("compile");
501+
task.accept("process-classes");
502502
xml.forEach((k, v) -> {
503503
if (v != null) {
504504
System.setProperty(k, v);

0 commit comments

Comments
 (0)