Skip to content

Commit

Permalink
chore: remove invalid Maven profiles
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Nuri <[email protected]>
  • Loading branch information
manusa committed May 17, 2023
1 parent 72704af commit c76762a
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions kubernetes-model-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -251,29 +251,6 @@
</build>

<profiles>
<profile>
<id>site</id>
<modules>
<module>website</module>
</modules>
</profile>
<profile>
<id>distro</id>
<modules>
</modules>
</profile>
<profile>
<id>itest</id>
<activation>
<property>
<name>itest</name>
<value>true</value>
</property>
</activation>
<modules>
<module>model-generator-app</module>
</modules>
</profile>
<profile>
<id>doclint-java8-disable</id>
<activation>
Expand Down

0 comments on commit c76762a

Please sign in to comment.