Skip to content

Commit

Permalink
Issue #4443 add a profile activator for jdk minor version such 1.8.0_252
Browse files Browse the repository at this point in the history
Signed-off-by: olivier lamy <[email protected]>
  • Loading branch information
olamy committed Mar 2, 2020
1 parent c29d966 commit 4c97116
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .mvn/extensions.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<extensions xmlns="http://maven.apache.org/EXTENSIONS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/EXTENSIONS/1.0.0 http://maven.apache.org/xsd/core-extensions-1.0.0.xsd">
<extension>
<groupId>org.eclipse.jetty.toolchain</groupId>
<artifactId>jetty-maven-java-profile-activator</artifactId>
<version>1.0-SNAPSHOT</version>
</extension>
</extensions>

0 comments on commit 4c97116

Please sign in to comment.