Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 911338 Details for
Bug 1070066
JDG 6.2 Getting Started Guide: 6.2. Add a Profile to Your Project: Confusing settings.xml example
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Maven settings.xml from JDG quickstarts
settings.xml (text/xml), 3.96 KB, created by
Tristan Tarrant
on 2014-06-23 08:09:21 UTC
(
hide
)
Description:
Maven settings.xml from JDG quickstarts
Filename:
MIME Type:
Creator:
Tristan Tarrant
Created:
2014-06-23 08:09:21 UTC
Size:
3.96 KB
patch
obsolete
><?xml version="1.0" encoding="UTF-8"?> ><!-- > JBoss, Home of Professional Open Source > Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual > contributors by the @authors tag. See the copyright.txt in the > distribution for a full listing of individual contributors. > > Licensed under the Apache License, Version 2.0 (the "License"); > you may not use this file except in compliance with the License. > You may obtain a copy of the License at > http://www.apache.org/licenses/LICENSE-2.0 > Unless required by applicable law or agreed to in writing, software > distributed under the License is distributed on an "AS IS" BASIS, > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. > See the License for the specific language governing permissions and > limitations under the License. >--> ><settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd"> > > <!-- proxies > This is a list of proxies which can be used on this machine to connect to the network. > Unless otherwise specified (by system property or command-line switch), the first proxy > specification in this list marked as active will be used.If you are accessing network > via a proxy server, Un-comment the proxy options and fill in your proxy server detail. > --> > <proxies> > <!-- proxy > Specification for one proxy, to be used in connecting to the network. > > <proxy> > <id>optional</id> > <active>true</active> > <protocol>http</protocol> > <username>proxyuser</</username> > <password>proxypass</password> > <host>proxy.host.net</host> > <port>80</port> > <nonProxyHosts>local.net|some.host.com</nonProxyHosts> > </proxy> > --> > </proxies> > > <profiles> > > <!-- Configure the JBoss GA Maven repository --> > <profile> > <id>jboss-ga-repository</id> > <repositories> > <repository> > <id>jboss-ga-repository</id> > <url>http://maven.repository.redhat.com/techpreview/all</url> > <releases> > <enabled>true</enabled> > </releases> > <snapshots> > <enabled>false</enabled> > </snapshots> > </repository> > </repositories> > <pluginRepositories> > <pluginRepository> > <id>jboss-ga-plugin-repository</id> > <url>http://maven.repository.redhat.com/techpreview/all</url> > <releases> > <enabled>true</enabled> > </releases> > <snapshots> > <enabled>false</enabled> > </snapshots> > </pluginRepository> > </pluginRepositories> > </profile> > <!-- Configure the JBoss Early Access Maven repository --> > <profile> > <id>jboss-earlyaccess-repository</id> > <repositories> > <repository> > <id>jboss-earlyaccess-repository</id> > <url>http://maven.repository.redhat.com/earlyaccess/all/</url> > <releases> > <enabled>true</enabled> > </releases> > <snapshots> > <enabled>false</enabled> > </snapshots> > </repository> > </repositories> > <pluginRepositories> > <pluginRepository> > <id>jboss-earlyaccess-plugin-repository</id> > <url>http://maven.repository.redhat.com/earlyaccess/all/</url> > <releases> > <enabled>true</enabled> > </releases> > <snapshots> > <enabled>false</enabled> > </snapshots> > </pluginRepository> > </pluginRepositories> > </profile> > > </profiles> > > <activeProfiles> > <!-- Optionally, make the repositories active by default --> > <activeProfile>jboss-ga-repository</activeProfile> > <activeProfile>jboss-earlyaccess-repository</activeProfile> > </activeProfiles> > ></settings>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1070066
: 911338