Skip to content

Commit c2b2cf0

Browse files
committed
Removed Javadoc and Jacoco
1 parent ec3a898 commit c2b2cf0

1 file changed

Lines changed: 0 additions & 118 deletions

File tree

pom.xml

Lines changed: 0 additions & 118 deletions
Original file line numberDiff line numberDiff line change
@@ -106,24 +106,6 @@
106106
</build>
107107
</profile>
108108

109-
<profile>
110-
<id>doclint-java8-disable</id>
111-
<activation>
112-
<jdk>[1.8,)</jdk>
113-
</activation>
114-
<build>
115-
<plugins>
116-
<plugin>
117-
<groupId>org.apache.maven.plugins</groupId>
118-
<artifactId>maven-javadoc-plugin</artifactId>
119-
<configuration>
120-
<additionalparam>-Xdoclint:none</additionalparam>
121-
</configuration>
122-
</plugin>
123-
</plugins>
124-
</build>
125-
</profile>
126-
127109
<profile>
128110
<id>release</id>
129111
<build>
@@ -142,18 +124,6 @@
142124
</executions>
143125
</plugin>
144126

145-
<plugin>
146-
<groupId>org.apache.maven.plugins</groupId>
147-
<artifactId>maven-javadoc-plugin</artifactId>
148-
<executions>
149-
<execution>
150-
<id>attach-javadocs</id>
151-
<goals>
152-
<goal>jar</goal>
153-
</goals>
154-
</execution>
155-
</executions>
156-
</plugin>
157127

158128
<plugin>
159129
<groupId>org.apache.maven.plugins</groupId>
@@ -192,42 +162,6 @@
192162
</archive>
193163
</configuration>
194164
</plugin>
195-
<!-- Generate source and javadoc jars: Maven Central requires this -->
196-
<plugin>
197-
<groupId>org.apache.maven.plugins</groupId>
198-
<artifactId>maven-source-plugin</artifactId>
199-
<executions>
200-
<execution>
201-
<id>attach-sources</id>
202-
<phase>verify</phase>
203-
<goals>
204-
<goal>jar-no-fork</goal>
205-
</goals>
206-
</execution>
207-
</executions>
208-
</plugin>
209-
210-
<plugin>
211-
<groupId>org.apache.maven.plugins</groupId>
212-
<artifactId>maven-javadoc-plugin</artifactId>
213-
<executions>
214-
<execution>
215-
<id>attach-javadocs</id>
216-
<goals>
217-
<goal>jar</goal>
218-
</goals>
219-
</execution>
220-
</executions>
221-
<configuration>
222-
<detectLinks/>
223-
<links>
224-
<link>http://docs.guava-libraries.googlecode.com/git-history/release/javadoc/</link>
225-
</links>
226-
<detectJavaApiLink/>
227-
<quiet>true</quiet>
228-
<notimestamp>true</notimestamp>
229-
</configuration>
230-
</plugin>
231165

