File tree Expand file tree Collapse file tree 8 files changed +241
-44
lines changed
Expand file tree Collapse file tree 8 files changed +241
-44
lines changed Original file line number Diff line number Diff line change 9999 </execution >
100100 </executions >
101101 </plugin >
102- </plugins >
103- </build >
102+ <!-- Signs the JARs for deployments-->
103+ <!-- <plugin>
104+ <groupId>org.apache.maven.plugins</groupId>
105+ <artifactId>maven-gpg-plugin</artifactId>
106+ <version>3.1.0</version>
107+ <executions>
108+ <execution>
109+ <id>sign-artifacts</id>
110+ <phase>verify</phase>
111+ <goals>
112+ <goal>sign</goal>
113+ </goals>
114+ </execution>
115+ </executions>
116+ </plugin> -->
117+ <!-- Deploys to maven central-->
118+ <!-- <plugin>
119+ <groupId>org.sonatype.central</groupId>
120+ <artifactId>central-publishing-maven-plugin</artifactId>
121+ <version>0.8.0</version>
122+ <extensions>true</extensions>
123+ <configuration>
124+ <publishingServerId>central</publishingServerId>
125+ </configuration>
126+ </plugin>-->
127+ </plugins >
128+ </build >
129+
130+ <!-- Add SCM and project info for Maven Central requirements -->
131+ <scm >
132+ <url >https://github.com/Open-J-Proxy/ojp</url >
133+ <connection >scm:git:https://github.com/Open-J-Proxy/ojp.git</connection >
134+ <developerConnection >scm:git:ssh://git@github.com:Open-J-Proxy/ojp.git</developerConnection >
135+ <tag >HEAD</tag >
136+ </scm >
137+
138+ <licenses >
139+ <license >
140+ <name >The Apache License, Version 2.0</name >
141+ <url >http://www.apache.org/licenses/LICENSE-2.0.txt</url >
142+ <distribution >repo</distribution >
143+ </license >
144+ </licenses >
145+
146+ <developers >
147+ <developer >
148+ <id >rrobetti</id >
149+ <name >Rogerio Robetti</name >
150+ </developer >
151+ </developers >
152+
153+ <url >https://github.com/Open-J-Proxy/ojp</url >
104154
105155</project >
Original file line number Diff line number Diff line change 114114 </execution >
115115 </executions >
116116 </plugin >
117- </plugins >
118- </build >
117+ <!-- Signs the JARs for deployments-->
118+ <!-- <plugin>
119+ <groupId>org.apache.maven.plugins</groupId>
120+ <artifactId>maven-gpg-plugin</artifactId>
121+ <version>3.1.0</version>
122+ <executions>
123+ <execution>
124+ <id>sign-artifacts</id>
125+ <phase>verify</phase>
126+ <goals>
127+ <goal>sign</goal>
128+ </goals>
129+ </execution>
130+ </executions>
131+ </plugin>-->
132+ <!-- Deploys to maven central-->
133+ <!-- <plugin>
134+ <groupId>org.sonatype.central</groupId>
135+ <artifactId>central-publishing-maven-plugin</artifactId>
136+ <version>0.8.0</version>
137+ <extensions>true</extensions>
138+ <configuration>
139+ <publishingServerId>central</publishingServerId>
140+ </configuration>
141+ </plugin>-->
142+ </plugins >
143+ </build >
144+
145+ <!-- Add SCM and project info for Maven Central requirements -->
146+ <scm >
147+ <url >https://github.com/Open-J-Proxy/ojp</url >
148+ <connection >scm:git:https://github.com/Open-J-Proxy/ojp.git</connection >
149+ <developerConnection >scm:git:ssh://git@github.com:Open-J-Proxy/ojp.git</developerConnection >
150+ <tag >HEAD</tag >
151+ </scm >
152+
153+ <licenses >
154+ <license >
155+ <name >The Apache License, Version 2.0</name >
156+ <url >http://www.apache.org/licenses/LICENSE-2.0.txt</url >
157+ <distribution >repo</distribution >
158+ </license >
159+ </licenses >
160+
161+ <developers >
162+ <developer >
163+ <id >rrobetti</id >
164+ <name >Rogerio Robetti</name >
165+ </developer >
166+ </developers >
167+
168+ <url >https://github.com/Open-J-Proxy/ojp</url >
169+
119170
120171</project >
Original file line number Diff line number Diff line change 122122 </execution >
123123 </executions >
124124 </plugin >
125+ <!-- Signs the JARs for deployments-->
126+ <!-- <plugin>
127+ <groupId>org.apache.maven.plugins</groupId>
128+ <artifactId>maven-gpg-plugin</artifactId>
129+ <version>3.1.0</version>
130+ <executions>
131+ <execution>
132+ <id>sign-artifacts</id>
133+ <phase>verify</phase>
134+ <goals>
135+ <goal>sign</goal>
136+ </goals>
137+ </execution>
138+ </executions>
139+ </plugin> -->
140+ <!-- Deploys to maven central-->
141+ <!-- <plugin>
142+ <groupId>org.sonatype.central</groupId>
143+ <artifactId>central-publishing-maven-plugin</artifactId>
144+ <version>0.8.0</version>
145+ <extensions>true</extensions>
146+ <configuration>
147+ <publishingServerId>central</publishingServerId>
148+ </configuration>
149+ </plugin>-->
125150 </plugins >
126151 </build >
127152
153+ <!-- Add SCM and project info for Maven Central requirements -->
154+ <scm >
155+ <url >https://github.com/Open-J-Proxy/ojp</url >
156+ <connection >scm:git:https://github.com/Open-J-Proxy/ojp.git</connection >
157+ <developerConnection >scm:git:ssh://git@github.com:Open-J-Proxy/ojp.git</developerConnection >
158+ <tag >HEAD</tag >
159+ </scm >
160+
161+ <licenses >
162+ <license >
163+ <name >The Apache License, Version 2.0</name >
164+ <url >http://www.apache.org/licenses/LICENSE-2.0.txt</url >
165+ <distribution >repo</distribution >
166+ </license >
167+ </licenses >
168+
169+ <developers >
170+ <developer >
171+ <id >rrobetti</id >
172+ <name >Rogerio Robetti</name >
173+ </developer >
174+ </developers >
175+
176+ <url >https://github.com/Open-J-Proxy/ojp</url >
177+
128178</project >
Original file line number Diff line number Diff line change 206206 </executions >
207207 </plugin >
208208 <!-- Signs the JARs for deployments-->
209- <plugin >
209+ <!-- < plugin>
210210 <groupId>org.apache.maven.plugins</groupId>
211211 <artifactId>maven-gpg-plugin</artifactId>
212212 <version>3.1.0</version>
219219 </goals>
220220 </execution>
221221 </executions>
222- </plugin >
222+ </plugin>-->
223223 <!-- Deploys to maven central-->
224- <plugin >
225- <groupId >org.sonatype.central</groupId >
226- <artifactId >central-publishing-maven-plugin</artifactId >
227- <version >0.8.0</version >
228- <extensions >true</extensions >
229- <configuration >
230- <publishingServerId >central</publishingServerId >
231- </configuration >
232- </plugin >
233- </plugins >
234- </build >
224+ <!-- <plugin>
225+ <groupId>org.sonatype.central</groupId>
226+ <artifactId>central-publishing-maven-plugin</artifactId>
227+ <version>0.8.0</version>
228+ <extensions>true</extensions>
229+ <configuration>
230+ <publishingServerId>central</publishingServerId>
231+ </configuration>
232+ </plugin> -- >
233+ </plugins >
234+ </build >
235235
236- <!-- Add SCM and project info for Maven Central requirements -->
236+ <!-- Add SCM and project info for Maven Central requirements -->
237237 <scm >
238238 <url >https://github.com/Open-J-Proxy/ojp</url >
239239 <connection >scm:git:https://github.com/Open-J-Proxy/ojp.git</connection >
254254 <id >rrobetti</id >
255255 <name >Rogerio Robetti</name >
256256 </developer >
257- <developer >
258- <id >petruki</id >
259- <name >Roger Floriano</name >
260- </developer >
261257 </developers >
262258
263259 <url >https://github.com/Open-J-Proxy/ojp</url >
Original file line number Diff line number Diff line change 9999 </executions >
100100 </plugin >
101101 <!-- Signs the JARs for deployments-->
102- <plugin >
102+ <!-- < plugin>
103103 <groupId>org.apache.maven.plugins</groupId>
104104 <artifactId>maven-gpg-plugin</artifactId>
105105 <version>3.1.0</version>
112112 </goals>
113113 </execution>
114114 </executions>
115- </plugin >
115+ </plugin>-->
116116 <!-- Deploys to maven central-->
117- <plugin >
117+ <!-- < plugin>
118118 <groupId>org.sonatype.central</groupId>
119119 <artifactId>central-publishing-maven-plugin</artifactId>
120120 <version>0.8.0</version>
121121 <extensions>true</extensions>
122122 <configuration>
123123 <publishingServerId>central</publishingServerId>
124124 </configuration>
125- </plugin >
125+ </plugin>-->
126126 </plugins >
127127 </build >
128128</project >
Original file line number Diff line number Diff line change 148148 <target >21</target >
149149 </configuration >
150150 </plugin >
151- </plugins >
152- </build >
151+ <!-- Signs the JARs for deployments-->
152+ <!-- <plugin>
153+ <groupId>org.apache.maven.plugins</groupId>
154+ <artifactId>maven-gpg-plugin</artifactId>
155+ <version>3.1.0</version>
156+ <executions>
157+ <execution>
158+ <id>sign-artifacts</id>
159+ <phase>verify</phase>
160+ <goals>
161+ <goal>sign</goal>
162+ </goals>
163+ </execution>
164+ </executions>
165+ </plugin>-->
166+ <!-- Deploys to maven central-->
167+ <!-- <plugin>
168+ <groupId>org.sonatype.central</groupId>
169+ <artifactId>central-publishing-maven-plugin</artifactId>
170+ <version>0.8.0</version>
171+ <extensions>true</extensions>
172+ <configuration>
173+ <publishingServerId>central</publishingServerId>
174+ </configuration>
175+ </plugin>-->
176+ </plugins >
177+ </build >
178+
179+ <!-- Add SCM and project info for Maven Central requirements -->
180+ <scm >
181+ <url >https://github.com/Open-J-Proxy/ojp</url >
182+ <connection >scm:git:https://github.com/Open-J-Proxy/ojp.git</connection >
183+ <developerConnection >scm:git:ssh://git@github.com:Open-J-Proxy/ojp.git</developerConnection >
184+ <tag >HEAD</tag >
185+ </scm >
186+
187+ <licenses >
188+ <license >
189+ <name >The Apache License, Version 2.0</name >
190+ <url >http://www.apache.org/licenses/LICENSE-2.0.txt</url >
191+ <distribution >repo</distribution >
192+ </license >
193+ </licenses >
194+
195+ <developers >
196+ <developer >
197+ <id >rrobetti</id >
198+ <name >Rogerio Robetti</name >
199+ </developer >
200+ </developers >
201+
202+ <url >https://github.com/Open-J-Proxy/ojp</url >
153203
154204</project >
Original file line number Diff line number Diff line change 153153 </executions>
154154 </plugin>-->
155155 <!-- Deploys to maven central-->
156- <plugin >
157- <groupId >org.sonatype.central</groupId >
158- <artifactId >central-publishing-maven-plugin</artifactId >
159- <version >0.8.0</version >
160- <extensions >true</extensions >
161- <configuration >
162- <publishingServerId >central</publishingServerId >
163- </configuration >
164- </plugin >
165- </plugins >
166- </build >
156+ <!-- <plugin>
157+ <groupId>org.sonatype.central</groupId>
158+ <artifactId>central-publishing-maven-plugin</artifactId>
159+ <version>0.8.0</version>
160+ <extensions>true</extensions>
161+ <configuration>
162+ <publishingServerId>central</publishingServerId>
163+ </configuration>
164+ </plugin> -- >
165+ </plugins >
166+ </build >
167167
168- <!-- Add SCM and project info for Maven Central requirements -->
168+ <!-- Add SCM and project info for Maven Central requirements -->
169169 <scm >
170170 <url >https://github.com/Open-J-Proxy/ojp</url >
171171 <connection >scm:git:https://github.com/Open-J-Proxy/ojp.git</connection >
Original file line number Diff line number Diff line change 195195 </executions >
196196 </plugin >
197197 <!-- Signs the JARs for deployments-->
198- <plugin >
198+ <!-- < plugin>
199199 <groupId>org.apache.maven.plugins</groupId>
200200 <artifactId>maven-gpg-plugin</artifactId>
201201 <version>3.1.0</version>
208208 </goals>
209209 </execution>
210210 </executions>
211- </plugin >
211+ </plugin>-->
212212 <!-- Deploys to maven central-->
213- <plugin >
213+ <!-- < plugin>
214214 <groupId>org.sonatype.central</groupId>
215215 <artifactId>central-publishing-maven-plugin</artifactId>
216216 <version>0.8.0</version>
217217 <extensions>true</extensions>
218218 <configuration>
219219 <publishingServerId>central</publishingServerId>
220220 </configuration>
221- </plugin >
221+ </plugin>-->
222222 </plugins >
223223 </build >
224224
You can’t perform that action at this time.
0 commit comments