HDDS-2044.Remove 'ozone' from the recon module names.

This commit is contained in:
shwetayakkali@cloudera.com 2019-08-31 01:01:19 -06:00 committed by Márton Elek
parent 85b1c728e4
commit 1e13fe6310
No known key found for this signature in database
GPG Key ID: D51EA8F00EE79B28
119 changed files with 5 additions and 5 deletions

View File

@ -65,7 +65,7 @@ run cd "ozone-${HDDS_VERSION}"
run cp -p "${ROOT}/hadoop-ozone/dist/src/main/license/bin/NOTICE.txt" "NOTICE.txt"
run cp -p "${ROOT}/hadoop-ozone/dist/src/main/license/bin/LICENSE.txt" "LICENSE.txt"
run cp -pr "${ROOT}/hadoop-ozone/dist/src/main/license/bin/licenses" "licenses"
run cp -p "${ROOT}/hadoop-ozone/ozone-recon/src/main/resources/webapps/recon/ozone-recon-web/LICENSE" "licenses/LICENSE-ozone-recon.txt"
run cp -p "${ROOT}/hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/LICENSE" "licenses/LICENSE-ozone-recon.txt"
run cp -p "${ROOT}/README.txt" .
run mkdir -p ./share/hadoop/mapreduce

View File

@ -48,8 +48,8 @@
<module>datanode</module>
<module>s3gateway</module>
<module>dist</module>
<module>ozone-recon</module>
<module>ozone-recon-codegen</module>
<module>recon</module>
<module>recon-codegen</module>
<module>upgrade</module>
<module>csi</module>
<module>fault-injection-test</module>
@ -291,7 +291,7 @@
<exclude>**/dependency-reduced-pom.xml</exclude>
<exclude>**/node_modules/**</exclude>
<exclude>**/yarn.lock</exclude>
<exclude>**/ozone-recon-web/build/**</exclude>
<exclude>**/recon-web/build/**</exclude>
<exclude>src/main/license/**</exclude>
</excludes>
</configuration>
@ -351,7 +351,7 @@
<configuration>
<excludes>
<exclude>**/node_modules/*</exclude>
<exclude>**/ozone-recon-web/**</exclude>
<exclude>**/recon-web/**</exclude>
</excludes>
</configuration>
<executions>

Some files were not shown because too many files have changed in this diff Show More