From 89907fd11f99903d4dc8f65c628d0c63fc511a7b Mon Sep 17 00:00:00 2001
From: Reinier Zwitserloot
To let delombok print the transformation result of a single java file directly to standard output, you can use:
java -jar lombok.jar delombok -p MyJavaFile.java+
+ The -classpath, -sourcepath, and --module-path options of javac are replicated as --classpath, --sourcepath, and --module-path in delombok.
from attribute, you can also nest <fileset> nodes.
+ Instead of a from attribute, you can also nest <fileset> nodes. The delombok supports sourcepath, classpath, and modulepath as parameter or as nested element, or as nested refid element, similar to the javac task.
<@f.main.h3 title="Running delombok in maven" />
--
cgit