[jboss-jira] [JBoss JIRA] Reopened: (JBBUILD-664) Please add proxy for Flies Maven repository
Sean Flanigan (JIRA)
jira-events at lists.jboss.org
Mon Dec 6 07:32:01 EST 2010
[ https://jira.jboss.org/browse/JBBUILD-664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Sean Flanigan reopened JBBUILD-664:
-----------------------------------
Paul, thanks for adding the proxies! I'm afraid I still need some help. Not sure if it's routing or something else.
I'm finding that flies artifacts, for example:
org.fedorahosted.openprops:openprops:0.5
org.fedorahosted.tennera:jgettext:0.6
net.openl10n.flies:flies-maven-plugin:1.1-alpha-1
are available if I go directly to the proxy repository:
https://repository.jboss.org/nexus/content/repositories/flies-releases/
but not through the groups:
https://repository.jboss.org/nexus/content/groups/developer/
https://repository.jboss.org/nexus/content/groups/public/
https://repository.jboss.org/nexus/content/groups/public-thirdparty-releases/
(Also, the org.fedorahosted artifacts don't show up in the index for flies-releases
or anywhere else, but the indices are obviously less important than the artifacts.
I think snapshots have even more problems, but they're the least of my worries
at present!)
I've been testing the repo setup with this little script 'm2checkflies':
-----------------------------------------------------------------------------------
#!/bin/bash
# this repo works:
#REPO=https://repository.jboss.org/nexus/content/repositories/flies-releases/
# these repos don't:
REPO=https://repository.jboss.org/nexus/content/groups/developer/
#REPO=https://repository.jboss.org/nexus/content/groups/public/
#REPO=https://repository.jboss.org/nexus/content/groups/public-thirdparty-releases/
get=org.apache.maven.plugins:maven-dependency-plugin:2.1:get
rm -fr ~/.m2/repository/org/fedorahosted ~/.m2/repository/net/openl10n
mvn $get -DrepoUrl=$REPO -Dartifact=org.fedorahosted.openprops:openprops:0.5
mvn $get -DrepoUrl=$REPO -Dartifact=org.fedorahosted.tennera:jgettext:0.6
mvn $get -DrepoUrl=$REPO -Dartifact=net.openl10n.flies:flies-maven-plugin:1.1-alpha-1
-----------------------------------------------------------------------------------
Those artifacts should be available via the above group repositories, right? (And the staging repo too?)
> Please add proxy for Flies Maven repository
> -------------------------------------------
>
> Key: JBBUILD-664
> URL: https://jira.jboss.org/browse/JBBUILD-664
> Project: JBoss Build System
> Issue Type: Feature Request
> Components: Artifact Repositories
> Reporter: Sean Flanigan
> Assignee: Paul Gier
> Fix For: Repository Support 2010
>
>
> Could you please add a proxy for:
> http://nexus.openl10n.net/content/repositories/releases/ (Flies Releases)
> and (if possible)
> http://nexus.openl10n.net/content/repositories/snapshots/ (Flies Snapshots)
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list