Hermod, when you reply to jira tickets directly by email, instead of
actually on the ticket, your comments are lost from the context of
the ticket.
Can you add your comments to the jira ticket?
--
James Mitchell
On Jun 23, 2006, at 5:53 AM, <[EMAIL PROTECTED]>
<[EMAIL PROTECTED]> wrote:
Hi
In my case I am behind a proxy. Howver, I think (have not tried)
that if you ommit the section completely it will use the
settings.xml, meaning that the pom repositories section overrides
the settings.xml with respect to this.
Hermod
-----Original Message-----
From: Wendy Smoak (JIRA) [mailto:[EMAIL PROTECTED]
Sent: Friday, June 23, 2006 11:47 AM
To: issues@struts.apache.org
Subject: [jira] Commented: (SHALE-200) Missing repository definition
inmaster pom
[ http://issues.apache.org/struts/browse/SHALE-200?
page=comments#action_37593 ]
Wendy Smoak commented on SHALE-200:
-----------------------------------
This is the 'central' repository that Maven 2 uses by default.
I've never had to add it to a pom to get a m2 project to build.
Is there a special situation that this helps with? Maybe there's
another solution, such as putting it in your own settings.xml?
Missing repository definition in master pom
-------------------------------------------
Key: SHALE-200
URL: http://issues.apache.org/struts/browse/SHALE-200
Project: Shale
Type: Bug
Components: Core
Versions: 1.0.3
Environment: WinXP
Reporter: Hermod Opstvedt
Because Ibiblio is not listed in the repository section of the
master pom, downloads will not work properly in all situations.
Patch is:
Index: pom.xml
===================================================================
--- pom.xml (revisjon 416633)
+++ pom.xml (arbeidskopi)
@@ -151,6 +151,13 @@
<snapshots><enabled>true</enabled></snapshots>
</repository>
<repository>
+ <id>ibiblio</id>
+ <name>Ibiblio</name>
+ <url>http://www.ibiblio.org/maven2</url>
+ <releases><enabled>true</enabled></releases>
+ <snapshots><enabled>true</enabled></snapshots>
+ </repository>
+ <repository>
<id>java.net</id>
<name>java.net Maven 1 Repository</name>
<url>https://maven-repository.dev.java.net/nonav/
repository</url>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the
administrators:
http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * *
This email with attachments is solely for the use of the individual or
entity to whom it is addressed. Please also be aware that DnB NOR
cannot
accept any payment orders or other legally binding correspondence with
customers as a part of an email.
This email message has been virus checked by the anti virus
programs used
in the DnB NOR Group.
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * *
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]