dev@glassfish.java.net

Re: [v3 build error] missing webbeans-integration artifact

From: Snjezana Sevo-Zenzerovic <Snjezana.Sevo-Zenzerovic_at_Sun.COM>
Date: Thu, 30 Jul 2009 12:48:38 -0700

FWIW, using maven clean plugin in packager and distributions would not
make any difference with Tim's original issue. His build was failing
during web module build which is the first place in the build sequence
that is referencing this artifact...

This particular workaround just might be the coincidence, not that I am
willing to bet on it :-)

Jane Young wrote:

> Sorry, I don't understand the workaround. I recently put in the
> Maven clean plugin in packager and distributions modules (see pom.xml)
> so "clean" always get invoked when building from the top level.
> See: IT 8492
> <https://glassfish.dev.java.net/issues/show_bug.cgi?id=8492> .
>
> I believe it's related to Nexus...
>
>
>
>
> Tim Quinn wrote:
>
>> Shing Wai,
>>
>> Thanks for the tip. That worked for me, too.
>>
>> - Tim
>>
>> Shing Wai Chan wrote:
>>
>>> I seen that, too.
>>> My workaround is mvn clean in distributions first.
>>> And then mvn install in the top level.
>>> Shing Wai Chan
>>>
>>> Tim Quinn wrote:
>>>
>>>> I very recently updated my workspace and now I get the error below.
>>>>
>>>> Will this resolve itself once something gets published to the
>>>> repository or is this a problem someone needs to look at?
>>>>
>>>> - Tim
>>>>
>>>> [INFO] Failed to resolve artifact.
>>>>
>>>> Missing:
>>>> ----------
>>>> 1) org.jboss.webbeans:webbeans-osgi-bundle:jar:1.0.0.PREVIEW2.SP2
>>>>
>>>> Try downloading the file manually from the project website.
>>>>
>>>> Then, install it using the command:
>>>> mvn install:install-file -DgroupId=org.jboss.webbeans
>>>> -DartifactId=webbeans-osgi-bundle -Dversion=1.0.0.PREVIEW2.SP2
>>>> -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.jboss.webbeans
>>>> -DartifactId=webbeans-osgi-bundle -Dversion=1.0.0.PREVIEW2.SP2
>>>> -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>>>>
>>>> Path to dependency:
>>>> 1) org.glassfish.web:webbeans-integration:hk2-jar:3.0-SNAPSHOT
>>>> 2) org.jboss.webbeans:webbeans-osgi-bundle:jar:1.0.0.PREVIEW2.SP2
>>>>
>>>> ----------
>>>> 1 required artifact is missing.
>>>>
>>>> for artifact:
>>>> org.glassfish.web:webbeans-integration:hk2-jar:3.0-SNAPSHOT
>>>>
>>>> from the specified remote repositories:
>>>> maven2.java.net (http://download.java.net/maven/2),
>>>> repo1.maven.org (http://repo1.maven.org/maven2),
>>>> java.net (http://download.java.net/maven/1),
>>>> glassfish-repository-wsinterop (http://maven.dyndns.org/glassfish/),
>>>> glassfish-repo-archive-dummy
>>>> (http://maven.glassfish.org/content/groups/glassfish),
>>>> glassfish-repository (http://download.java.net/maven/glassfish),
>>>> EclipseLink Repo
>>>> (http://download.eclipse.org/rt/eclipselink/maven.repo),
>>>> central (http://repo1.maven.org/maven2),
>>>> java-dev-repository
>>>> (https://maven-repository.dev.java.net/nonav/repository),
>>>> glassfish-repo-archive
>>>> (http://maven.glassfish.org/content/groups/glassfish),
>>>> Netbeans repo (http://deadlock.netbeans.org/maven2)
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
>>>> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
>>> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
>> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>>
>