Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Add equals and hashcode method #11

Merged
merged 3 commits into from
Jun 8, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add equals and hashcode method
Adding config pom and xsd plugin to generate equals and hashcode method
  • Loading branch information
AdamHawtin committed Jun 1, 2018
commit bb3f68e8b3d65b3100811a4f42c0bee3eddd442d
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@
<arg>-Xvalue-constructor</arg>
<arg>-Xfluent-builder</arg>
<arg>-generateTools=n</arg>
<arg>-XsimpleEquals</arg>
<arg>-XsimpleHashCode</arg>
</args>
<plugins>
<plugin>
Expand All @@ -84,6 +86,11 @@
<artifactId>jaxb2-value-constructor</artifactId>
<version>3.0</version>
</plugin>
<plugin>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-basics</artifactId>
<version>1.11.1</version>
</plugin>
</plugins>
</configuration>
</execution>
Expand Down