File tree Expand file tree Collapse file tree 1 file changed +0
-55
lines changed Expand file tree Collapse file tree 1 file changed +0
-55
lines changed Original file line number Diff line number Diff line change 109109 </plugin >
110110 </plugins >
111111 </build >
112-
113- <profiles >
114- <profile >
115- <id >release</id >
116- <build >
117- <plugins >
118- <plugin >
119- <groupId >org.apache.maven.plugins</groupId >
120- <artifactId >maven-javadoc-plugin</artifactId >
121- <version >${maven-javadoc-plugin.version} </version >
122- <executions >
123- <execution >
124- <id >attach-javadocs</id >
125- <goals >
126- <goal >jar</goal >
127- </goals >
128- </execution >
129- </executions >
130- </plugin >
131- <plugin >
132- <groupId >org.apache.maven.plugins</groupId >
133- <artifactId >maven-gpg-plugin</artifactId >
134- <version >${maven-gpg-plugin.version} </version >
135- <executions >
136- <execution >
137- <id >sign-artifacts</id >
138- <goals >
139- <goal >sign</goal >
140- </goals >
141- <phase >verify</phase >
142- <configuration >
143- <gpgArguments >
144- <arg >--pinentry-mode</arg >
145- <arg >loopback</arg >
146- </gpgArguments >
147- </configuration >
148- </execution >
149- </executions >
150- </plugin >
151- <plugin >
152- <groupId >org.sonatype.central</groupId >
153- <artifactId >central-publishing-maven-plugin</artifactId >
154- <version >0.8.0</version >
155- <extensions >true</extensions >
156- <configuration >
157- <publishingServerId >central</publishingServerId >
158- <tokenAuth >true</tokenAuth >
159- <autoPublish >true</autoPublish >
160- <waitUntil >published</waitUntil >
161- </configuration >
162- </plugin >
163- </plugins >
164- </build >
165- </profile >
166- </profiles >
167112</project >
You can’t perform that action at this time.
0 commit comments