Skip to content

Commit

Permalink
Fix for botched #24472
Browse files Browse the repository at this point in the history
Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
  • Loading branch information
arjantijms committed Jun 20, 2023
1 parent 37443a9 commit bee266f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
8 changes: 8 additions & 0 deletions nucleus/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1486,6 +1486,14 @@
<skipITs>true</skipITs>
</properties>
</profile>
<profile>
<id>fastest</id>
<properties>
<checkstyle.skip>true</checkstyle.skip>
<maven.javadoc.skip>true</maven.javadoc.skip>
<maven.test.skip>true</maven.test.skip>
</properties>
</profile>
<profile>
<id>source</id>
<build>
Expand Down
5 changes: 0 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,6 @@
<!-- Ommits a variety of things in order to get the fastest build of a basic full glassfish server -->
<profile>
<id>fastest</id>
<properties>
<checkstyle.skip>true</checkstyle.skip>
<maven.javadoc.skip>true</maven.javadoc.skip>
<maven.test.skip>true</maven.test.skip>
</properties>
<modules>
<module>qa</module>
<module>nucleus</module>
Expand Down

0 comments on commit bee266f

Please sign in to comment.