File tree Expand file tree Collapse file tree 3 files changed +34
-34
lines changed Expand file tree Collapse file tree 3 files changed +34
-34
lines changed Original file line number Diff line number Diff line change 13
13
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
14
14
</properties >
15
15
16
- <build >
17
- <plugins >
18
- <plugin >
19
- <groupId >org.apache.maven.plugins</groupId >
20
- <artifactId >maven-deploy-plugin</artifactId >
21
- <version >3.0.0-M1</version >
22
- <configuration >
23
- <skip >true</skip >
24
- </configuration >
25
- </plugin >
26
- </plugins >
27
- </build >
16
+ <!-- <build> -- >
17
+ <!-- <plugins> -- >
18
+ <!-- <plugin> -- >
19
+ <!-- <groupId>org.apache.maven.plugins</groupId> -- >
20
+ <!-- <artifactId>maven-deploy-plugin</artifactId> -- >
21
+ <!-- <version>3.0.0-M1</version> -- >
22
+ <!-- <configuration> -- >
23
+ <!-- <skip>true</skip> -- >
24
+ <!-- </configuration> -- >
25
+ <!-- </plugin> -- >
26
+ <!-- </plugins> -- >
27
+ <!-- </build> -- >
28
28
</project >
Original file line number Diff line number Diff line change 69
69
</execution >
70
70
</executions >
71
71
</plugin >
72
- <plugin >
73
- <groupId >org.apache.maven.plugins</groupId >
74
- <artifactId >maven-deploy-plugin</artifactId >
75
- <configuration >
76
- <skip >false</skip >
77
- </configuration >
78
- </plugin >
72
+ <!-- <plugin> -- >
73
+ <!-- <groupId>org.apache.maven.plugins</groupId> -- >
74
+ <!-- <artifactId>maven-deploy-plugin</artifactId> -- >
75
+ <!-- <configuration> -- >
76
+ <!-- <skip>false</skip> -- >
77
+ <!-- </configuration> -- >
78
+ <!-- </plugin> -- >
79
79
</plugins >
80
80
</build >
81
81
</project >
Original file line number Diff line number Diff line change 30
30
<tag >HEAD</tag >
31
31
</scm >
32
32
33
- <distributionManagement >
34
- <repository >
35
- <id >github</id >
36
- <name >GitHub packages</name >
37
- <url >https://maven.pkg.github.com/oracle</url >
38
- </repository >
39
- </distributionManagement >
33
+ <!-- <distributionManagement> -- >
34
+ <!-- <repository> -- >
35
+ <!-- <id>github</id> -- >
36
+ <!-- <name>GitHub packages</name> -- >
37
+ <!-- <url>https://maven.pkg.github.com/oracle</url> -- >
38
+ <!-- </repository> -- >
39
+ <!-- </distributionManagement> -- >
40
40
41
41
<properties >
42
42
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
106
106
<build >
107
107
<pluginManagement >
108
108
<plugins >
109
- <plugin >
110
- <groupId >org.apache.maven.plugins</groupId >
111
- <artifactId >maven-deploy-plugin</artifactId >
112
- <version >3.0.0-M1</version >
113
- <configuration >
114
- <skip >true</skip >
115
- </configuration >
116
- </plugin >
109
+ <!-- <plugin> -- >
110
+ <!-- <groupId>org.apache.maven.plugins</groupId> -- >
111
+ <!-- <artifactId>maven-deploy-plugin</artifactId> -- >
112
+ <!-- <version>3.0.0-M1</version> -- >
113
+ <!-- <configuration> -- >
114
+ <!-- <skip>true</skip> -- >
115
+ <!-- </configuration> -- >
116
+ <!-- </plugin> -- >
117
117
<plugin >
118
118
<groupId >org.apache.maven.plugins</groupId >
119
119
<artifactId >maven-jar-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments