|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
| 2 | +<!-- |
| 3 | +
|
| 4 | +CDDL HEADER START |
| 5 | +
|
| 6 | +The contents of this file are subject to the terms of the |
| 7 | +Common Development and Distribution License (the "License"). |
| 8 | +You may not use this file except in compliance with the License. |
| 9 | +
|
| 10 | +See LICENSE.txt included in this distribution for the specific |
| 11 | +language governing permissions and limitations under the License. |
| 12 | +
|
| 13 | +When distributing Covered Code, include this CDDL HEADER in each |
| 14 | +file and include the License file at LICENSE.txt. |
| 15 | +If applicable, add the following below this CDDL HEADER, with the |
| 16 | +fields enclosed by brackets "[]" replaced with your own identifying |
| 17 | +information: Portions Copyright [yyyy] [name of copyright owner] |
| 18 | +
|
| 19 | +CDDL HEADER END |
| 20 | +
|
| 21 | +Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved. |
| 22 | +Portions Copyright (c) 2018, Chris Fraire <[email protected]>. |
| 23 | +
|
| 24 | +--> |
2 | 25 | <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/maven-v4_0_0.xsd">
|
3 | 26 | <modelVersion>4.0.0</modelVersion>
|
4 | 27 |
|
|
117 | 140 | <finalName>source</finalName>
|
118 | 141 |
|
119 | 142 | <plugins>
|
| 143 | + <plugin> |
| 144 | + <groupId>org.eclipse.jetty</groupId> |
| 145 | + <artifactId>jetty-jspc-maven-plugin</artifactId> |
| 146 | + <version>9.4.14.v20181114</version> |
| 147 | + <executions> |
| 148 | + <execution> |
| 149 | + <id>jspc</id> |
| 150 | + <goals> |
| 151 | + <goal>jspc</goal> |
| 152 | + </goals> |
| 153 | + <configuration> |
| 154 | + <mergeFragment>false</mergeFragment> |
| 155 | + <generatedClasses>${project.build.directory}/jspc</generatedClasses> |
| 156 | + </configuration> |
| 157 | + </execution> |
| 158 | + </executions> |
| 159 | + </plugin> |
120 | 160 | <plugin>
|
121 | 161 | <groupId>org.apache.maven.plugins</groupId>
|
122 | 162 | <artifactId>maven-war-plugin</artifactId>
|
|
0 commit comments