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 121
121
</archive >
122
122
</configuration >
123
123
</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 >
124
140
</plugins >
125
141
</build >
126
142
</project >
Original file line number Diff line number Diff line change 140
140
</archive >
141
141
</configuration >
142
142
</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 >
143
159
</plugins >
144
160
</build >
145
161
</project >
You can’t perform that action at this time.
0 commit comments