File tree Expand file tree Collapse file tree 1 file changed +27
-26
lines changed Expand file tree Collapse file tree 1 file changed +27
-26
lines changed Original file line number Diff line number Diff line change 5050 <id >sonatype-oss-release</id >
5151 <build >
5252 <plugins >
53- <plugin >
54- <groupId >org.apache.maven.plugins</groupId >
55- <artifactId >maven-source-plugin</artifactId >
56- <version >3.3.1</version >
57- <executions >
58- <execution >
59- <id >attach-sources</id >
60- <goals >
61- <goal >jar-no-fork</goal >
62- </goals >
63- </execution >
64- </executions >
65- </plugin >
66- <plugin >
67- <groupId >org.apache.maven.plugins</groupId >
68- <artifactId >maven-javadoc-plugin</artifactId >
69- <version >3.10.0</version >
70- <executions >
71- <execution >
72- <id >attach-javadocs</id >
73- <goals >
74- <goal >jar</goal >
75- </goals >
76- </execution >
77- </executions >
78- </plugin >
7953 <plugin >
8054 <groupId >org.apache.maven.plugins</groupId >
8155 <artifactId >maven-gpg-plugin</artifactId >
178152 <extensions >true</extensions >
179153 </plugin >
180154
155+ <plugin >
156+ <groupId >org.apache.maven.plugins</groupId >
157+ <artifactId >maven-source-plugin</artifactId >
158+ <version >3.3.1</version >
159+ <executions >
160+ <execution >
161+ <id >attach-sources</id >
162+ <goals >
163+ <goal >jar-no-fork</goal >
164+ </goals >
165+ </execution >
166+ </executions >
167+ </plugin >
168+ <plugin >
169+ <groupId >org.apache.maven.plugins</groupId >
170+ <artifactId >maven-javadoc-plugin</artifactId >
171+ <version >3.10.0</version >
172+ <executions >
173+ <execution >
174+ <id >attach-javadocs</id >
175+ <goals >
176+ <goal >jar</goal >
177+ </goals >
178+ </execution >
179+ </executions >
180+ </plugin >
181+
181182 <plugin >
182183 <groupId >org.moditect</groupId >
183184 <artifactId >moditect-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments