Skip to content

Commit

Permalink
Adapt this repo to build both CLI and WAR
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Nov 25, 2014
1 parent 9dcd1a7 commit bd17e29
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[submodule "tmfcore_build_cli"]
path = tmfcore_build_cli
url = https://github.com/bassosimone/tmfcore_build_cli
[submodule "tmfcore_build_war"]
path = tmfcore_build_war
url = https://github.com/bassosimone/tmfcore_build_war
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<packaging>pom</packaging>

<modules>
<module>tmfcore</module>
<module>tmfcore_war</module>
<module>tmfcore_build_cli</module>
<module>tmfcore_build_war</module>
</modules>

<build>
Expand Down
1 change: 1 addition & 0 deletions tmfcore_build_cli
Submodule tmfcore_build_cli added at 4a277b
1 change: 1 addition & 0 deletions tmfcore_build_war
Submodule tmfcore_build_war added at a34b96

0 comments on commit bd17e29

Please sign in to comment.