< prev index next >

releng/third-party/pom.xml

Print this page

        

*** 33,43 **** --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.openjdk.jmc</groupId> <artifactId>external-dependencies</artifactId> ! <packaging>pom</packaging> <version>7.1.0-SNAPSHOT</version> <properties> <openjfx.base-Import-Package>*;resolution:=optional</openjfx.base-Import-Package> <openjfx.base-Export-Package> javafx.beans,javafx.beans.binding,javafx.beans.property,javafx.beans.property.adapter,javafx.beans.value,javafx.collections,javafx.collections.transformation,javafx.event,javafx.util,javafx.util.converter,com.sun.javafx,com.sun.javafx.beans,com.sun.javafx.binding,com.sun.javafx.collections,com.sun.javafx.event,com.sun.javafx.logging,com.sun.javafx.property,com.sun.javafx.reflect,com.sun.javafx.runtime --- 33,43 ---- --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.openjdk.jmc</groupId> <artifactId>external-dependencies</artifactId> ! <packaging>war</packaging> <version>7.1.0-SNAPSHOT</version> <properties> <openjfx.base-Import-Package>*;resolution:=optional</openjfx.base-Import-Package> <openjfx.base-Export-Package> javafx.beans,javafx.beans.binding,javafx.beans.property,javafx.beans.property.adapter,javafx.beans.value,javafx.collections,javafx.collections.transformation,javafx.event,javafx.util,javafx.util.converter,com.sun.javafx,com.sun.javafx.beans,com.sun.javafx.binding,com.sun.javafx.collections,com.sun.javafx.event,com.sun.javafx.logging,com.sun.javafx.property,com.sun.javafx.reflect,com.sun.javafx.runtime
*** 343,361 **** </configuration> </execution> </executions> </plugin> <plugin> ! <groupId>org.mortbay.jetty</groupId> <artifactId>jetty-maven-plugin</artifactId> ! <version>8.1.5.v20120716</version> <configuration> <scanIntervalSeconds>60</scanIntervalSeconds> <webAppSourceDirectory>${basedir}/target/repository/</webAppSourceDirectory> <webApp> <contextPath>/site</contextPath> </webApp> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-enforcer-plugin</artifactId> --- 343,364 ---- </configuration> </execution> </executions> </plugin> <plugin> ! <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-maven-plugin</artifactId> ! <version>9.4.14.v20181114</version> <configuration> <scanIntervalSeconds>60</scanIntervalSeconds> <webAppSourceDirectory>${basedir}/target/repository/</webAppSourceDirectory> <webApp> <contextPath>/site</contextPath> </webApp> + <httpConnector> + <port>8080</port> + </httpConnector> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-enforcer-plugin</artifactId>
< prev index next >