Skip to content

Commit 51438f2

Browse files
committed
POM fixed for Lombok error. Javadoc gen fixed
1 parent c889934 commit 51438f2

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

core/src/main/java/org/jsmart/zerocode/core/engine/preprocessor/ZeroCodeExternalFileProcessorImpl.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
import static org.slf4j.LoggerFactory.getLogger;
2727

2828
/**
29-
* <h3>External File Resolver</h3>
30-
* <p>
29+
* External File Resolver :
30+
*
3131
* Processes the Step definition and resolves any reference to the external file.
32-
* <p>
32+
*
3333
* Given a Json Java map, it digs deep into the fields and finds the references to the external content
3434
* in the classpath and replaces the value of this key with the content from the file.
3535
*

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,9 @@
339339
<configuration>
340340
<source>${java-compiler-source.version}</source>
341341
<target>${java-compiler-target.version}</target>
342+
<compilerArgs>
343+
<arg>-proc:none</arg>
344+
</compilerArgs>
342345
</configuration>
343346
</plugin>
344347
<!--<plugin>

0 commit comments

Comments
 (0)