Skip to content

Commit

Permalink
Revert "Allow javadoc of shaded artifacts to be build without using r…
Browse files Browse the repository at this point in the history
…elease profile."

This reverts commit 4ca2bf8.
  • Loading branch information
manovotn committed Jan 12, 2021
1 parent 873ca8e commit 27a602d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions environments/se/build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@

<profiles>
<profile>
<id>javadoc</id>
<id>release</id>
<activation>
<property>
<name>dist</name>
<name>release</name>
</property>
</activation>
<build>
Expand Down
4 changes: 2 additions & 2 deletions environments/servlet/build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@

<profiles>
<profile>
<id>javadoc</id>
<id>release</id>
<activation>
<property>
<name>dist</name>
<name>release</name>
</property>
</activation>
<build>
Expand Down

0 comments on commit 27a602d

Please sign in to comment.