Skip to content

Commit

Permalink
🗑️ Removing superfluous files
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnarmorling committed Nov 28, 2021
1 parent cbf2212 commit 29d4d0c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 59 deletions.

This file was deleted.

This file was deleted.

3 changes: 2 additions & 1 deletion update-from-templates.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ set -eo pipefail
mvn clean verify -f oss-quickstart-template-simple/pom.xml
mvn archetype:create-from-project -f oss-quickstart-template-simple/pom.xml
cp -r oss-quickstart-template-simple/target/generated-sources/archetype/src/main/resources/archetype-resources oss-quickstart-archetype-simple/src/main/resources
# cp -r oss-quickstart-template-simple/.gitignore oss-quickstart-archetype-simple/src/main/resources/archetype-resources
rm -rf oss-quickstart-archetype-simple/src/main/resources/archetype-resources/src/main/java/com
rm -rf oss-quickstart-archetype-simple/src/main/resources/archetype-resources/src/test/java/com

# The archetype creation process drops the line-wrap after the license header in the pom.xml; adding this back
# using gsed on macOS to have flag compatibility with gnu sed on Linux
Expand Down

0 comments on commit 29d4d0c

Please sign in to comment.