Re: Maven Site

2009-09-19 Thread nnocerino

Anders

I tried v2.1.2 and after downloading all the dependencies found that I still
get the same error.  So now on to option 2.  How do i add that dependency to
the plugin's dependencies?  Can you help by providing the example?

Thanks,
Nick

Anders Hammar wrote:
> 
> Seems as there is a missing dependency to commons-lang in
> maven-project-info-reports-plugin v2.1. You can fix that yourself by
> adding
> that dependency to the plugin's dependencies section in your pom. See
> http://maven.apache.org/pom.html#Plugins
> 
> You should also try v2.1.2 to see if that bug has been fixed.
> 
> /Anders
> 
> On Fri, Sep 18, 2009 at 15:57, Nocerino, Nicandro W4LAB <
> nicandro.nocer...@cigna.com> wrote:
> 
>> I am trying to use the mvn site command and every time I run it I get
>> the following error:
>>
>> [INFO] Error getting reports from the plugin
>> 'org.apache.maven.plugins:maven-pro
>> ject-info-reports-plugin:2.1': Unable to load the mojo
>> 'org.apache.maven.plugins
>> :maven-project-info-reports-plugin:2.1:plugin-management' in the plugin
>> 'org.apa
>> che.maven.plugins:maven-project-info-reports-plugin'. A required class
>> is missin
>> g: org/apache/commons/lang/StringUtils
>> org.apache.commons.lang.StringUtils
>>
>> I am new to maven so there maybe something I am missing, hope someone
>> can help.
>>
>> Nick Nocerino
>> Clinical IT
>> Phone: (860) 226-2131
>> nicandro.nocer...@cigna.com
>>
>> Confidential, unpublished property of CIGNA
>> Do not duplicate or distribute
>> Use and distribution limited solely to authorized personnel
>> (C) Copyright 2009 by CIGNA
>>
>>
>>
>> --
>> CONFIDENTIALITY NOTICE: If you have received this email in error, please
>> immediately notify the sender by e-mail at the address shown.  This email
>> transmission may contain confidential information.  This information is
>> intended only for the use of the individual(s) or entity to whom it is
>> intended even if addressed incorrectly.  Please delete it from your files
>> if
>> you are not the intended recipient.  Thank you for your compliance.
>>  Copyright 2009 CIGNA
>>
>> ==
>>
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Maven-Site-tp25509471p25525594.html
Sent from the Maven - Users mailing list archive at Nabble.com.


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



Re: Maven Site

2009-09-25 Thread nnocerino

Yes I did and I am still getting the same error.  Any ideas what I could do?



Anders Hammar wrote:
> 
> Did you have a look at the doc link I provided?
> 
> /Anders
> 
> On Sat, Sep 19, 2009 at 23:31, nnocerino
> wrote:
> 
>>
>> Anders
>>
>> I tried v2.1.2 and after downloading all the dependencies found that I
>> still
>> get the same error.  So now on to option 2.  How do i add that dependency
>> to
>> the plugin's dependencies?  Can you help by providing the example?
>>
>> Thanks,
>> Nick
>>
>> Anders Hammar wrote:
>> >
>> > Seems as there is a missing dependency to commons-lang in
>> > maven-project-info-reports-plugin v2.1. You can fix that yourself by
>> > adding
>> > that dependency to the plugin's dependencies section in your pom. See
>> > http://maven.apache.org/pom.html#Plugins
>> >
>> > You should also try v2.1.2 to see if that bug has been fixed.
>> >
>> > /Anders
>> >
>> > On Fri, Sep 18, 2009 at 15:57, Nocerino, Nicandro W4LAB <
>> > nicandro.nocer...@cigna.com> wrote:
>> >
>> >> I am trying to use the mvn site command and every time I run it I get
>> >> the following error:
>> >>
>> >> [INFO] Error getting reports from the plugin
>> >> 'org.apache.maven.plugins:maven-pro
>> >> ject-info-reports-plugin:2.1': Unable to load the mojo
>> >> 'org.apache.maven.plugins
>> >> :maven-project-info-reports-plugin:2.1:plugin-management' in the
>> plugin
>> >> 'org.apa
>> >> che.maven.plugins:maven-project-info-reports-plugin'. A required class
>> >> is missin
>> >> g: org/apache/commons/lang/StringUtils
>> >> org.apache.commons.lang.StringUtils
>> >>
>> >> I am new to maven so there maybe something I am missing, hope someone
>> >> can help.
>> >>
>> >> Nick Nocerino
>> >> Clinical IT
>> >> Phone: (860) 226-2131
>> >> nicandro.nocer...@cigna.com
>> >>
>> >> Confidential, unpublished property of CIGNA
>> >> Do not duplicate or distribute
>> >> Use and distribution limited solely to authorized personnel
>> >> (C) Copyright 2009 by CIGNA
>> >>
>> >>
>> >>
>> >>
>> --
>> >> CONFIDENTIALITY NOTICE: If you have received this email in error,
>> please
>> >> immediately notify the sender by e-mail at the address shown.  This
>> email
>> >> transmission may contain confidential information.  This information
>> is
>> >> intended only for the use of the individual(s) or entity to whom it is
>> >> intended even if addressed incorrectly.  Please delete it from your
>> files
>> >> if
>> >> you are not the intended recipient.  Thank you for your compliance.
>> >>  Copyright 2009 CIGNA
>> >>
>> >>
>> ==
>> >>
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Maven-Site-tp25509471p25525594.html
>> Sent from the Maven - Users mailing list archive at Nabble.com.
>>
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
>> For additional commands, e-mail: users-h...@maven.apache.org
>>
>>
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Maven-Site-tp25509471p25611127.html
Sent from the Maven - Users mailing list archive at Nabble.com.


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