232166
<!-- Verify the dependency chain: see https://github.com/gary-rowe/UlordjEnforcerRules for
233167
more information on this.
@@ -273,7 +207,6 @@
273207
<urn>org.apache.maven.plugins:maven-enforcer-plugin:1.0:maven-plugin:null:runtime:ad032b7593576e9fe9305c73865633e163895b29</urn>
274208
<urn>org.apache.maven.plugins:maven-install-plugin:2.5.2:maven-plugin:null:runtime:8a67631619fc3c1d1f036e59362ddce71e1e496f</urn>
275209
<urn>org.apache.maven.plugins:maven-jar-plugin:2.6:maven-plugin:null:runtime:618f08d0fcdd3929af846ef1b65503b5904f93e3</urn>
276-
<urn>org.apache.maven.plugins:maven-javadoc-plugin:2.10.2:maven-plugin:null:runtime:5f391697fa85cecc7e5bac7ce5a6f9d056a58ba3</urn>
277210
<urn>org.apache.maven.plugins:maven-resources-plugin:2.7:maven-plugin:null:runtime:94af11389943a480ecec7db01b4ded1b9cdf57c5</urn>
278211
<urn>org.apache.maven.plugins:maven-shade-plugin:2.3:maven-plugin:null:runtime:d136adc7abccc9c12adcad6ae7a9bc51b2b7184b</urn>
279212
<urn>org.apache.maven.plugins:maven-site-plugin:3.4:maven-plugin:null:runtime:659cd5f1dd8bff554cf52603339494cbf7f283c5</urn>
@@ -283,7 +216,6 @@
283216
<urn>org.eluder.coveralls:coveralls-maven-plugin:3.1.0:maven-plugin:null:runtime:ca9d2915e2b1e99f15c9f54ad653eda893d42a69</urn>
284217
<urn>org.fusesource.leveldbjni:leveldbjni-all:1.8:jar:null:compile:707350a2eeb1fa2ed77a32ddb3893ed308e941db</urn>
285218
<urn>org.hamcrest:hamcrest-core:1.3:jar:null:test:42a25dc3219429f0e5d060061f71acb49bf010a0</urn>
286-
<urn>org.jacoco:jacoco-maven-plugin:0.7.5.201505241946:maven-plugin:null:runtime:0a5e4dbbcd9b00e5ee42d928e10ab84f6f0b0835</urn>
287219
<urn>org.objenesis:objenesis:1.2:jar:null:test:bfcb0539a071a4c5a30690388903ac48c0667f2a</urn>
288220
<urn>com.squareup.okhttp:okhttp:2.7.2:jar:null:runtime:20f6463eb19ac61960c5d91a094c2f4f0727dc2e</urn>
289221
<urn>com.squareup.okio:okio:1.6.0:jar:null:runtime:98476622f10715998eacf9240d6b479f12c66143</urn>
@@ -341,52 +273,6 @@
341273
</executions>
342274
</plugin>
343275

344-
<!-- Code coverage plugin, generates coverage report to target/site/jacoco/
345-
To skip coverage generation add -Djacoco.skip=true
346-
-->
347-
<plugin>
348-
<groupId>org.jacoco</groupId>
349-
<artifactId>jacoco-maven-plugin</artifactId>
350-
<version>0.7.5.201505241946</version>
351-
<configuration>
352-
<excludes>
353-
<exclude>**/Protos*.class</exclude> <!-- Exclude generated protobuf classes -->
354-
<exclude>org/ulordj/jni/*</exclude> <!-- Exclude JNI classes -->
355-
<exclude>org/ulord/*</exclude> <!-- Exclude native classes -->
356-
</excludes>
357-
</configuration>
358-
<executions>
359-
<execution>
360-
<id>pre-unit-test</id>
361-
<goals>
362-
<goal>prepare-agent</goal>
363-
</goals>
364-
<configuration>
365-
<destFile>${project.build.directory}/coverage-reports/jacoco.exec</destFile>
366-
<propertyName>surefireArgLine</propertyName>
367-
</configuration>
368-
</execution>
369-
<execution>
370-
<id>post-unit-test</id>
371-
<phase>test</phase>
372-
<goals>
373-
<goal>report</goal>
374-
</goals>
375-
<configuration>
376-
<dataFile>${project.build.directory}/coverage-reports/jacoco.exec</dataFile>
377-
<outputDirectory>${project.reporting.outputDirectory}/jacoco</outputDirectory>
378-
</configuration>
379-
</execution>
380-
<execution>
381-
<id>default-report</id>
382-
<phase>prepare-package</phase>
383-
<goals>
384-
<goal>report</goal>
385-
</goals>
386-
</execution>
387-
</executions>
388-
</plugin>
389-
390276
<!-- Unit tests plugin, to skip runing test add -Dmaven.test.skip -->
391277
<plugin>
392278
<groupId>org.apache.maven.plugins</groupId>
@@ -441,10 +327,6 @@
441327
<artifactId>maven-jar-plugin</artifactId>
442328
<version>2.6</version>
443329
</plugin>
444-
<plugin>
445-
<artifactId>maven-javadoc-plugin</artifactId>
446-
<version>2.10.2</version>
447-
</plugin>
448330
<plugin>
449331
<artifactId>maven-resources-plugin</artifactId>
450332
<version>2.7</version>

0 commit comments

Comments
 (0)