That did it. Odd. It should've proxied through that. Oh well, I don't
need that proxy anymore anyway.
Justin Lee wrote:
> I have a proxy set up for building glassfish. Let me comment that out
> and try again.
>
> Hubert Iwaniuk wrote:
>> Looks like you are not allowing to download it from repository
>> specified in
>> pom.xml.
>> Do you have repository overrides in settings.xml?
>> H.
>>
>> On Wed, Feb 11, 2009 at 7:58 PM, Justin Lee <Justin.Lee_at_sun.com> wrote:
>>
>>
>>> So it looks like I just needed to clean to fix the problem I
>>> mentioned on
>>> the call, but I get this now. This might be what you guys were talking
>>> about but I thought that stuff was test related and here I have tests
>>> disabled.
>>>
>>>
>>> [INFO]
>>> ------------------------------------------------------------------------
>>>
>>> [ERROR] BUILD ERROR
>>> [INFO]
>>> ------------------------------------------------------------------------
>>>
>>> [INFO] Failed to resolve artifact.
>>>
>>> Missing:
>>> ----------
>>> 1) org.osgi:org.osgi.core:jar:4.1.0
>>>
>>> Try downloading the file manually from the project website.
>>>
>>> Then, install it using the command:
>>> mvn install:install-file -DgroupId=org.osgi
>>> -DartifactId=org.osgi.core
>>> -Dversion=4.1.0 -Dpackaging=jar -Dfile=/path/to/file
>>>
>>> Alternatively, if you host your own repository you can deploy the file
>>> there:
>>> mvn deploy:deploy-file -DgroupId=org.osgi
>>> -DartifactId=org.osgi.core
>>> -Dversion=4.1.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
>>> -DrepositoryId=[id]
>>>
>>> Path to dependency:
>>> 1) com.sun.grizzly.osgi:grizzly-httpservice:bundle:1.9.6-SNAPSHOT
>>> 2) org.osgi:org.osgi.core:jar:4.1.0
>>>
>>> 2) org.osgi:org.osgi.compendium:jar:4.1.0
>>>
>>> Try downloading the file manually from the project website.
>>>
>>> Then, install it using the command:
>>> mvn install:install-file -DgroupId=org.osgi
>>> -DartifactId=org.osgi.compendium -Dversion=4.1.0 -Dpackaging=jar
>>> -Dfile=/path/to/file
>>>
>>> Alternatively, if you host your own repository you can deploy the file
>>> there:
>>> mvn deploy:deploy-file -DgroupId=org.osgi
>>> -DartifactId=org.osgi.compendium -Dversion=4.1.0 -Dpackaging=jar
>>> -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>>>
>>> Path to dependency:
>>> 1) com.sun.grizzly.osgi:grizzly-httpservice:bundle:1.9.6-SNAPSHOT
>>> 2) org.osgi:org.osgi.compendium:jar:4.1.0
>>>
>>> ----------
>>> 2 required artifacts are missing.
>>>
>>> for artifact:
>>> com.sun.grizzly.osgi:grizzly-httpservice:bundle:1.9.6-SNAPSHOT
>>>
>>> from the specified remote repositories:
>>> hk2gf (http://maven.glassfish.org/content/groups/glassfish)
>>>
>>>
>>> [INFO]
>>> ------------------------------------------------------------------------
>>>
>>> [INFO] For more information, run Maven with the -e switch
>>> [INFO]
>>> ------------------------------------------------------------------------
>>>
>>> [INFO] Total time: 1 minute 47 seconds
>>> [INFO] Finished at: Wed Feb 11 13:55:34 EST 2009
>>> [INFO] Final Memory: 44M/110M
>>> [INFO]
>>> ------------------------------------------------------------------------
>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe_at_grizzly.dev.java.net
>>> For additional commands, e-mail: dev-help_at_grizzly.dev.java.net
>>>
>>>
>>>
>>
>>
>