Skip to content

Commit

Permalink
remove javahome-env-javadoc maven profile (#138)
Browse files Browse the repository at this point in the history
Signed-off-by: Phillip Ross <[email protected]>
  • Loading branch information
phillipross authored Aug 2, 2024
1 parent d9c0c68 commit da61020
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -826,17 +826,6 @@
<javadoc.path>${java.home}/bin/javadoc.exe</javadoc.path>
</properties>
</profile>
<profile>
<id>javahome-env-javadoc</id>
<activation>
<property>
<name>env.JAVA_HOME</name>
</property>
</activation>
<properties>
<javadoc.path>${env.JAVA_HOME}/bin/javadoc</javadoc.path>
</properties>
</profile>
<profile>
<id>check-versions</id>
<build>
Expand Down

0 comments on commit da61020

Please sign in to comment.