Skip to content

Commit 77d7006

Browse files
committed
Update release-javadoc script to exclude test modules
1 parent 3d03932 commit 77d7006

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildspecs/release-javadoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ phases:
1111

1212
build:
1313
commands:
14-
- mvn install javadoc:aggregate -B -Ppublic-javadoc -Dcheckstyle.skip -Dspotbugs.skip -DskipTests -Ddoclint=none -pl '!:module-path-tests'
14+
- mvn install javadoc:aggregate -B -Ppublic-javadoc -Dcheckstyle.skip -Dspotbugs.skip -DskipTests -Ddoclint=none -pl '!:dynamodbdocument-v1,!:dynamodbmapper-v1,!:protocol-tests,!:protocol-tests-core,!:codegen-generated-classes-test,!:sdk-benchmarks,!:module-path-tests,!:test-utils,!:http-client-tests'
1515
- RELEASE_VERSION=`mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec`
1616
-
1717
- aws s3 sync target/site/apidocs/ $DOC_PATH/$RELEASE_VERSION/

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -974,7 +974,7 @@
974974
<packages>software.amazon.awssdk*</packages>
975975
</group>
976976
</groups>
977-
<bottom><![CDATA[Copyright &#169; 2017 Amazon Web Services, Inc. All Rights Reserved.]]></bottom>
977+
<bottom><![CDATA[Copyright &#169; 2019 Amazon Web Services, Inc. All Rights Reserved.]]></bottom>
978978
</configuration>
979979
</plugin>
980980
</plugins>

0 commit comments

Comments
 (0)