Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@
[submodule "Parent"]
path = Parent
url = https://github.com/DantaFramework/Parent.git
[submodule "AEMBase"]
path = AEMBase
url = https://github.com/DantaFramework/AEMBase.git
1 change: 1 addition & 0 deletions AEMBase
Submodule AEMBase added at ec7650
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
<id>with-aem</id>
<modules>
<module>AEM</module>
<module>AEMBase</module>
<module>AEMDemo</module>
</modules>
</profile>
Expand Down