You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by Marshall Schor <ms...@schor.com> on 2010/10/01 12:46:41 UTC

Re: Build failure with maven 3 beta 3

 Maven user's list now reports that Nexus support for repository.apache.org has
now bee updated, and the workaround in that thread is no longer needed.

So RC3 should now work OK for deploy (but I haven't tried it myself - still
using 3.0-beta-1).

-Marshall

On 9/30/2010 9:47 AM, Marshall Schor wrote:
>  I found this morning a problem with maven-3.0-RC3 (and RC2): the "deploy"
> action to the Apache Nexus snapshot repo appears to succeed, but the resulting
> snapshot isn't "readable" later...
>
> According to the Maven team, there's a patch for Nexus to fix this, and they're
> going to see if they can get it applied to the Apache Nexus.  See:
> http://markmail.org/message/7hpr7juygmzsmuk2
>
> This isn't a problem if you use beta-1.
>
> The maven 3.0 beta-1 (and all other releases) can be found by going to the main
> maven download page http://maven.apache.org/download.html and then going to the
> section labeled "Previous Releases" and clicking on that link.
>
>
>
>
>
>
>
>
> On 9/30/2010 8:22 AM, Thilo Götz wrote:
>> On 9/29/2010 21:49, Marshall Schor wrote:
>>>  On 9/29/2010 2:59 PM, Thilo Götz wrote:
>>>> Apparently a known bug: http://jira.codehaus.org/browse/MNG-4798.
>>>> Will wait for beta 4 I guess.
>>> There's no beta 4.
>>>
>>> They're now doing RC's.  3.0-RC3 is more recent that 3.0-beta-3, so please try
>>> that :-).
>>>
>>> https://repository.apache.org/content/repositories/maven-014/org/apache/maven/apache-maven/3.0-RC3/
>>>
>>>
>>> Thanks. -Marshall
>>>
>> Thanks, that makes the core build work.  On to the
>> sandbox.  I get a message saying that maven can't
>> find PearPackagingMavenPlugin 2.3.0-incubating.
>> What am I missing?
>>
>> sandbox/WhitespaceTokenizer$ mvn install
>> [INFO] Scanning for projects...
>> [WARNING] The POM for
>> org.apache.uima:PearPackagingMavenPlugin:jar:2.3.0-incubating is missing, no
>> dependency information available
>> [ERROR] The build could not read 1 project -> [Help 1]
>> [ERROR]
>> [ERROR]   The project org.apache.uima:WhitespaceTokenizer:2.3.1-SNAPSHOT
>> (/home/tgoetz/code/uima-svn/sandbox/WhitespaceTokenizer/pom.xml) has 1 error
>> [ERROR]     Unresolveable build extension: Plugin
>> org.apache.uima:PearPackagingMavenPlugin:2.3.0-incubating or one of its
>> dependencies could not be resolved: Failure to find
>> org.apache.uima:PearPackagingMavenPlugin:jar:2.3.0-incubating in
>> http://repo1.maven.org/maven2 was cached in the local repository, resolution
>> will not be reattempted until the update interval of central has elapsed or
>> updates are forced -> [Help 2]
>> [ERROR]
>> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
>> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>> [ERROR]
>> [ERROR] For more information about the errors and possible solutions, please
>> read the following articles:
>> [ERROR] [Help 1]
>> http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
>> [ERROR] [Help 2]
>> http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException
>>
>>
>