You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@shale.apache.org by "Craig McClanahan (JIRA)" <ji...@apache.org> on 2006/08/02 07:05:21 UTC

[jira] Resolved: (SHALE-200) Missing repository definition in master pom

     [ http://issues.apache.org/struts/browse/SHALE-200?page=all ]

Craig McClanahan resolved SHALE-200.
------------------------------------

    Resolution: Cannot Reproduce

No further input, so presuming that the current build works both directly connected to the Internet and behind a proxy.  (This is true for me except for the downloads from the java.net repository, for which my proxy doesn't deal with the https URL -- but that's a problem with my proxy, not with the build.)

Please reopen if this is still an issue for you.


> Missing repository definition in master pom
> -------------------------------------------
>
>                 Key: SHALE-200
>                 URL: http://issues.apache.org/struts/browse/SHALE-200
>             Project: Shale
>          Issue Type: Bug
>          Components: Core
>    Affects 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