We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca44988 + 5d51f41 commit dda21f3Copy full SHA for dda21f3
server/lombok.config
@@ -0,0 +1 @@
1
+lombok.addLombokGeneratedAnnotation = true
server/pom.xml
@@ -172,6 +172,12 @@
172
</goals>
173
</execution>
174
</executions>
175
+ <configuration>
176
+ <excludes>
177
+ <exclude>**/com/studybuddies/server/services/**</exclude>
178
+ <exclude>**/com/studybuddies/server/web/mapper/MeetingMapperImpl.class</exclude>
179
+ </excludes>
180
+ </configuration>
181
</plugin>
182
</plugins>
183
</build>
0 commit comments