Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove hazelcast-all module #19106

Merged
merged 2 commits into from Jul 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/docker_snapshot.yml
Expand Up @@ -58,9 +58,9 @@ jobs:
mvn -f hazelcast/pom.xml -B \
-Dmaven.site.skip=true -Dmaven.javadoc.skip=true \
-Dcheckstyle.skip -Dspotbugs.skip clean install -DskipTests
rm hazelcast/hazelcast-all/target/*-sources.jar \
hazelcast/hazelcast-all/target/*-tests.jar || true
cp hazelcast/hazelcast-all/target/hazelcast-all-*.jar hazelcast-all.jar
rm hazelcast/hazelcast/target/*-sources.jar \
hazelcast/hazelcast/target/*-tests.jar || true
cp hazelcast/hazelcast/target/hazelcast-*.jar hazelcast.jar

- name: Docker Build and Push hazelcast-snapshot image
run: |
Expand All @@ -76,9 +76,9 @@ jobs:
mvn -f hazelcast-enterprise/pom.xml -B -Dmaven.test.skip=true \
-Dmaven.site.skip=true -Dmaven.javadoc.skip=true \
-Dcheckstyle.skip -Dspotbugs.skip clean install -DskipTests
rm hazelcast-enterprise/hazelcast-enterprise-all/target/*-sources.jar \
hazelcast-enterprise/hazelcast-enterprise-all/target/*-tests.jar || true
cp hazelcast-enterprise/hazelcast-enterprise-all/target/hazelcast-enterprise-all-*.jar hazelcast-enterprise-all.jar
rm hazelcast-enterprise/hazelcast-enterprise/target/*-sources.jar \
hazelcast-enterprise/hazelcast-enterprise/target/*-tests.jar || true
cp hazelcast-enterprise/hazelcast-enterprise/target/hazelcast-enterprise-*.jar hazelcast-enterprise.jar

- name: Docker Build and Push hazelcast-enterprise-snapshot image
run: |
Expand Down
186 changes: 0 additions & 186 deletions hazelcast-all/pom.xml

This file was deleted.

33 changes: 0 additions & 33 deletions hazelcast-all/src/main/assemble/src.xml

This file was deleted.

23 changes: 0 additions & 23 deletions hazelcast-all/src/main/java/com/hazelcast/PlaceHolder.java

This file was deleted.

20 changes: 0 additions & 20 deletions hazelcast-all/src/main/java/com/hazelcast/package-info.java

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Expand Up @@ -211,7 +211,7 @@ public void modifyOutputStream(JarOutputStream jarOutputStream) throws IOExcepti
}
}

// the Manifest in hazelcast-all uberjar won't have the Automatic-Module-Name
// the Manifest in hazelcast uberjar won't have the Automatic-Module-Name
attributes.remove(AUTOMATIC_MODULE_NAME);

jarOutputStream.putNextEntry(new JarEntry(JarFile.MANIFEST_NAME));
Expand Down