File tree Expand file tree Collapse file tree 2 files changed +21
-23
lines changed
prometheus-metrics-parent Expand file tree Collapse file tree 2 files changed +21
-23
lines changed Original file line number Diff line number Diff line change 169169 <artifactId >maven-javadoc-plugin</artifactId >
170170 <version >3.11.2</version >
171171 </plugin >
172- <plugin >
173- <artifactId >maven-gpg-plugin</artifactId >
174- <version >3.2.7</version >
175- </plugin >
176- <plugin >
177- <artifactId >maven-source-plugin</artifactId >
178- <version >3.3.1</version >
179- </plugin >
180172 <plugin >
181173 <artifactId >maven-enforcer-plugin</artifactId >
182174 <version >3.5.0</version >
418410 </plugins >
419411 </build >
420412 </profile >
413+ <profile >
414+ <id >release</id >
415+ <build >
416+ <plugins >
417+ <plugin >
418+ <groupId >org.apache.maven.plugins</groupId >
419+ <artifactId >maven-javadoc-plugin</artifactId >
420+ <executions >
421+ <execution >
422+ <id >attach-javadocs</id >
423+ <goals >
424+ <goal >jar</goal >
425+ </goals >
426+ </execution >
427+ </executions >
428+ </plugin >
429+ </plugins >
430+ </build >
431+ </profile >
421432 </profiles >
422433</project >
Original file line number Diff line number Diff line change 9595 <id >release</id >
9696 <build >
9797 <plugins >
98- <plugin >
99- <groupId >org.apache.maven.plugins</groupId >
100- <artifactId >maven-javadoc-plugin</artifactId >
101- <executions >
102- <execution >
103- <id >attach-javadocs</id >
104- <goals >
105- <goal >jar</goal >
106- </goals >
107- <configuration >
108- <skip >${javadoc.skip} </skip >
109- </configuration >
110- </execution >
111- </executions >
112- </plugin >
11398 <plugin >
11499 <groupId >org.apache.maven.plugins</groupId >
115100 <artifactId >maven-gpg-plugin</artifactId >
101+ <version >3.2.7</version >
116102 <executions >
117103 <execution >
118104 <id >sign-artifacts</id >
132118 <plugin >
133119 <groupId >org.apache.maven.plugins</groupId >
134120 <artifactId >maven-source-plugin</artifactId >
121+ <version >3.3.1</version >
135122 <executions >
136123 <execution >
137124 <id >attach-sources</id >
You can’t perform that action at this time.
0 commit comments