Skip to content

Commit

Permalink
Cleanup from removing sub-module
Browse files Browse the repository at this point in the history
  • Loading branch information
docwho2 committed Jul 29, 2024
1 parent 1b37de7 commit f469440
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ sam deploy --config-env west
The commands perform the follwoing operations:
- Clones the repository into your local directory
- Change directory into the cloned repository
- Set up some required components like the V4 Java Events library that is not published yet (this is a sub-module) and install the parent POM used by Lambda functions.
- Set up required libraries and install the parent POM used by Lambda functions.
- Build the components that will be deployed by SAM
- Package and deploy the project to us-east-1
- Package and deploy the project to us-west-2
Expand Down
6 changes: 1 addition & 5 deletions init.bash
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
#!/bin/bash

# ensure sub modules are brought in
git submodule update --init


# Run install at parent POM level so it can build V4 Libraries and install them
# Run install at parent POM level so it can build Libraries and install them
mvn install -DskipTests

0 comments on commit f469440

Please sign in to comment.