Re: Not a v4.0.0 POM error

2009-11-12 Thread Wayne Fay
> $ cat maven-install-plugin-2.3.pom
>  �W[o�6 ~7���  0d�

That's a problem. How did this binary pom file land in your local
cache? Sounds like you've got a misconfiguration somewhere, probably
in your company repo manager/proxy.

Wayne

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



RE: Not a v4.0.0 POM error

2009-11-12 Thread Gerardo Corro

Hi,

Yes, I changed the URL since I need to keep my company privacy, but in any 
case, it's not a public repository, you may need an user and password to get 
the files.

>Who or what put the pom file on the url you are pointing to? Is is some 
>repository manager?

Yes, it's a repo manager.

Thanks!





> Date: Thu, 12 Nov 2009 02:24:31 +0100
> Subject: Re: Not a v4.0.0 POM error
> From: nick.stolw...@gmail.com
> To: users@maven.apache.org
> 
> It is trying to get the remote file and that one (the link you
> provided) does not work on my computer. It may be you have changed the
> link in your mail, or it that it will let you in. But if you get the
> same as me, then there is your problem. Who or what put the pom file
> on the url you are pointing to? Is is some repository manager?
> 
> With regards,
> 
> Nick Stolwijk
> ~Java Developer~
> 
> IPROFS BV.
> Claus Sluterweg 125
> 2012 WS Haarlem
> http://www.iprofs.nl
> 
> 
> 
> On Thu, Nov 12, 2009 at 2:19 AM, Sean Hennessy
>  wrote:
> > Pardon me but usually the .pom is an xml text file.
> > you should be able to open w/ text editor on ubuntu.
> > try using vi or gedit.
> >
> > Sean
> >
> > -Original Message-
> > From: Gerardo Corro [mailto:rob_gar_...@hotmail.com]
> > Sent: Wednesday, November 11, 2009 5:11 PM
> > To: users@maven.apache.org
> > Subject: RE: Not a v4.0.0 POM error
> >
> >
> > It's a valid pom:
> >
> > $ ls -l maven-install-plugin-2.3.pom
> > -rw-r--r-- 1 corro corro 1486 2009-11-12 01:33 maven-install-plugin-2.3.pom 
> > $ file maven-install-plugin-2.3.pom
> > maven-install-plugin-2.3.pom: gzip compressed data, from Unix $ gunzip -c  
> > maven-install-plugin-2.3.pom  
> > http://maven.apache.org/POM/4.0.0";
> > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> > xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
> > http://maven.apache.org/xsd/maven-4.0.0.xsd";>
> >  4.0.0
> >
> > and the file continues... however Ubuntu "Archive Manager Tool" can't 
> > extract it, it says the pom has errors.
> >
> > Best regards.
> >
> >
> >> Date: Thu, 12 Nov 2009 01:21:26 +0100
> >> Subject: Re: Not a v4.0.0 POM error
> >> From: nick.stolw...@gmail.com
> >> To: users@maven.apache.org
> >>
> >> What do you see if you open it with a browser:
> >>
> >> https://www.mycomp.com/maven2/repository/public/org/apache/maven/plugi
> >> ns/maven-install-plugin/2.3/maven-install-plugin-2.3.pom
> >>
> >> Is it a valid pom or some garble?
> >>
> >> With regards,
> >>
> >> Nick Stolwijk
> >> ~Java Developer~
> >>
> >> IPROFS BV.
> >> Claus Sluterweg 125
> >> 2012 WS Haarlem
> >> http://www.iprofs.nl
> >>
> >>
> >>
> >> On Thu, Nov 12, 2009 at 12:19 AM, Gerardo Corro  
> >> wrote:
> >> >
> >> > Hi,
> >> >
> >> > Thanks for your message, however is not working :-(  the same error is 
> >> > triggered again.
> >> >
> >> > Best regards
> >> >
> >> >
> >> >
> >> >
> >> >>
> >> >> I suggest you to delete the directory in your local repository
> >> >>
> >> >> /data/repository/org/apache/maven/plugins/maven-install-plugin/2.3/
> >> >>
> >> >> anyway, for me nothing to see with ubuntu (I works on it too)
> >> >>
> >> >> I already had such errors when a download of an artifact failed
> >> >> (for multiple reason...)
> >> >>
> >> >> hope it will help you.
> >> >>
> >> >> Cheers,
> >> >>
> >> >> Tony.
> >> >>
> >> >> >
> >> >> > [WARNING] *** CHECKSUM FAILED - Checksum failed on download:
> >> >> > local = 'e6084a3bb5d435dcb42378cd3273f5db433cb944'; remote = '
> >> >> > ' - RETRYING
> >> >> > Downloading:
> >> >> > https://www.mycomp.com/maven2/repository/public/org/apache/maven/
> >> >> > plugins/maven-install-plugin/2.3/maven-install-plugin-2.3.pom
> >> >> > 1K downloaded  (maven-install-plugin-2.3.pom) [WARNING] ***
> >> >> > CHECKSUM FAILED - Checksum failed on download: local =
> >> >> > 'e6084a3bb5d435dcb42378cd3273f5db433cb

RE: Not a v4.0.0 POM error

2009-11-12 Thread Gerardo Corro

Hi, 

If I do:


$ cat maven-install-plugin-2.3.pom 
�W[o�6~7���0d�
/mPc�Dn�>�-��H��|C��i�N'�
   
?Q��u��%�r�bp�e/o���/��Q�y^�wE�$I��H�8�G��j�A��b)V�
=ŗO,�...@��~tp�i8s��*ps�g(&�8��L��ќ�`�RY[A�U
 Р���Gsp�Ӕ��8G���0 
�=A2,t6��-�+/h
��:�C����<���x�w��d��...@tq��lmv�@3�A�$��+��J��A�Z�|l��\dA�Xp��į=��߲�H����j:�
 \��aHWU��4��T�e'��l��6e[���...@�0td0��8��f�8>A���77o�n4���]�L^  
  �.�h}��I� &_


seems like a binary file.

Thanks!!!


> From: shenne...@astutenetworks.com
> To: users@maven.apache.org
> Date: Wed, 11 Nov 2009 17:19:08 -0800
> Subject: RE: Not a v4.0.0 POM error
> 
> Pardon me but usually the .pom is an xml text file.
> you should be able to open w/ text editor on ubuntu.
> try using vi or gedit.
> 
> Sean
> 
> -Original Message-
> From: Gerardo Corro [mailto:rob_gar_...@hotmail.com] 
> Sent: Wednesday, November 11, 2009 5:11 PM
> To: users@maven.apache.org
> Subject: RE: Not a v4.0.0 POM error
> 
> 
> It's a valid pom:
> 
> $ ls -l maven-install-plugin-2.3.pom
> -rw-r--r-- 1 corro corro 1486 2009-11-12 01:33 maven-install-plugin-2.3.pom $ 
> file maven-install-plugin-2.3.pom
> maven-install-plugin-2.3.pom: gzip compressed data, from Unix $ gunzip -c  
> maven-install-plugin-2.3.pom   xmlns="http://maven.apache.org/POM/4.0.0";
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
> http://maven.apache.org/xsd/maven-4.0.0.xsd";>
>   4.0.0
> 
> and the file continues... however Ubuntu "Archive Manager Tool" can't extract 
> it, it says the pom has errors.
> 
> Best regards.
> 
> 
> > Date: Thu, 12 Nov 2009 01:21:26 +0100
> > Subject: Re: Not a v4.0.0 POM error
> > From: nick.stolw...@gmail.com
> > To: users@maven.apache.org
> > 
> > What do you see if you open it with a browser:
> > 
> > https://www.mycomp.com/maven2/repository/public/org/apache/maven/plugi
> > ns/maven-install-plugin/2.3/maven-install-plugin-2.3.pom
> > 
> > Is it a valid pom or some garble?
> > 
> > With regards,
> > 
> > Nick Stolwijk
> > ~Java Developer~
> > 
> > IPROFS BV.
> > Claus Sluterweg 125
> > 2012 WS Haarlem
> > http://www.iprofs.nl
> > 
> > 
> > 
> > On Thu, Nov 12, 2009 at 12:19 AM, Gerardo Corro  
> > wrote:
> > >
> > > Hi,
> > >
> > > Thanks for your message, however is not working :-(  the same error is 
> > > triggered again.
> > >
> > > Best regards
> > >
> > >
> > >
> > >
> > >>
> > >> I suggest you to delete the directory in your local repository
> > >>
> > >> /data/repository/org/apache/maven/plugins/maven-install-plugin/2.3/
> > >>
> > >> anyway, for me nothing to see with ubuntu (I works on it too)
> > >>
> > >> I already had such errors when a download of an artifact failed 
> > >> (for multiple reason...)
> > >>
> > >> hope it will help you.
> > >>
> > >> Cheers,
> > >>
> > >> Tony.
> > >>
> > >> >
> > >> > [WARNING] *** CHECKSUM FAILED - Checksum failed on download: 
> > >> > local = 'e6084a3bb5d435dcb42378cd3273f5db433cb944'; remote = '
> > >> > ' - RETRYING
> > >> > Downloading:
> > >> > https://www.mycomp.com/maven2/repository/public/org/apache/maven/
> > >> > plugins/maven-install-plugin/2.3/maven-install-plugin-2.3.pom
> > >> > 1K downloaded  (maven-install-plugin-2.3.pom) [WARNING] *** 
> > >> > CHECKSUM FAILED - Checksum failed on download: local = 
> > >> > 'e6084a3bb5d435dcb42378cd3273f5db433cb944'; remote = '' - 
> > >> > IGNORING [INFO]
> > >> > -
> > >> > ---
> > >> > [ERROR] BUILD ERROR [INFO]
> > >> > -
> > >> > --- [INFO] Error building POM (may not be this project's 
> > >> > POM).
> > >> >
> > >> >
> > >> > Project ID: org.apache.maven.plugins:maven-install-plugin
> >

Re: Not a v4.0.0 POM error

2009-11-11 Thread Nick Stolwijk
It is trying to get the remote file and that one (the link you
provided) does not work on my computer. It may be you have changed the
link in your mail, or it that it will let you in. But if you get the
same as me, then there is your problem. Who or what put the pom file
on the url you are pointing to? Is is some repository manager?

With regards,

Nick Stolwijk
~Java Developer~

IPROFS BV.
Claus Sluterweg 125
2012 WS Haarlem
http://www.iprofs.nl



On Thu, Nov 12, 2009 at 2:19 AM, Sean Hennessy
 wrote:
> Pardon me but usually the .pom is an xml text file.
> you should be able to open w/ text editor on ubuntu.
> try using vi or gedit.
>
> Sean
>
> -Original Message-
> From: Gerardo Corro [mailto:rob_gar_...@hotmail.com]
> Sent: Wednesday, November 11, 2009 5:11 PM
> To: users@maven.apache.org
> Subject: RE: Not a v4.0.0 POM error
>
>
> It's a valid pom:
>
> $ ls -l maven-install-plugin-2.3.pom
> -rw-r--r-- 1 corro corro 1486 2009-11-12 01:33 maven-install-plugin-2.3.pom $ 
> file maven-install-plugin-2.3.pom
> maven-install-plugin-2.3.pom: gzip compressed data, from Unix $ gunzip -c  
> maven-install-plugin-2.3.pom   xmlns="http://maven.apache.org/POM/4.0.0";
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
> http://maven.apache.org/xsd/maven-4.0.0.xsd";>
>  4.0.0
>
> and the file continues... however Ubuntu "Archive Manager Tool" can't extract 
> it, it says the pom has errors.
>
> Best regards.
>
>
>> Date: Thu, 12 Nov 2009 01:21:26 +0100
>> Subject: Re: Not a v4.0.0 POM error
>> From: nick.stolw...@gmail.com
>> To: users@maven.apache.org
>>
>> What do you see if you open it with a browser:
>>
>> https://www.mycomp.com/maven2/repository/public/org/apache/maven/plugi
>> ns/maven-install-plugin/2.3/maven-install-plugin-2.3.pom
>>
>> Is it a valid pom or some garble?
>>
>> With regards,
>>
>> Nick Stolwijk
>> ~Java Developer~
>>
>> IPROFS BV.
>> Claus Sluterweg 125
>> 2012 WS Haarlem
>> http://www.iprofs.nl
>>
>>
>>
>> On Thu, Nov 12, 2009 at 12:19 AM, Gerardo Corro  
>> wrote:
>> >
>> > Hi,
>> >
>> > Thanks for your message, however is not working :-(  the same error is 
>> > triggered again.
>> >
>> > Best regards
>> >
>> >
>> >
>> >
>> >>
>> >> I suggest you to delete the directory in your local repository
>> >>
>> >> /data/repository/org/apache/maven/plugins/maven-install-plugin/2.3/
>> >>
>> >> anyway, for me nothing to see with ubuntu (I works on it too)
>> >>
>> >> I already had such errors when a download of an artifact failed
>> >> (for multiple reason...)
>> >>
>> >> hope it will help you.
>> >>
>> >> Cheers,
>> >>
>> >> Tony.
>> >>
>> >> >
>> >> > [WARNING] *** CHECKSUM FAILED - Checksum failed on download:
>> >> > local = 'e6084a3bb5d435dcb42378cd3273f5db433cb944'; remote = '
>> >> > ' - RETRYING
>> >> > Downloading:
>> >> > https://www.mycomp.com/maven2/repository/public/org/apache/maven/
>> >> > plugins/maven-install-plugin/2.3/maven-install-plugin-2.3.pom
>> >> > 1K downloaded  (maven-install-plugin-2.3.pom) [WARNING] ***
>> >> > CHECKSUM FAILED - Checksum failed on download: local =
>> >> > 'e6084a3bb5d435dcb42378cd3273f5db433cb944'; remote = '    ' -
>> >> > IGNORING [INFO]
>> >> > -
>> >> > ---
>> >> > [ERROR] BUILD ERROR [INFO]
>> >> > -
>> >> > --- [INFO] Error building POM (may not be this project's
>> >> > POM).
>> >> >
>> >> >
>> >> > Project ID: org.apache.maven.plugins:maven-install-plugin
>> >> > POM
>> >> > Location:
>> >> > /data/repository/org/apache/maven/plugins/maven-install-plugin/2.
>> >> > 3/maven-install-plugin-2.3.pom
>> >> >
>> >> > Reason: Not a v4.0.0 POM. for project
>> >> > org.apache.maven.plugins:maven-install-plugin
>> >> > at
>> >> > /data/repository/

RE: Not a v4.0.0 POM error

2009-11-11 Thread Sean Hennessy
Pardon me but usually the .pom is an xml text file.
you should be able to open w/ text editor on ubuntu.
try using vi or gedit.

Sean

-Original Message-
From: Gerardo Corro [mailto:rob_gar_...@hotmail.com] 
Sent: Wednesday, November 11, 2009 5:11 PM
To: users@maven.apache.org
Subject: RE: Not a v4.0.0 POM error


It's a valid pom:

$ ls -l maven-install-plugin-2.3.pom
-rw-r--r-- 1 corro corro 1486 2009-11-12 01:33 maven-install-plugin-2.3.pom $ 
file maven-install-plugin-2.3.pom
maven-install-plugin-2.3.pom: gzip compressed data, from Unix $ gunzip -c  
maven-install-plugin-2.3.pom  http://maven.apache.org/POM/4.0.0";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
  4.0.0

and the file continues... however Ubuntu "Archive Manager Tool" can't extract 
it, it says the pom has errors.

Best regards.


> Date: Thu, 12 Nov 2009 01:21:26 +0100
> Subject: Re: Not a v4.0.0 POM error
> From: nick.stolw...@gmail.com
> To: users@maven.apache.org
> 
> What do you see if you open it with a browser:
> 
> https://www.mycomp.com/maven2/repository/public/org/apache/maven/plugi
> ns/maven-install-plugin/2.3/maven-install-plugin-2.3.pom
> 
> Is it a valid pom or some garble?
> 
> With regards,
> 
> Nick Stolwijk
> ~Java Developer~
> 
> IPROFS BV.
> Claus Sluterweg 125
> 2012 WS Haarlem
> http://www.iprofs.nl
> 
> 
> 
> On Thu, Nov 12, 2009 at 12:19 AM, Gerardo Corro  
> wrote:
> >
> > Hi,
> >
> > Thanks for your message, however is not working :-(  the same error is 
> > triggered again.
> >
> > Best regards
> >
> >
> >
> >
> >>
> >> I suggest you to delete the directory in your local repository
> >>
> >> /data/repository/org/apache/maven/plugins/maven-install-plugin/2.3/
> >>
> >> anyway, for me nothing to see with ubuntu (I works on it too)
> >>
> >> I already had such errors when a download of an artifact failed 
> >> (for multiple reason...)
> >>
> >> hope it will help you.
> >>
> >> Cheers,
> >>
> >> Tony.
> >>
> >> >
> >> > [WARNING] *** CHECKSUM FAILED - Checksum failed on download: 
> >> > local = 'e6084a3bb5d435dcb42378cd3273f5db433cb944'; remote = '
> >> > ' - RETRYING
> >> > Downloading:
> >> > https://www.mycomp.com/maven2/repository/public/org/apache/maven/
> >> > plugins/maven-install-plugin/2.3/maven-install-plugin-2.3.pom
> >> > 1K downloaded  (maven-install-plugin-2.3.pom) [WARNING] *** 
> >> > CHECKSUM FAILED - Checksum failed on download: local = 
> >> > 'e6084a3bb5d435dcb42378cd3273f5db433cb944'; remote = '' - 
> >> > IGNORING [INFO]
> >> > -
> >> > ---
> >> > [ERROR] BUILD ERROR [INFO]
> >> > -
> >> > --- [INFO] Error building POM (may not be this project's 
> >> > POM).
> >> >
> >> >
> >> > Project ID: org.apache.maven.plugins:maven-install-plugin
> >> > POM
> >> > Location: 
> >> > /data/repository/org/apache/maven/plugins/maven-install-plugin/2.
> >> > 3/maven-install-plugin-2.3.pom
> >> >
> >> > Reason: Not a v4.0.0 POM. for project 
> >> > org.apache.maven.plugins:maven-install-plugin
> >> > at 
> >> > /data/repository/org/apache/maven/plugins/maven-install-plugin/2.
> >> > 3/maven-install-plugin-2.3.pom
> >> >
> >> >
> >> >
> >> > if using the -e version I get:
> >> >
> >> > [INFO]
> >> > -
> >> > --- [INFO] Trace 
> >> > org.apache.maven.lifecycle.LifecycleExecutionException: Unable to 
> >> > build project for plugin 'org.apache.maven.plugins:maven-install-plugin':
> >> > Not a v4.0.0 POM. for project 
> >> > org.apache.maven.plugins:maven-install-plugin
> >> > at 
> >> > /data/repository/org/apache/maven/plugins/maven-install-plugin/2.
> >> > 3/maven-install-plugin-2.3.pom
> >> > at
> >> > org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(
> >> > DefaultLifecycleE

RE: Not a v4.0.0 POM error

2009-11-11 Thread Gerardo Corro

It's a valid pom:

$ ls -l maven-install-plugin-2.3.pom 
-rw-r--r-- 1 corro corro 1486 2009-11-12 01:33 maven-install-plugin-2.3.pom
$ file maven-install-plugin-2.3.pom 
maven-install-plugin-2.3.pom: gzip compressed data, from Unix
$ gunzip -c  maven-install-plugin-2.3.pom

http://maven.apache.org/POM/4.0.0";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
  4.0.0

and the file continues... however Ubuntu "Archive Manager Tool" can't extract 
it, it says the pom has errors.

Best regards.


> Date: Thu, 12 Nov 2009 01:21:26 +0100
> Subject: Re: Not a v4.0.0 POM error
> From: nick.stolw...@gmail.com
> To: users@maven.apache.org
> 
> What do you see if you open it with a browser:
> 
> https://www.mycomp.com/maven2/repository/public/org/apache/maven/plugins/maven-install-plugin/2.3/maven-install-plugin-2.3.pom
> 
> Is it a valid pom or some garble?
> 
> With regards,
> 
> Nick Stolwijk
> ~Java Developer~
> 
> IPROFS BV.
> Claus Sluterweg 125
> 2012 WS Haarlem
> http://www.iprofs.nl
> 
> 
> 
> On Thu, Nov 12, 2009 at 12:19 AM, Gerardo Corro  
> wrote:
> >
> > Hi,
> >
> > Thanks for your message, however is not working :-(  the same error is 
> > triggered again.
> >
> > Best regards
> >
> >
> >
> >
> >>
> >> I suggest you to delete the directory in your local repository
> >>
> >> /data/repository/org/apache/maven/plugins/maven-install-plugin/2.3/
> >>
> >> anyway, for me nothing to see with ubuntu (I works on it too)
> >>
> >> I already had such errors when a download of an artifact failed (for 
> >> multiple reason...)
> >>
> >> hope it will help you.
> >>
> >> Cheers,
> >>
> >> Tony.
> >>
> >> >
> >> > [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local =
> >> > 'e6084a3bb5d435dcb42378cd3273f5db433cb944'; remote = ' �� ' - RETRYING
> >> > Downloading:
> >> > https://www.mycomp.com/maven2/repository/public/org/apache/maven/plugins/maven-install-plugin/2.3/maven-install-plugin-2.3.pom
> >> > 1K downloaded  (maven-install-plugin-2.3.pom) [WARNING] *** CHECKSUM 
> >> > FAILED -
> >> > Checksum failed on download: local =
> >> > 'e6084a3bb5d435dcb42378cd3273f5db433cb944'; remote = ' �� ' - IGNORING 
> >> > [INFO]
> >> > 
> >> > [ERROR] BUILD ERROR [INFO]
> >> > 
> >> > [INFO] Error building POM (may not be this project's POM).
> >> >
> >> >
> >> > Project ID: org.apache.maven.plugins:maven-install-plugin
> >> > POM
> >> > Location: 
> >> > /data/repository/org/apache/maven/plugins/maven-install-plugin/2.3/maven-install-plugin-2.3.pom
> >> >
> >> > Reason: Not a v4.0.0 POM. for project
> >> > org.apache.maven.plugins:maven-install-plugin
> >> > at 
> >> > /data/repository/org/apache/maven/plugins/maven-install-plugin/2.3/maven-install-plugin-2.3.pom
> >> >
> >> >
> >> >
> >> > if using the -e version I get:
> >> >
> >> > [INFO]
> >> > 
> >> > [INFO] Trace org.apache.maven.lifecycle.LifecycleExecutionException: 
> >> > Unable
> >> > to build project for plugin 
> >> > 'org.apache.maven.plugins:maven-install-plugin':
> >> > Not a v4.0.0 POM. for project 
> >> > org.apache.maven.plugins:maven-install-plugin
> >> > at 
> >> > /data/repository/org/apache/maven/plugins/maven-install-plugin/2.3/maven-install-plugin-2.3.pom
> >> > at
> >> > org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(DefaultLifecycleExecutor.java:1557)
> >> > at
> >> > org.apache.maven.lifecycle.DefaultLifecycleExecutor.getMojoDescriptor(DefaultLifecycleExecutor.java:1851)
> >> > at
> >> > org.apache.maven.lifecycle.DefaultLifecycleExecutor.bindLifecycleForPackaging(DefaultLifecycleExecutor.java:1311)
> >> > at
> >> > org.apache.maven.lifecycle.DefaultLifecycleExecutor.constructLifecycleMappings(DefaultLifecycleExecutor.java:1275)
> >> >
>

RE: Not a v4.0.0 POM error

2009-11-11 Thread Martin Gainty

VERKEERDE PAGINA!

Martin 
__ 
Tevrden verander/wijzig of onderbreek deze transmissie niet - Bedankt


> Date: Thu, 12 Nov 2009 01:21:26 +0100
> Subject: Re: Not a v4.0.0 POM error
> From: nick.stolw...@gmail.com
> To: users@maven.apache.org
> 
> What do you see if you open it with a browser:
> 
> https://www.mycomp.com/maven2/repository/public/org/apache/maven/plugins/maven-install-plugin/2.3/maven-install-plugin-2.3.pom
> 
> Is it a valid pom or some garble?
> 
> With regards,
> 
> Nick Stolwijk
> ~Java Developer~
> 
> IPROFS BV.
> Claus Sluterweg 125
> 2012 WS Haarlem
> http://www.iprofs.nl
> 
> 
> 
> On Thu, Nov 12, 2009 at 12:19 AM, Gerardo Corro  
> wrote:
> >
> > Hi,
> >
> > Thanks for your message, however is not working :-(  the same error is 
> > triggered again.
> >
> > Best regards
> >
> >
> >
> >
> >>
> >> I suggest you to delete the directory in your local repository
> >>
> >> /data/repository/org/apache/maven/plugins/maven-install-plugin/2.3/
> >>
> >> anyway, for me nothing to see with ubuntu (I works on it too)
> >>
> >> I already had such errors when a download of an artifact failed (for 
> >> multiple reason...)
> >>
> >> hope it will help you.
> >>
> >> Cheers,
> >>
> >> Tony.
> >>
> >> >
> >> > [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local =
> >> > 'e6084a3bb5d435dcb42378cd3273f5db433cb944'; remote = ' �� ' - RETRYING
> >> > Downloading:
> >> > https://www.mycomp.com/maven2/repository/public/org/apache/maven/plugins/maven-install-plugin/2.3/maven-install-plugin-2.3.pom
> >> > 1K downloaded  (maven-install-plugin-2.3.pom) [WARNING] *** CHECKSUM 
> >> > FAILED -
> >> > Checksum failed on download: local =
> >> > 'e6084a3bb5d435dcb42378cd3273f5db433cb944'; remote = ' �� ' - IGNORING 
> >> > [INFO]
> >> > 
> >> > [ERROR] BUILD ERROR [INFO]
> >> > 
> >> > [INFO] Error building POM (may not be this project's POM).
> >> >
> >> >
> >> > Project ID: org.apache.maven.plugins:maven-install-plugin
> >> > POM
> >> > Location: 
> >> > /data/repository/org/apache/maven/plugins/maven-install-plugin/2.3/maven-install-plugin-2.3.pom
> >> >
> >> > Reason: Not a v4.0.0 POM. for project
> >> > org.apache.maven.plugins:maven-install-plugin
> >> > at 
> >> > /data/repository/org/apache/maven/plugins/maven-install-plugin/2.3/maven-install-plugin-2.3.pom
> >> >
> >> >
> >> >
> >> > if using the -e version I get:
> >> >
> >> > [INFO]
> >> > 
> >> > [INFO] Trace org.apache.maven.lifecycle.LifecycleExecutionException: 
> >> > Unable
> >> > to build project for plugin 
> >> > 'org.apache.maven.plugins:maven-install-plugin':
> >> > Not a v4.0.0 POM. for project 
> >> > org.apache.maven.plugins:maven-install-plugin
> >> > at 
> >> > /data/repository/org/apache/maven/plugins/maven-install-plugin/2.3/maven-install-plugin-2.3.pom
> >> > at
> >> > org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(DefaultLifecycleExecutor.java:1557)
> >> > at
> >> > org.apache.maven.lifecycle.DefaultLifecycleExecutor.getMojoDescriptor(DefaultLifecycleExecutor.java:1851)
> >> > at
> >> > org.apache.maven.lifecycle.DefaultLifecycleExecutor.bindLifecycleForPackaging(DefaultLifecycleExecutor.java:1311)
> >> > at
> >> > org.apache.maven.lifecycle.DefaultLifecycleExecutor.constructLifecycleMappings(DefaultLifecycleExecutor.java:1275)
> >> >
> >> >
> >> >
> >> > Caused by: org.apache.maven.plugin.InvalidPluginException: Unable to 
> >> > build
> >> > project for plugin 'org.apache.maven.plugins:maven-install-plugin': Not a
> >> > v4.0.0 POM. for project org.apache.maven.plugins:maven-install-plugin
> >> > at 
> >> > /data/colibria/repository/org/apache/maven/plugins/maven-install-plugin/2.3

Re: Not a v4.0.0 POM error

2009-11-11 Thread Nick Stolwijk
What do you see if you open it with a browser:

https://www.mycomp.com/maven2/repository/public/org/apache/maven/plugins/maven-install-plugin/2.3/maven-install-plugin-2.3.pom

Is it a valid pom or some garble?

With regards,

Nick Stolwijk
~Java Developer~

IPROFS BV.
Claus Sluterweg 125
2012 WS Haarlem
http://www.iprofs.nl



On Thu, Nov 12, 2009 at 12:19 AM, Gerardo Corro  wrote:
>
> Hi,
>
> Thanks for your message, however is not working :-(  the same error is 
> triggered again.
>
> Best regards
>
>
>
>
>>
>> I suggest you to delete the directory in your local repository
>>
>> /data/repository/org/apache/maven/plugins/maven-install-plugin/2.3/
>>
>> anyway, for me nothing to see with ubuntu (I works on it too)
>>
>> I already had such errors when a download of an artifact failed (for 
>> multiple reason...)
>>
>> hope it will help you.
>>
>> Cheers,
>>
>> Tony.
>>
>> >
>> > [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local =
>> > 'e6084a3bb5d435dcb42378cd3273f5db433cb944'; remote = ' �� ' - RETRYING
>> > Downloading:
>> > https://www.mycomp.com/maven2/repository/public/org/apache/maven/plugins/maven-install-plugin/2.3/maven-install-plugin-2.3.pom
>> > 1K downloaded  (maven-install-plugin-2.3.pom) [WARNING] *** CHECKSUM 
>> > FAILED -
>> > Checksum failed on download: local =
>> > 'e6084a3bb5d435dcb42378cd3273f5db433cb944'; remote = ' �� ' - IGNORING 
>> > [INFO]
>> > 
>> > [ERROR] BUILD ERROR [INFO]
>> > 
>> > [INFO] Error building POM (may not be this project's POM).
>> >
>> >
>> > Project ID: org.apache.maven.plugins:maven-install-plugin
>> > POM
>> > Location: 
>> > /data/repository/org/apache/maven/plugins/maven-install-plugin/2.3/maven-install-plugin-2.3.pom
>> >
>> > Reason: Not a v4.0.0 POM. for project
>> > org.apache.maven.plugins:maven-install-plugin
>> > at 
>> > /data/repository/org/apache/maven/plugins/maven-install-plugin/2.3/maven-install-plugin-2.3.pom
>> >
>> >
>> >
>> > if using the -e version I get:
>> >
>> > [INFO]
>> > 
>> > [INFO] Trace org.apache.maven.lifecycle.LifecycleExecutionException: Unable
>> > to build project for plugin 
>> > 'org.apache.maven.plugins:maven-install-plugin':
>> > Not a v4.0.0 POM. for project org.apache.maven.plugins:maven-install-plugin
>> > at 
>> > /data/repository/org/apache/maven/plugins/maven-install-plugin/2.3/maven-install-plugin-2.3.pom
>> > at
>> > org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(DefaultLifecycleExecutor.java:1557)
>> > at
>> > org.apache.maven.lifecycle.DefaultLifecycleExecutor.getMojoDescriptor(DefaultLifecycleExecutor.java:1851)
>> > at
>> > org.apache.maven.lifecycle.DefaultLifecycleExecutor.bindLifecycleForPackaging(DefaultLifecycleExecutor.java:1311)
>> > at
>> > org.apache.maven.lifecycle.DefaultLifecycleExecutor.constructLifecycleMappings(DefaultLifecycleExecutor.java:1275)
>> >
>> >
>> >
>> > Caused by: org.apache.maven.plugin.InvalidPluginException: Unable to build
>> > project for plugin 'org.apache.maven.plugins:maven-install-plugin': Not a
>> > v4.0.0 POM. for project org.apache.maven.plugins:maven-install-plugin
>> > at 
>> > /data/colibria/repository/org/apache/maven/plugins/maven-install-plugin/2.3/maven-install-plugin-2.3.pom
>> > at
>> > org.apache.maven.plugin.DefaultPluginManager.checkRequiredMavenVersion(DefaultPluginManager.java:293)
>> > at
>> > org.apache.maven.plugin.DefaultPluginManager.verifyVersionedPlugin(DefaultPluginManager.java:205)
>> >
>> >
>> >
>> > Please assist. Thanks!
>> >
>> >
>> >
>> >
>> >
>> >
>> > _
>> > Windows Live: Keep your friends up to date with what you do online.
>> > http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-xm:SI_SB_1:092010
>>
>>
>> --
>>
>> Tony Chemit
>> 
>> tél: +33 (0) 2 40 50 29 28
>> email: che...@codelutin.com
>> http://www.codelutin.com
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
>> For additional commands, e-mail: users-h...@maven.apache.org
>>
>
> _
> Windows Live Hotmail: Your friends can get your Facebook updates, right from 
> Hotmail®.
> http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-xm:SI_SB_4:092009

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



RE: Not a v4.0.0 POM error

2009-11-11 Thread Gerardo Corro

Hi,

Thanks for your message, however is not working :-(  the same error is 
triggered again.

Best regards




> 
> I suggest you to delete the directory in your local repository
> 
> /data/repository/org/apache/maven/plugins/maven-install-plugin/2.3/
> 
> anyway, for me nothing to see with ubuntu (I works on it too)
> 
> I already had such errors when a download of an artifact failed (for multiple 
> reason...)
> 
> hope it will help you.
> 
> Cheers,
> 
> Tony.
> 
> > 
> > [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local =
> > 'e6084a3bb5d435dcb42378cd3273f5db433cb944'; remote = '��' - RETRYING
> > Downloading:
> > https://www.mycomp.com/maven2/repository/public/org/apache/maven/plugins/maven-install-plugin/2.3/maven-install-plugin-2.3.pom
> > 1K downloaded  (maven-install-plugin-2.3.pom) [WARNING] *** CHECKSUM FAILED 
> > -
> > Checksum failed on download: local =
> > 'e6084a3bb5d435dcb42378cd3273f5db433cb944'; remote = '��' - IGNORING 
> > [INFO]
> > 
> > [ERROR] BUILD ERROR [INFO]
> > 
> > [INFO] Error building POM (may not be this project's POM).
> > 
> > 
> > Project ID: org.apache.maven.plugins:maven-install-plugin
> > POM
> > Location: 
> > /data/repository/org/apache/maven/plugins/maven-install-plugin/2.3/maven-install-plugin-2.3.pom
> > 
> > Reason: Not a v4.0.0 POM. for project
> > org.apache.maven.plugins:maven-install-plugin
> > at 
> > /data/repository/org/apache/maven/plugins/maven-install-plugin/2.3/maven-install-plugin-2.3.pom
> > 
> > 
> > 
> > if using the -e version I get:
> > 
> > [INFO]
> > 
> > [INFO] Trace org.apache.maven.lifecycle.LifecycleExecutionException: Unable
> > to build project for plugin 'org.apache.maven.plugins:maven-install-plugin':
> > Not a v4.0.0 POM. for project org.apache.maven.plugins:maven-install-plugin
> > at 
> > /data/repository/org/apache/maven/plugins/maven-install-plugin/2.3/maven-install-plugin-2.3.pom
> > at
> > org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(DefaultLifecycleExecutor.java:1557)
> > at
> > org.apache.maven.lifecycle.DefaultLifecycleExecutor.getMojoDescriptor(DefaultLifecycleExecutor.java:1851)
> > at
> > org.apache.maven.lifecycle.DefaultLifecycleExecutor.bindLifecycleForPackaging(DefaultLifecycleExecutor.java:1311)
> > at
> > org.apache.maven.lifecycle.DefaultLifecycleExecutor.constructLifecycleMappings(DefaultLifecycleExecutor.java:1275)
> > 
> > 
> > 
> > Caused by: org.apache.maven.plugin.InvalidPluginException: Unable to build
> > project for plugin 'org.apache.maven.plugins:maven-install-plugin': Not a
> > v4.0.0 POM. for project org.apache.maven.plugins:maven-install-plugin
> > at 
> > /data/colibria/repository/org/apache/maven/plugins/maven-install-plugin/2.3/maven-install-plugin-2.3.pom
> > at
> > org.apache.maven.plugin.DefaultPluginManager.checkRequiredMavenVersion(DefaultPluginManager.java:293)
> > at
> > org.apache.maven.plugin.DefaultPluginManager.verifyVersionedPlugin(DefaultPluginManager.java:205)
> > 
> > 
> > 
> > Please assist. Thanks!
> > 
> > 
> > 
> > 
> > 
> >   
> > _
> > Windows Live: Keep your friends up to date with what you do online.
> > http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-xm:SI_SB_1:092010
> 
> 
> -- 
> 
> Tony Chemit
> 
> tél: +33 (0) 2 40 50 29 28
> email: che...@codelutin.com  
> http://www.codelutin.com 
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
> 
  
_
Windows Live Hotmail: Your friends can get your Facebook updates, right from 
Hotmail®.
http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-xm:SI_SB_4:092009

Re: Not a v4.0.0 POM error

2009-11-11 Thread Tony Chemit
Le Wed, 11 Nov 2009 17:00:51 -0600,
Gerardo Corro  a écrit :

> 
> Hi all,
> 
> 
> Today, I was using Maven as usual in my Ubuntu laptop, then I decided to
> update Ubuntu to the 9.10 version, after that I tried to use maven as usual
> but now I get this error all the times I try to compile or install anything:
> 

I suggest you to delete the directory in your local repository

/data/repository/org/apache/maven/plugins/maven-install-plugin/2.3/

anyway, for me nothing to see with ubuntu (I works on it too)

I already had such errors when a download of an artifact failed (for multiple 
reason...)

hope it will help you.

Cheers,

Tony.

> 
> [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local =
> 'e6084a3bb5d435dcb42378cd3273f5db433cb944'; remote = '��' - RETRYING
> Downloading:
> https://www.mycomp.com/maven2/repository/public/org/apache/maven/plugins/maven-install-plugin/2.3/maven-install-plugin-2.3.pom
> 1K downloaded  (maven-install-plugin-2.3.pom) [WARNING] *** CHECKSUM FAILED -
> Checksum failed on download: local =
> 'e6084a3bb5d435dcb42378cd3273f5db433cb944'; remote = '��' - IGNORING [INFO]
> 
> [ERROR] BUILD ERROR [INFO]
> 
> [INFO] Error building POM (may not be this project's POM).
> 
> 
> Project ID: org.apache.maven.plugins:maven-install-plugin
> POM
> Location: 
> /data/repository/org/apache/maven/plugins/maven-install-plugin/2.3/maven-install-plugin-2.3.pom
> 
> Reason: Not a v4.0.0 POM. for project
> org.apache.maven.plugins:maven-install-plugin
> at 
> /data/repository/org/apache/maven/plugins/maven-install-plugin/2.3/maven-install-plugin-2.3.pom
> 
> 
> 
> if using the -e version I get:
> 
> [INFO]
> 
> [INFO] Trace org.apache.maven.lifecycle.LifecycleExecutionException: Unable
> to build project for plugin 'org.apache.maven.plugins:maven-install-plugin':
> Not a v4.0.0 POM. for project org.apache.maven.plugins:maven-install-plugin
> at 
> /data/repository/org/apache/maven/plugins/maven-install-plugin/2.3/maven-install-plugin-2.3.pom
> at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(DefaultLifecycleExecutor.java:1557)
> at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.getMojoDescriptor(DefaultLifecycleExecutor.java:1851)
> at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.bindLifecycleForPackaging(DefaultLifecycleExecutor.java:1311)
> at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.constructLifecycleMappings(DefaultLifecycleExecutor.java:1275)
> 
> 
> 
> Caused by: org.apache.maven.plugin.InvalidPluginException: Unable to build
> project for plugin 'org.apache.maven.plugins:maven-install-plugin': Not a
> v4.0.0 POM. for project org.apache.maven.plugins:maven-install-plugin
> at 
> /data/colibria/repository/org/apache/maven/plugins/maven-install-plugin/2.3/maven-install-plugin-2.3.pom
> at
> org.apache.maven.plugin.DefaultPluginManager.checkRequiredMavenVersion(DefaultPluginManager.java:293)
> at
> org.apache.maven.plugin.DefaultPluginManager.verifyVersionedPlugin(DefaultPluginManager.java:205)
> 
> 
> 
> Please assist. Thanks!
> 
> 
> 
> 
> 
> 
> _
> Windows Live: Keep your friends up to date with what you do online.
> http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-xm:SI_SB_1:092010


-- 

Tony Chemit

tél: +33 (0) 2 40 50 29 28
email: che...@codelutin.com  
http://www.codelutin.com 

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org