|
1 |
| -<?xml version="1.0" encoding="UTF-8"?> |
2 |
| - |
3 |
| -<!-- |
4 |
| -Licensed to the Apache Software Foundation (ASF) under one |
5 |
| -or more contributor license agreements. See the NOTICE file |
6 |
| -distributed with this work for additional information |
7 |
| -regarding copyright ownership. The ASF licenses this file |
8 |
| -to you under the Apache License, Version 2.0 (the |
9 |
| -"License"); you may not use this file except in compliance |
10 |
| -with the License. You may obtain a copy of the License at |
11 |
| -
|
12 |
| - http://www.apache.org/licenses/LICENSE-2.0 |
13 |
| -
|
14 |
| -Unless required by applicable law or agreed to in writing, |
15 |
| -software distributed under the License is distributed on an |
16 |
| -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
17 |
| -KIND, either express or implied. See the License for the |
18 |
| -specific language governing permissions and limitations |
19 |
| -under the License. |
20 |
| ---> |
21 |
| - |
22 |
| -<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"> |
23 |
| - <modelVersion>4.0.0</modelVersion> |
24 |
| - |
25 |
| - <groupId>org.apache.maven.plugins.plugin.its</groupId> |
26 |
| - <artifactId>mplugin-191</artifactId> |
27 |
| - <version>1.0-SNAPSHOT</version> |
28 |
| - <packaging>maven-plugin</packaging> |
29 |
| - |
30 |
| - <description>Verify that plugin-info.html and mojo pages are generated in the correct folder</description> |
31 |
| - |
32 |
| - <properties> |
33 |
| - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
34 |
| - </properties> |
35 |
| - |
36 |
| - <dependencies> |
37 |
| - <dependency> |
38 |
| - <groupId>org.apache.maven.plugin-tools</groupId> |
39 |
| - <artifactId>maven-plugin-annotations</artifactId> |
40 |
| - <version>@project.version@</version> |
41 |
| - <scope>provided</scope> |
42 |
| - </dependency> |
43 |
| - <dependency> |
44 |
| - <groupId>org.apache.maven</groupId> |
45 |
| - <artifactId>maven-plugin-api</artifactId> |
46 |
| - <version>@maven3Version@</version> |
47 |
| - <scope>provided</scope> |
48 |
| - </dependency> |
49 |
| - </dependencies> |
50 |
| - |
51 |
| - <build> |
52 |
| - <plugins> |
53 |
| - <plugin> |
54 |
| - <groupId>org.apache.maven.plugins</groupId> |
55 |
| - <artifactId>maven-compiler-plugin</artifactId> |
56 |
| - <version>@compilerPluginVersion@</version> |
57 |
| - </plugin> |
58 |
| - <plugin> |
59 |
| - <groupId>org.apache.maven.plugins</groupId> |
60 |
| - <artifactId>maven-plugin-plugin</artifactId> |
61 |
| - <version>@project.version@</version> |
62 |
| - <configuration> |
63 |
| - <skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound> |
64 |
| - <goalPrefix>prefix</goalPrefix> |
65 |
| - </configuration> |
66 |
| - </plugin> |
67 |
| - <plugin> |
68 |
| - <groupId>org.apache.maven.plugins</groupId> |
69 |
| - <artifactId>maven-site-plugin</artifactId> |
70 |
| - <version>@sitePluginVersion@</version> |
71 |
| - </plugin> |
72 |
| - </plugins> |
73 |
| - </build> |
74 |
| - |
75 |
| - <reporting> |
76 |
| - <excludeDefaults>true</excludeDefaults> |
77 |
| - <plugins> |
78 |
| - <plugin> |
79 |
| - <groupId>org.apache.maven.plugins</groupId> |
80 |
| - <artifactId>maven-plugin-report-plugin</artifactId> |
81 |
| - <version>@project.version@</version> |
82 |
| - </plugin> |
83 |
| - </plugins> |
84 |
| - </reporting> |
85 |
| - |
86 |
| -</project> |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | + |
| 3 | +<!-- |
| 4 | +Licensed to the Apache Software Foundation (ASF) under one |
| 5 | +or more contributor license agreements. See the NOTICE file |
| 6 | +distributed with this work for additional information |
| 7 | +regarding copyright ownership. The ASF licenses this file |
| 8 | +to you under the Apache License, Version 2.0 (the |
| 9 | +"License"); you may not use this file except in compliance |
| 10 | +with the License. You may obtain a copy of the License at |
| 11 | +
|
| 12 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 13 | +
|
| 14 | +Unless required by applicable law or agreed to in writing, |
| 15 | +software distributed under the License is distributed on an |
| 16 | +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 17 | +KIND, either express or implied. See the License for the |
| 18 | +specific language governing permissions and limitations |
| 19 | +under the License. |
| 20 | +--> |
| 21 | + |
| 22 | +<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"> |
| 23 | + <modelVersion>4.0.0</modelVersion> |
| 24 | + |
| 25 | + <groupId>org.apache.maven.plugins.plugin.its</groupId> |
| 26 | + <artifactId>mplugin-191</artifactId> |
| 27 | + <version>1.0-SNAPSHOT</version> |
| 28 | + <packaging>maven-plugin</packaging> |
| 29 | + |
| 30 | + <description>Verify that plugin-info.html and mojo pages are generated in the correct folder</description> |
| 31 | + |
| 32 | + <properties> |
| 33 | + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 34 | + </properties> |
| 35 | + |
| 36 | + <dependencies> |
| 37 | + <dependency> |
| 38 | + <groupId>org.apache.maven.plugin-tools</groupId> |
| 39 | + <artifactId>maven-plugin-annotations</artifactId> |
| 40 | + <version>@project.version@</version> |
| 41 | + <scope>provided</scope> |
| 42 | + </dependency> |
| 43 | + <dependency> |
| 44 | + <groupId>org.apache.maven</groupId> |
| 45 | + <artifactId>maven-plugin-api</artifactId> |
| 46 | + <version>@maven3Version@</version> |
| 47 | + <scope>provided</scope> |
| 48 | + </dependency> |
| 49 | + </dependencies> |
| 50 | + |
| 51 | + <build> |
| 52 | + <plugins> |
| 53 | + <plugin> |
| 54 | + <groupId>org.apache.maven.plugins</groupId> |
| 55 | + <artifactId>maven-compiler-plugin</artifactId> |
| 56 | + <version>@compilerPluginVersion@</version> |
| 57 | + </plugin> |
| 58 | + <plugin> |
| 59 | + <groupId>org.apache.maven.plugins</groupId> |
| 60 | + <artifactId>maven-plugin-plugin</artifactId> |
| 61 | + <version>@project.version@</version> |
| 62 | + <configuration> |
| 63 | + <skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound> |
| 64 | + <goalPrefix>prefix</goalPrefix> |
| 65 | + </configuration> |
| 66 | + </plugin> |
| 67 | + <plugin> |
| 68 | + <groupId>org.apache.maven.plugins</groupId> |
| 69 | + <artifactId>maven-site-plugin</artifactId> |
| 70 | + <version>@sitePluginVersion@</version> |
| 71 | + </plugin> |
| 72 | + </plugins> |
| 73 | + </build> |
| 74 | + |
| 75 | + <reporting> |
| 76 | + <excludeDefaults>true</excludeDefaults> |
| 77 | + <plugins> |
| 78 | + <plugin> |
| 79 | + <groupId>org.apache.maven.plugins</groupId> |
| 80 | + <artifactId>maven-plugin-report-plugin</artifactId> |
| 81 | + <version>@project.version@</version> |
| 82 | + <reportSets> |
| 83 | + <reportSet> |
| 84 | + <reports> |
| 85 | + <report>report</report> |
| 86 | + </reports> |
| 87 | + </reportSet> |
| 88 | + </reportSets> |
| 89 | + </plugin> |
| 90 | + </plugins> |
| 91 | + </reporting> |
| 92 | +</project> |
0 commit comments