Fixed lombok building (javadoc) & fixed equals() and toString() methods
This commit is contained in:
parent
27bf53aaad
commit
13b5ab69a2
28 changed files with 374 additions and 354 deletions
24
pom.xml
24
pom.xml
|
@ -60,6 +60,30 @@
|
|||
<compilerArgument>-parameters</compilerArgument>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
<artifactId>lombok-maven-plugin</artifactId>
|
||||
<version>1.18.10.0</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>generate-sources</phase>
|
||||
<goals>
|
||||
<goal>delombok</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
<version>3.1.1</version>
|
||||
<configuration>
|
||||
<sourceFileIncludes>
|
||||
<include>nl/SBDeveloper/V10Lift/API/*.java</include>
|
||||
<include>nl/SBDeveloper/V10Lift/API/Objects/*.java</include>
|
||||
</sourceFileIncludes>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue