Skip to content

Commit 665e136

Browse files
Update pom.xml
1 parent d87b541 commit 665e136

File tree

1 file changed

+0
-98
lines changed

1 file changed

+0
-98
lines changed

pom.xml

Lines changed: 0 additions & 98 deletions
Original file line numberDiff line numberDiff line change
@@ -42,21 +42,6 @@
4242
<wtp.version>none</wtp.version>
4343
</properties>
4444

45-
<scm>
46-
<connection>scm:git:[email protected]:pingunaut/wicket-pwnedpasswords-validator.git</connection>
47-
<developerConnection>scm:git:[email protected]:pingunaut/wicket-pwnedpasswords-validator.git</developerConnection>
48-
<url>https://github.com/pingunaut/wicket-pwnedpasswords-validator.git</url>
49-
<tag>HEAD</tag>
50-
</scm>
51-
52-
<developers>
53-
<developer>
54-
<id>pingunaut</id>
55-
<name>Martin Spielmann</name>
56-
<email>[email protected]</email>
57-
</developer>
58-
</developers>
59-
6045
<dependencies>
6146
<!-- WICKET DEPENDENCIES -->
6247
<dependency>
@@ -202,87 +187,4 @@
202187
</plugins>
203188
</build>
204189

205-
<profiles>
206-
<profile>
207-
<id>ossrh</id>
208-
<build>
209-
<plugins>
210-
<plugin>
211-
<groupId>org.sonatype.plugins</groupId>
212-
<artifactId>nexus-staging-maven-plugin</artifactId>
213-
<version>1.6.8</version>
214-
<extensions>true</extensions>
215-
<configuration>
216-
<serverId>ossrh</serverId>
217-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
218-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
219-
</configuration>
220-
</plugin>
221-
<plugin>
222-
<groupId>org.apache.maven.plugins</groupId>
223-
<artifactId>maven-source-plugin</artifactId>
224-
<version>3.0.1</version>
225-
<executions>
226-
<execution>
227-
<id>attach-sources</id>
228-
<goals>
229-
<goal>jar-no-fork</goal>
230-
</goals>
231-
</execution>
232-
</executions>
233-
</plugin>
234-
<plugin>
235-
<groupId>org.apache.maven.plugins</groupId>
236-
<artifactId>maven-javadoc-plugin</artifactId>
237-
<version>3.0.0</version>
238-
<executions>
239-
<execution>
240-
<id>attach-javadocs</id>
241-
<goals>
242-
<goal>jar</goal>
243-
</goals>
244-
</execution>
245-
</executions>
246-
</plugin>
247-
<plugin>
248-
<groupId>org.apache.maven.plugins</groupId>
249-
<artifactId>maven-gpg-plugin</artifactId>
250-
<version>1.6</version>
251-
<executions>
252-
<execution>
253-
<id>sign-artifacts</id>
254-
<phase>verify</phase>
255-
<goals>
256-
<goal>sign</goal>
257-
</goals>
258-
</execution>
259-
</executions>
260-
</plugin>
261-
</plugins>
262-
</build>
263-
<distributionManagement>
264-
<snapshotRepository>
265-
<id>ossrh</id>
266-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
267-
</snapshotRepository>
268-
<repository>
269-
<id>ossrh</id>
270-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
271-
</repository>
272-
</distributionManagement>
273-
</profile>
274-
</profiles>
275-
276-
<repositories>
277-
<repository>
278-
<id>Apache Nexus</id>
279-
<url>https://repository.apache.org/content/repositories/snapshots/</url>
280-
<releases>
281-
<enabled>false</enabled>
282-
</releases>
283-
<snapshots>
284-
<enabled>true</enabled>
285-
</snapshots>
286-
</repository>
287-
</repositories>
288190
</project>

0 commit comments

Comments
 (0)