File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed
third-party-jackson-dataformat-cbor Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments