Skip to content

Commit

Permalink
Create new archetype layout
Browse files Browse the repository at this point in the history
  • Loading branch information
tvallin committed Aug 29, 2024
1 parent 3b5615c commit 5423b2e
Show file tree
Hide file tree
Showing 277 changed files with 4,939 additions and 1,986 deletions.
10 changes: 10 additions & 0 deletions archetypes/archetypes/cleanup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash -e

for i in $(find target/projects -type d -maxdepth 1); do
rm -rfd $i/target
rm -rfd $i/client/target
rm -rfd $i/server/target
rm -rfd $i/.idea
rm -rfd $i/ObjectStore
rm -rfd $i/PutObjectStoreDirHere
done
5 changes: 3 additions & 2 deletions archetypes/archetypes/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2020, 2023 Oracle and/or its affiliates.
Copyright (c) 2020, 2024 Oracle and/or its affiliates.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -52,7 +52,8 @@
<variables>
<text path="helidon-version" transient="true">${project.version}</text>
</variables>
<exec src="flavor.xml"/>
<exec src="inputs.xml"/>
<exec src="output.xml"/>
</entrypoint>
<inputFiltersFile>filters.properties</inputFiltersFile>
<validations>
Expand Down
64 changes: 0 additions & 64 deletions archetypes/archetypes/src/main/archetype/common/common.xml

This file was deleted.

This file was deleted.

158 changes: 0 additions & 158 deletions archetypes/archetypes/src/main/archetype/common/docker.xml

This file was deleted.

Loading

0 comments on commit 5423b2e

Please sign in to comment.