# Conflicts: # appsmith-interfaces/src/main/java/com/appsmith/external/models/SSHPrivateKey.java # appsmith-server/src/main/java/com/appsmith/server/filters/AclFilter.java # appsmith-server/src/main/java/com/appsmith/server/services/CurlImporterService.java # appsmith-server/src/test/java/com/appsmith/server/services/CurlImporterServiceTest.java
12 lines
324 B
Bash
Executable File
12 lines
324 B
Bash
Executable File
# Create the dist directory
|
|
mkdir -p dist/plugins
|
|
mkdir -p plugins
|
|
|
|
# Copy the server jar
|
|
cp ./appsmith-server/target/server-1.0-SNAPSHOT.jar dist/
|
|
cp ./appsmith-server/target/server-1.0-SNAPSHOT.jar ./
|
|
|
|
# Copy all the plugins
|
|
cp ./appsmith-plugins/*/target/*.jar dist/plugins/
|
|
cp ./appsmith-plugins/*/target/*.jar plugins/
|