MohamedAbdo37 commited on
Commit ·
c516554
1
Parent(s): 312af75
Remove unused configuration for Lombok in maven-compiler-plugin
Browse files
pom.xml
CHANGED
|
@@ -120,18 +120,6 @@
|
|
| 120 |
|
| 121 |
<build>
|
| 122 |
<plugins>
|
| 123 |
-
<plugin>
|
| 124 |
-
<groupId>org.apache.maven.plugins</groupId>
|
| 125 |
-
<artifactId>maven-compiler-plugin</artifactId>
|
| 126 |
-
<configuration>
|
| 127 |
-
<annotationProcessorPaths>
|
| 128 |
-
<path>
|
| 129 |
-
<groupId>org.projectlombok</groupId>
|
| 130 |
-
<artifactId>lombok</artifactId>
|
| 131 |
-
</path>
|
| 132 |
-
</annotationProcessorPaths>
|
| 133 |
-
</configuration>
|
| 134 |
-
</plugin>
|
| 135 |
<plugin>
|
| 136 |
<groupId>org.apache.maven.plugins</groupId>
|
| 137 |
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
| 120 |
|
| 121 |
<build>
|
| 122 |
<plugins>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 123 |
<plugin>
|
| 124 |
<groupId>org.apache.maven.plugins</groupId>
|
| 125 |
<artifactId>maven-compiler-plugin</artifactId>
|