|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | + |
| 3 | +<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor |
| 4 | + license agreements. See the NOTICE file distributed with this work for additional |
| 5 | + information regarding copyright ownership. The ASF licenses this file to |
| 6 | + you under the Apache License, Version 2.0 (the "License"); you may not use |
| 7 | + this file except in compliance with the License. You may obtain a copy of |
| 8 | + the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required |
| 9 | + by applicable law or agreed to in writing, software distributed under the |
| 10 | + License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS |
| 11 | + OF ANY KIND, either express or implied. See the License for the specific |
| 12 | + language governing permissions and limitations under the License. --> |
| 13 | + |
| 14 | +<project xmlns="http://maven.apache.org/POM/4.0.0" |
| 15 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 16 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 17 | + <modelVersion>4.0.0</modelVersion> |
| 18 | + <groupId>org.apache.maven.plugins.javadoc.it</groupId> |
| 19 | + <artifactId>mjavadoc-590</artifactId> |
| 20 | + <version>1.0.0-SNAPSHOT</version> |
| 21 | + |
| 22 | + <url>https://issues.apache.org/jira/browse/MJAVADOC-590</url> |
| 23 | + |
| 24 | + <build> |
| 25 | + <plugins> |
| 26 | + <plugin> |
| 27 | + <groupId>org.apache.maven.plugins</groupId> |
| 28 | + <artifactId>maven-javadoc-plugin</artifactId> |
| 29 | + <version>@project.version@</version> |
| 30 | + <configuration> |
| 31 | + <nooverview>true</nooverview> |
| 32 | + </configuration> |
| 33 | + </plugin> |
| 34 | + </plugins> |
| 35 | + </build> |
| 36 | + |
| 37 | +</project> |
0 commit comments