Hi Simone, Lewis,
In addition that is a relatively old version of the surefire plugin, I
tried updating the version on my fork to 2.12 a while ago but I found
it broke the basic-crawler module or the basic-crawler integration
test (not sure which from memory, as the note I put in is a little
ambiguous now):
<!-- FIXME: Upgrading this to 2.12 breaks basic-crawler build -->
<maven-surefire-plugin.version>2.9</maven-surefire-plugin.version>
As you can see I ended up using version 2.9.
Peter
On 6 July 2012 05:35, Simone Tripodi <[email protected]> wrote:
> Hi Lewis,
>
> looks like mvn downloaded a corrupted version of the surefire
> descriptor - did you try to purge it from your local repo and retry?
>
> best,
> -Simo
>
> http://people.apache.org/~simonetripodi/
> http://simonetripodi.livejournal.com/
> http://twitter.com/simonetripodi
> http://www.99soft.org/
>
>
> On Thu, Jul 5, 2012 at 9:08 PM, Lewis John Mcgibbney
> <[email protected]> wrote:
>> Hi Guys,
>>
>> This is totally off topic w.r.t the RC but has anyone tried to build
>> trunk in the last while?
>>
>> I'm getting
>>
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Building Apache Any23 :: Plugins :: Integration Test
>> 0.7.0-incubating-SNAPSHOT
>> [INFO]
>> ------------------------------------------------------------------------
>> [WARNING] The POM for
>> org.apache.maven.plugins:maven-surefire-plugin:jar:2.4.3 is invalid,
>> transitive dependencies (if any) will not be available, enable debug
>> logging for more details
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Reactor Summary:
>> [INFO]
>> [INFO] Apache Any23 ...................................... SUCCESS [8.089s]
>> [INFO] Apache Any23 :: Core .............................. SUCCESS [52.631s]
>> [INFO] Apache Any23 :: Plugins :: Basic Crawler .......... SUCCESS [7.809s]
>> [INFO] Apache Any23 :: Plugins :: HTML Scraper ........... SUCCESS [1.993s]
>> [INFO] Apache Any23 :: Plugins :: Office Scraper ......... SUCCESS [4.104s]
>> [INFO] Apache Any23 :: Plugins :: Integration Test ....... FAILURE [0.247s]
>> [INFO] Apache Any23 :: Service ........................... SKIPPED
>> [INFO] Apache Any23 :: Sources distribution module ....... SKIPPED
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] BUILD FAILURE
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Total time: 1:16.095s
>> [INFO] Finished at: Thu Jul 05 19:59:16 BST 2012
>> [INFO] Final Memory: 18M/63M
>> [INFO]
>> ------------------------------------------------------------------------
>> [ERROR] Failed to parse plugin descriptor for
>> org.apache.maven.plugins:maven-surefire-plugin:2.4.3
>> (/home/lewismc/.m2/repository/org/apache/maven/plugins/maven-surefire-plugin/2.4.3/maven-surefire-plugin-2.4.3.jar):
>> error in opening zip file -> [Help 1]
>> [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/PluginDescriptorParsingException
>> lewismc@lewismc-HP-Mini-110-3100:~/ASF/any23$
>>
>>
>> This is after mvn clean install -Dmaven.test.skip=true
>>
>> Lewis
>>
>> On Thu, Jul 5, 2012 at 4:02 PM, Andy Seaborne <[email protected]> wrote:
>>> On 05/07/12 15:40, Simone Tripodi wrote:
>>>>
>>>> Just for the record: I stumbled in a possible maven-install-plugin
>>>> bug, looks like it uses to rename artifacts when installing them ;(
>>>>
>>>> I just sent a message in the mvn ML
>>>> <http://markmail.org/message/sl2agzu4jbx7aox2>
>>>
>>>
>>> This has caught me out before several times - silent rename without warning
>>> but with overwrite on upload.
>>>
>>> This is a complete pain.
>>>
>>> As far as I know, there is nothing to do except make the names align.
>>>
>>> (For this release, just ignore what I said about zip files and folder names
>>> is this is the root cause)
>>>
>>> Andy
>>>
>>>
>>>
>>
>>
>>
>> --
>> Lewis