Skip to content

Commit 3de8eb9

Browse files
author
AWS
committed
Merge remote-tracking branch 'public/release'
2 parents 3fde1fd + 22ebe87 commit 3de8eb9

File tree

2 files changed

+32
-0
lines changed
  • third-party
    • third-party-jackson-core
    • third-party-jackson-dataformat-cbor

2 files changed

+32
-0
lines changed

third-party/third-party-jackson-core/pom.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,22 @@
121121
</archive>
122122
</configuration>
123123
</plugin>
124+
<plugin>
125+
<artifactId>maven-javadoc-plugin</artifactId>
126+
<executions>
127+
<execution>
128+
<id>javadoc-jar</id>
129+
<phase>package</phase>
130+
<goals>
131+
<goal>jar</goal>
132+
</goals>
133+
</execution>
134+
</executions>
135+
<configuration>
136+
<sourcepath>${basedir}/../../core/profiles/src/main/java/software/amazon/awssdk/profiles;${basedir}/../../core/sdk-core/src/main/java/software/amazon/awssdk/core</sourcepath>
137+
<failOnError>false</failOnError>
138+
</configuration>
139+
</plugin>
124140
</plugins>
125141
</build>
126142
</project>

third-party/third-party-jackson-dataformat-cbor/pom.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,22 @@
140140
</archive>
141141
</configuration>
142142
</plugin>
143+
<plugin>
144+
<artifactId>maven-javadoc-plugin</artifactId>
145+
<executions>
146+
<execution>
147+
<id>javadoc-jar</id>
148+
<phase>package</phase>
149+
<goals>
150+
<goal>jar</goal>
151+
</goals>
152+
</execution>
153+
</executions>
154+
<configuration>
155+
<sourcepath>${basedir}/../../core/profiles/src/main/java/software/amazon/awssdk/profiles;${basedir}/../../core/sdk-core/src/main/java/software/amazon/awssdk/core</sourcepath>
156+
<failOnError>false</failOnError>
157+
</configuration>
158+
</plugin>
143159
</plugins>
144160
</build>
145161
</project>

0 commit comments

Comments
 (0)