Re: Maven Site

2009-09-25 Thread nnocerino

 As I was pasting the snippet of code, I noticed where the issue was, I had
placed the dependency under the wrong plugin.  Problem when you multitask! 
Well thanks for all your help and support, I am sure I will be asking other
questions.

Nick 

Anders Hammar wrote:
> 
> Paste your pom snippet here would allow us to check it.
> 
> /A
> 
> On Fri, Sep 25, 2009 at 14:18, nnocerino
> wrote:
> 
>>
>> Yes I did and I am still getting the same error.  Any ideas what I could
>> do?
>>
>>
>>
>> Anders Hammar wrote:
>> >
>> > Did you have a look at the doc link I provided?
>> >
>> > /Anders
>> >
>> > On Sat, Sep 19, 2009 at 23:31, nnocerino
>> > wrote:
>> >
>> >>
>> >> Anders
>> >>
>> >> I tried v2.1.2 and after downloading all the dependencies found that I
>> >> still
>> >> get the same error.  So now on to option 2.  How do i add that
>> dependency
>> >> to
>> >> the plugin's dependencies?  Can you help by providing the example?
>> >>
>> >> Thanks,
>> >> Nick
>> >>
>> >> Anders Hammar wrote:
>> >> >
>> >> > Seems as there is a missing dependency to commons-lang in
>> >> > maven-project-info-reports-plugin v2.1. You can fix that yourself by
>> >> > adding
>> >> > that dependency to the plugin's dependencies section in your pom.
>> See
>> >> > http://maven.apache.org/pom.html#Plugins
>> >> >
>> >> > You should also try v2.1.2 to see if that bug has been fixed.
>> >> >
>> >> > /Anders
>> >> >
>> >> > On Fri, Sep 18, 2009 at 15:57, Nocerino, Nicandro W4LAB <
>> >> > nicandro.nocer...@cigna.com> wrote:
>> >> >
>> >> >> I am trying to use the mvn site command and every time I run it I
>> get
>> >> >> the following error:
>> >> >>
>> >> >> [INFO] Error getting reports from the plugin
>> >> >> 'org.apache.maven.plugins:maven-pro
>> >> >> ject-info-reports-plugin:2.1': Unable to load the mojo
>> >> >> 'org.apache.maven.plugins
>> >> >> :maven-project-info-reports-plugin:2.1:plugin-management' in the
>> >> plugin
>> >> >> 'org.apa
>> >> >> che.maven.plugins:maven-project-info-reports-plugin'. A required
>> class
>> >> >> is missin
>> >> >> g: org/apache/commons/lang/StringUtils
>> >> >> org.apache.commons.lang.StringUtils
>> >> >>
>> >> >> I am new to maven so there maybe something I am missing, hope
>> someone
>> >> >> can help.
>> >> >>
>> >> >> Nick Nocerino
>> >> >> Clinical IT
>> >> >> Phone: (860) 226-2131
>> >> >> nicandro.nocer...@cigna.com
>> >> >>
>> >> >> Confidential, unpublished property of CIGNA
>> >> >> Do not duplicate or distribute
>> >> >> Use and distribution limited solely to authorized personnel
>> >> >> (C) Copyright 2009 by CIGNA
>> >> >>
>> >> >>
>> >> >>
>> >> >>
>> >>
>> --
>> >> >> CONFIDENTIALITY NOTICE: If you have received this email in error,
>> >> please
>> >> >> immediately notify the sender by e-mail at the address shown.  This
>> >> email
>> >> >> transmission may contain confidential information.  This
>> information
>> >> is
>> >> >> intended only for the use of the individual(s) or entity to whom it
>> is
>> >> >> intended even if addressed incorrectly.  Please delete it from your
>> >> files
>> >> >> if
>> >> >> you are not the intended recipient.  Thank you for your compliance.
>> >> >>  Copyright 2009 CIGNA
>> >> >>
>> >> >>
>> >>
>> ==
>> >> >>
>> >> >
>> >> >
>> >>
>> >> --
>> >> View this message in context:
>> >> http://www.nabble.com/Maven-Site-tp25509471p25525594.html
>> >> Sent from the Maven - Users mailing list archive at Nabble.com.
>> >>
>> >>
>> >> -
>> >> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
>> >> For additional commands, e-mail: users-h...@maven.apache.org
>> >>
>> >>
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Maven-Site-tp25509471p25611127.html
>> Sent from the Maven - Users mailing list archive at Nabble.com.
>>
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
>> For additional commands, e-mail: users-h...@maven.apache.org
>>
>>
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Maven-Site-tp25509471p25612306.html
Sent from the Maven - Users mailing list archive at Nabble.com.


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