|
Jetty example source code file (jetty6-settings.xml)
The Jetty jetty6-settings.xml source code<settings> <profiles> <profile> <id>JPP <repositories> <repository> <id>internal <layout>jpp <url>__JPP_URL_PLACEHOLDER__ </repository> <repository> <id>external <layout>jpp <url>__JAVADIR_PLACEHOLDER__ </repository> <repository> <id>local <layout>jpp <url>__MAVENREPO_DIR_PLACEHOLDER__ </repository> </repositories> <pluginRepositories> <pluginRepository> <id>plugins-internal <name>plugins-internal <layout>jpp <url>__JPP_URL_PLACEHOLDER__ </pluginRepository> <pluginRepository> <id>plugins-external <name>plugins-external <layout>jpp <url>__JAVADIR_PLACEHOLDER__ </pluginRepository> <pluginRepository> <id>plugins-maven <name>plugins-maven <layout>jpp <url>__MAVENDIR_PLUGIN_PLACEHOLDER__ </pluginRepository> </pluginRepositories> </profile> </profiles> <activeProfiles> <activeProfile>JPP </activeProfiles> </settings> Other Jetty examples (source code examples)Here is a short list of links related to this Jetty jetty6-settings.xml source code file: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.