File tree 1 file changed +21
-10
lines changed 1 file changed +21
-10
lines changed Original file line number Diff line number Diff line change 1
1
<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" >
2
- <parent >
3
- <groupId >org.asynchttpclient</groupId >
4
- <artifactId >async-http-client-project</artifactId >
5
- <version >2.0.0-RC7-SNAPSHOT</version >
6
- </parent >
7
- <modelVersion >4.0.0</modelVersion >
8
- <artifactId >netty-bp</artifactId >
9
- <name >Asynchronous Http Client Extras Parent</name >
10
- <packaging >pom</packaging >
11
- <description >
2
+ <parent >
3
+ <groupId >org.asynchttpclient</groupId >
4
+ <artifactId >async-http-client-project</artifactId >
5
+ <version >2.0.0-RC7-SNAPSHOT</version >
6
+ </parent >
7
+ <modelVersion >4.0.0</modelVersion >
8
+ <artifactId >netty-bp</artifactId >
9
+ <name >Asynchronous Http Client Extras Parent</name >
10
+ <packaging >pom</packaging >
11
+ <description >
12
12
The Async Http Client Netty Backport parent.
13
13
</description >
14
14
38
38
<scope >test</scope >
39
39
</dependency >
40
40
</dependencies >
41
+
42
+ <build >
43
+ <plugins >
44
+ <plugin >
45
+ <artifactId >maven-javadoc-plugin</artifactId >
46
+ <configuration >
47
+ <additionalparam >-Xdoclint:none</additionalparam >
48
+ </configuration >
49
+ </plugin >
50
+ </plugins >
51
+ </build >
41
52
</project >
You can’t perform that action at this time.
0 commit comments