< prev index next >

releng/third-party/pom.xml

Print this page




 336                                                                                 <Bundle-RequiredExecutionEnvironment>JavaSE-10</Bundle-RequiredExecutionEnvironment>
 337                                                                                 <Import-Package>*;resolution:=optional</Import-Package>
 338                                                                                 <Export-Package>*</Export-Package>
 339                                                                                 <_noee>true</_noee>
 340                                                                         </instructions>
 341                                                                 </artifact>
 342                                                         </artifacts>
 343                                                 </configuration>
 344                                         </execution>
 345                                 </executions>
 346                         </plugin>
 347                         <plugin>
 348                                 <groupId>org.eclipse.jetty</groupId>
 349                                 <artifactId>jetty-maven-plugin</artifactId>
 350                                 <version>9.4.14.v20181114</version>
 351                                 <configuration>
 352                                         <scanIntervalSeconds>60</scanIntervalSeconds>
 353                                         <webAppSourceDirectory>${basedir}/target/repository/</webAppSourceDirectory>
 354                                         <webApp>
 355                                                 <contextPath>/site</contextPath>

 356                         <httpConnector>
 357                             <port>8080</port>
 358                         </httpConnector>
 359                                         </webApp>
 360                                 </configuration>
 361                         </plugin>
 362                         <plugin>
 363                                 <groupId>org.apache.maven.plugins</groupId>
 364                                 <artifactId>maven-enforcer-plugin</artifactId>
 365                                 <version>3.0.0-M1</version>
 366                                 <executions>
 367                                         <execution>
 368                                                 <id>enforce-java</id>
 369                                                 <goals>
 370                                                         <goal>enforce</goal>
 371                                                 </goals>
 372                                                 <configuration>
 373                                                         <rules>
 374                                                                 <requireJavaVersion>
 375                                                                         <version>[1.8.0-40,)</version>
 376                                                                         <message>Building JMC requires Java 8 version JDK 1.8.0_40 or later</message>
 377                                                                 </requireJavaVersion>
 378                                                         </rules>          
 379                                                 </configuration>




 336                                                                                 <Bundle-RequiredExecutionEnvironment>JavaSE-10</Bundle-RequiredExecutionEnvironment>
 337                                                                                 <Import-Package>*;resolution:=optional</Import-Package>
 338                                                                                 <Export-Package>*</Export-Package>
 339                                                                                 <_noee>true</_noee>
 340                                                                         </instructions>
 341                                                                 </artifact>
 342                                                         </artifacts>
 343                                                 </configuration>
 344                                         </execution>
 345                                 </executions>
 346                         </plugin>
 347                         <plugin>
 348                                 <groupId>org.eclipse.jetty</groupId>
 349                                 <artifactId>jetty-maven-plugin</artifactId>
 350                                 <version>9.4.14.v20181114</version>
 351                                 <configuration>
 352                                         <scanIntervalSeconds>60</scanIntervalSeconds>
 353                                         <webAppSourceDirectory>${basedir}/target/repository/</webAppSourceDirectory>
 354                                         <webApp>
 355                                                 <contextPath>/site</contextPath>
 356                                         </webApp>
 357                                         <httpConnector>
 358                                                 <port>8080</port>
 359                                         </httpConnector>

 360                                 </configuration>
 361                         </plugin>
 362                         <plugin>
 363                                 <groupId>org.apache.maven.plugins</groupId>
 364                                 <artifactId>maven-enforcer-plugin</artifactId>
 365                                 <version>3.0.0-M1</version>
 366                                 <executions>
 367                                         <execution>
 368                                                 <id>enforce-java</id>
 369                                                 <goals>
 370                                                         <goal>enforce</goal>
 371                                                 </goals>
 372                                                 <configuration>
 373                                                         <rules>
 374                                                                 <requireJavaVersion>
 375                                                                         <version>[1.8.0-40,)</version>
 376                                                                         <message>Building JMC requires Java 8 version JDK 1.8.0_40 or later</message>
 377                                                                 </requireJavaVersion>
 378                                                         </rules>          
 379                                                 </configuration>


< prev index next >