Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] Enabled Maven project and enabled workspace resolution, but Eclipse not setting Maven classpath etc

Thanks Igor, I'll try that out and I've let the jdocbook folks know - M

On 21 January 2012 20:05, Igor Fedorenko <igor@xxxxxxxxxxxxxx> wrote:
> For maven-jdocbook-plugin, you most likely need to configure 'ignore'
> mapping in your parent pom.xml to suppress 'execution not covered' error
> marker as explained in [1].
>
> [1] http://wiki.eclipse.org/M2E_plugin_execution_not_covered
>
> --
> Regards,
> Igor
>
> On 12-01-21 1:15 PM, Martijn Verburg wrote:
>>
>> Thanks for trying that out!
>>
>> Ah, I was using the Maven -->  Convert existing project option.
>>
>> The import pretty much works except for my jdocbook plugin:
>>
>> "No marketplace entries found to handle
>> maven-jdocbook-plugin:2.3.5:resources in Eclipse.  Please see Help for
>> more information.", I'll go chase that down.
>>
>> Thanks again, I'll have to sticky note that import method on my
>> monitor for future reference.
>>
>> Cheers,
>> Martijn
>>
>> On 21 January 2012 17:54, Igor Fedorenko<igor@xxxxxxxxxxxxxx>  wrote:
>>>
>>> Is there a particular reason you do not use import as existing maven
>>> project wizard? I just tried and it worked just fine as general m2e
>>> functionality is concerned, i.e. project dependencies and source folders
>>> are all there (see attached screenshot). You even get the option to
>>> install wtp and m2e/wtp integration as part of the import, but I have
>>> not tried that.
>>>
>>> --
>>> Regards,
>>> Igor
>>>
>>>
>>> On 12-01-21 12:10 PM, Martijn Verburg wrote:
>>>>
>>>>
>>>> Hi all,
>>>>
>>>> It's a fairly std multi-module project.  You should be able to try it
>>>> out
>>>> via:
>>>>
>>>> svn export https://open.jira.com/svn/IKASAN/branches/ikasaneip-0.8.x
>>>>
>>>> Cheers,
>>>> Martijn
>>>>
>>>>
>>>>
>>>> On 21 January 2012 16:53, Igor Fedorenko<igor@xxxxxxxxxxxxxx>    wrote:
>>>>>
>>>>>
>>>>> Can you provide a sample project and steps to reproduce the problem?
>>>>> --
>>>>> Sent from my SGS
>>>>>
>>>>> Martijn Verburg<martijnverburg@xxxxxxxxx>    wrote:
>>>>>
>>>>>> Hi Igor,
>>>>>>
>>>>>> Yep!  No change :(
>>>>>>
>>>>>> M
>>>>>>
>>>>>> On 21 January 2012 15:57, Igor Fedorenko<igor@xxxxxxxxxxxxxx>
>>>>>>  wrote:
>>>>>>>
>>>>>>>
>>>>>>> Did you try right-click->Maven->Update_project_configuration?
>>>>>>>
>>>>>>> --
>>>>>>> Regards,
>>>>>>> Igor
>>>>>>>
>>>>>>>
>>>>>>> On 12-01-21 9:51 AM, Martijn Verburg wrote:
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> Hi all,
>>>>>>>>
>>>>>>>> I've enabled my project to be a maven project and enabled workspace
>>>>>>>> resolution, but the the m2e plugin didn't do its usual work of
>>>>>>
>>>>>>
>>>>>> setting
>>>>>>>>
>>>>>>>>
>>>>>>>> up a maven based classpath etc.
>>>>>>>>
>>>>>>>> I'm using eclipse 3.7.1 and the latest prd version of m2e.
>>>>>>>>
>>>>>>>> I'm not sure what steps to take to try and manually trigger the
>>>>>>
>>>>>>
>>>>>> plugin to
>>>>>>>>
>>>>>>>>
>>>>>>>> work?
>>>>>>>>
>>>>>>>> Cheers,
>>>>>>>> Martijn
>>>>>>>> _______________________________________________
>>>>>>>> m2e-users mailing list
>>>>>>>> m2e-users@xxxxxxxxxxx
>>>>>>>> https://dev.eclipse.org/mailman/listinfo/m2e-users
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> _______________________________________________
>>>>>>> m2e-users mailing list
>>>>>>> m2e-users@xxxxxxxxxxx
>>>>>>> https://dev.eclipse.org/mailman/listinfo/m2e-users
>>>>>>
>>>>>>
>>>>>> _______________________________________________
>>>>>> m2e-users mailing list
>>>>>> m2e-users@xxxxxxxxxxx
>>>>>> https://dev.eclipse.org/mailman/listinfo/m2e-users
>>>>>
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> m2e-users mailing list
>>>>> m2e-users@xxxxxxxxxxx
>>>>> https://dev.eclipse.org/mailman/listinfo/m2e-users
>>>>
>>>>
>>>> _______________________________________________
>>>> m2e-users mailing list
>>>> m2e-users@xxxxxxxxxxx
>>>> https://dev.eclipse.org/mailman/listinfo/m2e-users
>>>
>>>
>>>
>>> _______________________________________________
>>> m2e-users mailing list
>>> m2e-users@xxxxxxxxxxx
>>> https://dev.eclipse.org/mailman/listinfo/m2e-users
>>>
>> _______________________________________________
>> m2e-users mailing list
>> m2e-users@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/m2e-users
>
> _______________________________________________
> m2e-users mailing list
> m2e-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/m2e-users


Back to the top