File tree Expand file tree Collapse file tree 2 files changed +5
-36
lines changed Expand file tree Collapse file tree 2 files changed +5
-36
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<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
+ <parent >
4
+ <artifactId >jetty-parent</artifactId >
5
+ <groupId >org.eclipse.jetty</groupId >
6
+ <version >20</version >
7
+ </parent >
3
8
<modelVersion >4.0.0</modelVersion >
4
9
<groupId >org.eclipse.jetty</groupId >
5
10
<artifactId >jetty-documentation</artifactId >
236
241
</releases >
237
242
</pluginRepository >
238
243
</pluginRepositories >
239
- <distributionManagement >
240
- <repository >
241
- <id >oss.sonatype.org</id >
242
- <name >Sonatype OSS Nexus Repository</name >
243
- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2</url >
244
- </repository >
245
- <snapshotRepository >
246
- <id >oss.sonatype.org</id >
247
- <name >Sonatype OSS SNAPSHOTS Nexus Repository</name >
248
- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
249
- </snapshotRepository >
250
- </distributionManagement >
251
- <profiles >
252
- <profile >
253
- <id >release</id >
254
- <build >
255
- <plugins >
256
- <plugin >
257
- <groupId >org.apache.maven.plugins</groupId >
258
- <artifactId >maven-gpg-plugin</artifactId >
259
- <version >1.4</version >
260
- <executions >
261
- <execution >
262
- <id >sign-artifacts</id >
263
- <phase >verify</phase >
264
- <goals >
265
- <goal >sign</goal >
266
- </goals >
267
- </execution >
268
- </executions >
269
- </plugin >
270
- </plugins >
271
- </build >
272
- </profile >
273
244
</profiles >
274
245
</project >
Original file line number Diff line number Diff line change @@ -150,10 +150,8 @@ xmlns:ns="http://docbook.org/ns/docbook">
150
150
as a specific section and give it justice
151
151
-->
152
152
<xi : include href =" advanced/jmx/chapter.xml" />
153
-
154
153
<!-- Information about the start.jar -->
155
154
<xi : include href =" advanced/jetty-start/chapter.xml" />
156
-
157
155
<!-- How to use the jetty-maven-plugin is a big topic and is definitely
158
156
in the advanced section of things. -->
159
157
<xi : include href =" advanced/maven/chapter.xml" />
You can’t perform that action at this time.
0 commit comments