alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Jetty example source code file (jetty6-settings.xml)

This example Jetty source code file (jetty6-settings.xml) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Jetty tags/keywords

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

 

new blog posts

 

Copyright 1998-2021 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.