Skip to content

Commit dda21f3

Browse files
Konstantin PankratovKonstantin Pankratov
authored andcommitted
Merge branch 'tests' of github.com:Halbes-Byte/study-buddies-server into tests
Im stoo stoo
2 parents ca44988 + 5d51f41 commit dda21f3

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

server/lombok.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
lombok.addLombokGeneratedAnnotation = true

server/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,12 @@
172172
</goals>
173173
</execution>
174174
</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>
175181
</plugin>
176182
</plugins>
177183
</build>

0 commit comments

Comments
 (0)