Skip to content

Commit d39dc2d

Browse files
committed
make this profile activated for jdk7 and jdk8
Signed-off-by: olivier lamy <olamy@apache.org>
1 parent c9e39f2 commit d39dc2d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -708,6 +708,9 @@ limitations under the License.
708708
</profile>
709709
<profile>
710710
<id>java7-or-archeological-build</id>
711+
<activation>
712+
<jdk>[7,8]</jdk>
713+
</activation>
711714
<build>
712715
<plugins>
713716
<plugin>

0 commit comments

Comments
 (0)