Skip to content

Commit

Permalink
update pom files
Browse files Browse the repository at this point in the history
  • Loading branch information
blueSwordfish committed Sep 13, 2024
1 parent 625bf22 commit 361a364
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions gsrs-spring-legacy-cache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
<additionalparam>-Xdoclint:none</additionalparam>
<additionalOptions>-Xdoclint:none</additionalOptions>
<additionalJOption>-Xdoclint:none</additionalJOption>
<release>11</release>
</configuration>
<executions>
<execution>
Expand Down
11 changes: 7 additions & 4 deletions gsrs-spring-legacy-indexer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,11 @@
<scope>test</scope>
</dependency>
</dependencies>

<!-- Uncomment this for maven public release deployment
<build>
<plugins>
<!-- <plugin>
<plugins>
<plugin>
<groupId>org.projectlombok</groupId>
<artifactId>lombok-maven-plugin</artifactId>
<version>1.18.20.0</version>
Expand Down Expand Up @@ -163,6 +165,7 @@
<additionalparam>-Xdoclint:none</additionalparam>
<additionalOptions>-Xdoclint:none</additionalOptions>
<additionalJOption>-Xdoclint:none</additionalJOption>
<release>11</release>
</configuration>
<executions>
<execution>
Expand All @@ -172,7 +175,7 @@
</goals>
</execution>
</executions>
</plugin> -->
</plugin>
</plugins>
</build>
</build> -->
</project>

0 comments on commit 361a364

Please sign in to comment.