Skip to content

Commit 4962e46

Browse files
committed
Skip javadoc generation during build
1 parent 304ef9a commit 4962e46

File tree

2 files changed

+4
-18
lines changed

2 files changed

+4
-18
lines changed

pom.xml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -276,15 +276,8 @@
276276
<groupId>org.apache.maven.plugins</groupId>
277277
<artifactId>maven-javadoc-plugin</artifactId>
278278
<version>3.1.1</version>
279-
<executions>
280-
<execution>
281-
<id>attach-javadocs</id>
282-
<goals>
283-
<goal>jar</goal>
284-
</goals>
285-
</execution>
286-
</executions>
287279
<configuration>
280+
<skip>true</skip>
288281
<doclint>none</doclint>
289282
<tags>
290283
<tag>
@@ -333,16 +326,9 @@
333326
<artifactId>maven-javadoc-plugin</artifactId>
334327
<version>2.10.4</version>
335328
<configuration>
329+
<skip>true</skip>
336330
<source>8</source>
337331
</configuration>
338-
<executions>
339-
<execution>
340-
<id>attach-sources</id>
341-
<goals>
342-
<goal>jar</goal>
343-
</goals>
344-
</execution>
345-
</executions>
346332
</plugin>
347333
<plugin>
348334
<groupId>org.apache.maven.plugins</groupId>

release.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#release configuration
2-
#Tue Jul 15 10:26:09 PDT 2025
2+
#Tue Jul 15 10:34:43 PDT 2025
33
projectVersionPolicyId=default
44
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
55
pinExternals=false
@@ -13,7 +13,7 @@ remoteTagging=true
1313
scm.commentPrefix=[maven-release-plugin]
1414
releaseStrategyId=default
1515
project.scm.com.lob\:lob-java.developerConnection=scm\:git\:git@github.com\:lob/lob-java.git
16-
completedPhase=run-preparation-goals
16+
completedPhase=end-release
1717
scm.url=scm\:git\:git@github.com\:lob/lob-java.git
1818
scm.developmentCommitComment=@{prefix} prepare for next development iteration
1919
scm.tagNameFormat=@{project.artifactId}-@{project.version}

0 commit comments

Comments
 (0)