Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
updates to assembly.xml to reduce j2ee build
Browse files Browse the repository at this point in the history
  • Loading branch information
prb112 committed Oct 29, 2015
1 parent 64d4aec commit 8fcd4aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
5 changes: 3 additions & 2 deletions assembly/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
<baseDirectory>target</baseDirectory>
<includeBaseDirectory>false</includeBaseDirectory>



<moduleSets>
<moduleSet>
<useAllReactorProjects>true</useAllReactorProjects>
Expand Down Expand Up @@ -81,6 +79,8 @@
<useAllReactorProjects>true</useAllReactorProjects>
<includes>
<include>com.ibm.sbt:sbt.sample.web</include>
<!--
PBastide: Removed Projects to reduce deliverable size
<include>com.ibm.sbt:com.ibm.sbt.landing</include>
<include>com.ibm.sbt:acme.social.sample.dataapp</include>
<include>com.ibm.sbt:acme.social.sample.webapp</include>
Expand All @@ -89,6 +89,7 @@
<include>com.ibm.sbt:smartcloud.webapp</include>
<include>com.ibm.sbt:grantaccess.webapp</include>
<include>com.ibm.sbt:sso.sample.webapp</include>
-->
</includes>
<binaries>
<outputDirectory>sbtsdk/samples/war</outputDirectory>
Expand Down
5 changes: 0 additions & 5 deletions samples/j2ee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,10 @@
<groupId>com.ibm.sbt</groupId>
<version>1.1.11-SNAPSHOT</version>
</parent>
<!--
PBastide: removed the acme/templates modules to reduce the amount of binaries
<modules>
<module>acme</module>
<module>templates</module>
<module>snippets</module>
</modules>
--><modules>
<module>snippets</module>
</modules>

</project>

0 comments on commit 8fcd4aa

Please sign in to comment.