mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-09-07 05:49:27 +00:00
Introduce a SocketFamily instead
This commit is contained in:
@@ -47,16 +47,6 @@
|
||||
</resources>
|
||||
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>3.8.1</version>
|
||||
<configuration>
|
||||
<!-- parent pom 1.11 forces version instead of using property -->
|
||||
<source>${jdkTarget}</source>
|
||||
<target>${jdkTarget}</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>exec-maven-plugin</artifactId>
|
||||
@@ -125,17 +115,4 @@
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>jdk15+</id>
|
||||
<activation>
|
||||
<jdk>[15,)</jdk>
|
||||
</activation>
|
||||
<properties>
|
||||
<jdkTarget>1.7</jdkTarget>
|
||||
<javadocSource>7</javadocSource>
|
||||
</properties>
|
||||
</profile>
|
||||
</profiles>
|
||||
|
||||
</project>
|
||||
|
Reference in New Issue
Block a user