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 917073 Details for
Bug 1118341
"number of transferred bytes cannot be negative" by aether-connector-file
[?]
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.
settings.xml
settings.xml (text/xml), 3.17 KB, created by
Toshiya Kobayashi
on 2014-07-10 13:16:37 UTC
(
hide
)
Description:
settings.xml
Filename:
MIME Type:
Creator:
Toshiya Kobayashi
Created:
2014-07-10 13:16:37 UTC
Size:
3.17 KB
patch
obsolete
><?xml version="1.0" encoding="UTF-8"?> > ><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"> > <pluginGroups> > </pluginGroups> > > <proxies> > </proxies> > > <servers> > <!-- BRMS repository authentication. See https://access.redhat.com/site/solutions/703423 --> > <server> > <id>guvnor-m2-repo</id> > <!-- <username>admin</username> --> > <!-- <username>brmsAdmin</username> --> > <username>bpmsAdmin</username> > <password>password1!</password> > <configuration> > <wagonProvider>httpclient</wagonProvider> > <httpConfiguration> > <all> > <usePreemptive>true</usePreemptive> > </all> > </httpConfiguration> > </configuration> > </server> > > <server> > <id>my-nexus</id> > <username>deployment</username> > <password>deployment123</password> > </server> > </servers> > > <mirrors> > </mirrors> > > <profiles> > > <profile> > <id>my.default.repository</id> > <activation> > <activeByDefault>true</activeByDefault> > </activation> > > <repositories> > <repository> > <id>jboss-public-repository-group</id> > <name>JBoss Public Repository Group</name> > <url>http://repository.jboss.org/nexus/content/groups/public/</url> > <layout>default</layout> > <releases> > <enabled>true</enabled> > <updatePolicy>never</updatePolicy> > </releases> > <snapshots> > <enabled>true</enabled> > <updatePolicy>daily</updatePolicy> > </snapshots> > </repository> > > <repository> > <id>rh-all</id> > <url>http://maven.repository.redhat.com/techpreview/all</url> > <layout>default</layout> > <releases> > <enabled>true</enabled> > <updatePolicy>never</updatePolicy> > </releases> > <snapshots> > <enabled>false</enabled> > </snapshots> > </repository> > </repositories> > > <pluginRepositories> > <pluginRepository> > <id>jboss-public-repository-group</id> > <name>JBoss Public Repository Group</name> > <url>http://repository.jboss.org/nexus/content/groups/public/</url> > <releases> > <enabled>true</enabled> > <updatePolicy>never</updatePolicy> > </releases> > <snapshots> > <enabled>true</enabled> > <updatePolicy>daily</updatePolicy> > </snapshots> > </pluginRepository> > > <pluginRepository> > <id>rh-all-plugins</id> > <url>http://maven.repository.redhat.com/techpreview/all</url> > <releases> > <enabled>true</enabled> > <updatePolicy>never</updatePolicy> > </releases> > <snapshots> > <enabled>false</enabled> > </snapshots> > </pluginRepository> > </pluginRepositories> > > </profile> > > </profiles> > ></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 1118341
:
917072
| 917073 |
917075