Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2013-08-29 02:37:50 +0000
committerGreg Wilkins2013-08-29 02:37:50 +0000
commitaec807804dad68bafe3168233ec172932705009f (patch)
tree6ac9862830a66803fae0292a34a6ca847c62d25a /jetty-distribution
parente5b4f37b624527247748c65cf1dd0faf415ead0c (diff)
downloadorg.eclipse.jetty.project-aec807804dad68bafe3168233ec172932705009f.tar.gz
org.eclipse.jetty.project-aec807804dad68bafe3168233ec172932705009f.tar.xz
org.eclipse.jetty.project-aec807804dad68bafe3168233ec172932705009f.zip
415826 start.jar replace --enable with --module-ini
Added --module-ini and --module-start-ini jetty.base is set from user.dir jetty.home is set from start.jar dir
Diffstat (limited to 'jetty-distribution')
-rw-r--r--jetty-distribution/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/jetty-distribution/pom.xml b/jetty-distribution/pom.xml
index 68da23956f..e3b23a7637 100644
--- a/jetty-distribution/pom.xml
+++ b/jetty-distribution/pom.xml
@@ -478,7 +478,8 @@
<arguments>
<argument>-jar</argument>
<argument>start.jar</argument>
- <argument>--ini=http,demo</argument>
+ <argument>--module-start-ini=server,ext,resources,jsp,annotations</argument>
+ <argument>--module-ini=http,demo</argument>
</arguments>
</configuration>
</plugin>

Back to the top