Skip to content

Commit 3625c63

Browse files
committed
Clean pom, remove Javadoc generation task
1 parent 05d2e2e commit 3625c63

1 file changed

Lines changed: 0 additions & 42 deletions

File tree

pom.xml

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,6 @@
4646
</execution>
4747
</executions>
4848
</plugin>
49-
<plugin>
50-
<groupId>org.apache.maven.plugins</groupId>
51-
<artifactId>maven-javadoc-plugin</artifactId>
52-
<version>2.9</version>
53-
<executions>
54-
<execution>
55-
<id>attach-javadocs</id>
56-
<goals>
57-
<goal>jar</goal>
58-
</goals>
59-
</execution>
60-
</executions>
61-
</plugin>
6249
</plugins>
6350
</build>
6451
<developers>
@@ -87,33 +74,4 @@
8774
<url>http://github.com/TooTallNate/Java-WebSocket/blob/master/LICENSE</url>
8875
</license>
8976
</licenses>
90-
<profiles>
91-
<profile>
92-
<id>release-sign-artifacts</id>
93-
<activation>
94-
<property><name>performRelease</name><value>true</value></property>
95-
</activation>
96-
<build>
97-
<plugins>
98-
<plugin>
99-
<groupId>org.apache.maven.plugins</groupId>
100-
<artifactId>maven-gpg-plugin</artifactId>
101-
<version>1.1</version>
102-
<executions>
103-
<execution>
104-
<id>sign-artifacts</id>
105-
<phase>verify</phase>
106-
<goals>
107-
<goal>sign</goal>
108-
</goals>
109-
</execution>
110-
</executions>
111-
<configuration>
112-
<keyname>rohmer.david@gmail.com</keyname>
113-
</configuration>
114-
</plugin>
115-
</plugins>
116-
</build>
117-
</profile>
118-
</profiles>
11977
</project>

0 commit comments

Comments
 (0)