You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@pdfbox.apache.org by Tilman Hausherr <TH...@t-online.de> on 2015/01/24 13:46:02 UTC

Re: Problem building the project with Eclipse and m2e

Am 24.01.2015 um 13:03 schrieb Stefan Falk:
>
> Isn't here anybody else who has built pdfbox in Eclipse? 

to which should be added "with m2e". Assuming the JCE problem is now a 
low priority and the eclipse problem is a high priority, please attach 
the current log unless it's the same you attached to your SO post:
https://stackoverflow.com/questions/28087186/

Re m2e "Plugin execution not covered by lifecycle configuration", I 
found this:
https://stackoverflow.com/questions/6352208/how-to-solve-plugin-execution-not-covered-by-lifecycle-configuration-for-sprin

The best answer here was to introduce "<pluginManagement>" which is 
already done.
*
*The 2nd best answer here was to switch to the Apache Eclipse plug-in 
<http://maven.apache.org/plugins/maven-eclipse-plugin/>.

The 3rd best answer mentions some background on your error message 
"Plugin execution not covered by lifecycle configuration" and points to 
this:
https://www.eclipse.org/m2e/documentation/m2e-execution-not-covered.html
although I guess it's complex stuff like this what would probably make 
me switch to a different tool, i.e. m2e is more part of the problem than 
part of the solution.

Tilman





Re: Problem building the project with Eclipse and m2e

Posted by Maruan Sahyoun <sa...@fileaffairs.de>.
With plugin 

Maruan Sahyoun

> Am 25.01.2015 um 16:37 schrieb Stefan Falk <s....@student.tugraz.at>:
> 
> That would be great!
> 
> But don't you use a plugin for the project integration? Or do you build the project from command line and import the single projects manually?
> 
> Best regards,
> Stefan
> 
>> On 2015-01-25 16:34, Maruan Sahyoun wrote:
>> Hi Stefan - I'm using Eclipse and Maven to build PDFBox - can send you my configuration later today
>> 
>> Maruan Sahyoun
>> 
>>> Am 25.01.2015 um 16:27 schrieb Stefan Falk <s....@student.tugraz.at>:
>>> 
>>> Alright I think I'll use another building tool
>>> 
>>> Can you recommend a plugin that should work "on the fly" with the pdfbox project?
>>> 
>>> I do not necessarily have to use m2e ..
>>> 
>>> Thank you!
>>> 
>>> Best regards, Stefan
>>> 
>>> 
>>>>> On 2015-01-24 13:46, Tilman Hausherr wrote:
>>>>> Am 24.01.2015 um 13:03 schrieb Stefan Falk:
>>>>> 
>>>>> Isn't here anybody else who has built pdfbox in Eclipse?
>>>> to which should be added "with m2e". Assuming the JCE problem is now a low priority and the eclipse problem is a high priority, please attach the current log unless it's the same you attached to your SO post:
>>>> https://stackoverflow.com/questions/28087186/
>>>> 
>>>> Re m2e "Plugin execution not covered by lifecycle configuration", I found this:
>>>> https://stackoverflow.com/questions/6352208/how-to-solve-plugin-execution-not-covered-by-lifecycle-configuration-for-sprin
>>>> 
>>>> The best answer here was to introduce "<pluginManagement>" which is already done.
>>>> *
>>>> *The 2nd best answer here was to switch to the Apache Eclipse plug-in <http://maven.apache.org/plugins/maven-eclipse-plugin/>.
>>>> 
>>>> The 3rd best answer mentions some background on your error message "Plugin execution not covered by lifecycle configuration" and points to this:
>>>> https://www.eclipse.org/m2e/documentation/m2e-execution-not-covered.html
>>>> although I guess it's complex stuff like this what would probably make me switch to a different tool, i.e. m2e is more part of the problem than part of the solution.
>>>> 
>>>> Tilman
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
>>> For additional commands, e-mail: users-help@pdfbox.apache.org
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
>> For additional commands, e-mail: users-help@pdfbox.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
> For additional commands, e-mail: users-help@pdfbox.apache.org
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: users-help@pdfbox.apache.org


Re: Problem building the project with Eclipse and m2e

Posted by Stefan Falk <s....@student.tugraz.at>.
You can use the whole path to the /trunk directory too but Eclipse 
recognizes that beneath /trunk are some other things like the branches 
etc. so this does not have any effect on the build process it just tells 
which "directory" should be mounted as repository and therefore 
displayed in the synchronized view :)

Best regards,
Stefan

On 2015-01-25 21:50, Tilman Hausherr wrote:
> Am 25.01.2015 um 21:18 schrieb Stefan Falk:
>> Added the repository in the synchronized view: 
>> http://svn.apache.org/repos/asf/pdfbox 
>
> Don't know if relevant, but I use
> http://svn.apache.org/repos/asf/pdfbox/trunk
>
> (with "trunk")
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
> For additional commands, e-mail: users-help@pdfbox.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: users-help@pdfbox.apache.org


Re: Problem building the project with Eclipse and m2e

Posted by Tilman Hausherr <TH...@t-online.de>.
Am 25.01.2015 um 21:18 schrieb Stefan Falk:
> Added the repository in the synchronized view: 
> http://svn.apache.org/repos/asf/pdfbox 

Don't know if relevant, but I use
http://svn.apache.org/repos/asf/pdfbox/trunk

(with "trunk")




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: users-help@pdfbox.apache.org


Re: Problem building the project with Eclipse and m2e

Posted by Andreas Lehmkühler <an...@lehmi.de>.

> Martin Schröder <ma...@oneiros.de> hat am 16. März 2015 um 21:26 geschrieben:
> 
> 
> 2015-03-16 20:27 GMT+01:00 Andreas Lehmkuehler <an...@lehmi.de>:
> > Am 13.03.2015 um 13:16 schrieb Martin Schröder:
> >> that gives a lot of projects as expected (after one has the right m2e
> >> connector for subversion (which is difficult with subclipse)).
> >
> > There are other alternatives. Checkout the trunk/unpack the soure zip and
> > import it as existing maven project.
> 
> I tried that first. Then I get one project. Is that better?
Nope, I guess something is still wrong.

Use File->Import->Maven->Existing Maven Projects and choose the top most
directory. Eclipse should propose to import several subprojects. Import them all
and that's it.

AFAIK the maven import feature is only avaiable if m2e is installed.

> > IMHO, m2e is a crappy piece of software and I guess I'm not alone.
> 
> Agreed. But what's the alternative? :-{
I don't know any.

> Best
>    Martin

BR
Andreas Lehmkühler

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: users-help@pdfbox.apache.org


Re: Problem building the project with Eclipse and m2e

Posted by Maruan Sahyoun <sa...@fileaffairs.de>.

> Am 16.03.2015 um 22:23 schrieb Martin Schröder <ma...@oneiros.de>:
> 
> 2015-03-16 22:12 GMT+01:00 Maruan Sahyoun <sa...@fileaffairs.de>:
>> I'm using Eclipse Luna (had other versions before), subversive and m2e. Works fine for me. What are the issues you are having?
> 
> Yes, Eclipse can work with Maven. Somehow. But e.g. where's the manual for m2e?
> In contrast: http://www.adam-bien.com/roller/abien/entry/nothing_compares_8230_to_netbeans
> :-)
> 

of course we can discuss IDEs, m2e … here - IMHO that's off topic as the question is how to build using Eclipse an m2e - that's what I'm trying to help with.

> Best
>   Martin
> 
> PS: Please stop your top-posting.

wasn't intended but an oversight

> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
> For additional commands, e-mail: users-help@pdfbox.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: users-help@pdfbox.apache.org


Re: Problem building the project with Eclipse and m2e

Posted by Martin Schröder <ma...@oneiros.de>.
2015-03-16 22:12 GMT+01:00 Maruan Sahyoun <sa...@fileaffairs.de>:
> I'm using Eclipse Luna (had other versions before), subversive and m2e. Works fine for me. What are the issues you are having?

Yes, Eclipse can work with Maven. Somehow. But e.g. where's the manual for m2e?
In contrast: http://www.adam-bien.com/roller/abien/entry/nothing_compares_8230_to_netbeans
:-)

Best
   Martin

PS: Please stop your top-posting.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: users-help@pdfbox.apache.org


Re: Problem building the project with Eclipse and m2e

Posted by Maruan Sahyoun <sa...@fileaffairs.de>.
Hi,

I'm using Eclipse Luna (had other versions before), subversive and m2e. Works fine for me. What are the issues you are having?

With my setup I can right click on the project and then go 

Run As > Maven build > and in the dialog enter 'clean install' under 'Goals:' 

After the initial run it will now be part of Eclipse Run Configurations and I can rerun it from there, copy and edit the configuration …

BR

Maruan

> Am 16.03.2015 um 21:53 schrieb Eric Douglas <ed...@blockhouse.com>:
> 
> Tell me you're not referring to Net...?  Have they improved it much?  I
> tried it once years ago and it took forever to load.
> 
> I installed m2e and I can't get pdfbox to compile using the Maven in
> Eclipse.  Maybe I didn't install something right.  I had a big Maven plugin
> on Eclipse a couple versions ago, on Juno I think.  It had a lot of right
> click menu options I don't see currently.
> I haven't seen many Maven Java projects.  More people use ant.
> I can build an ant project, though for my personal projects I just compile
> then right click the project and select Export to make a jar.  I just copy
> the folder structure and do import existing to copy to another machine.  I
> just got pdfbox to work by downloading a snapshot and doing an import
> existing project.  I could build a new pdfbox jar using ant though it
> didn't have a build file for fontbox.
> 
> On Mon, Mar 16, 2015 at 4:36 PM, Tilman Hausherr <TH...@t-online.de>
> wrote:
> 
>> Am 16.03.2015 um 21:26 schrieb Martin Schröder:
>> 
>>> 2015-03-16 20:27 GMT+01:00 Andreas Lehmkuehler <an...@lehmi.de>:
>>> 
>>>> Am 13.03.2015 um 13:16 schrieb Martin Schröder:
>>>> 
>>>>> that gives a lot of projects as expected (after one has the right m2e
>>>>> connector for subversion (which is difficult with subclipse)).
>>>>> 
>>>> There are other alternatives. Checkout the trunk/unpack the soure zip and
>>>> import it as existing maven project.
>>>> 
>>> I tried that first. Then I get one project. Is that better?
>>> 
>>> IMHO, m2e is a crappy piece of software and I guess I'm not alone.
>>>> 
>>> Agreed. But what's the alternative? :-{
>>> 
>> 
>> I won't mention a specific IDE, but enter this in google:
>> 
>>    ide maven out of the box
>> 
>> :-)
>> 
>> Tilman
>> 
>> 
>> 
>>> Best
>>>    Martin
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
>>> For additional commands, e-mail: users-help@pdfbox.apache.org
>>> 
>>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
>> For additional commands, e-mail: users-help@pdfbox.apache.org
>> 
>> 


Re: Problem building the project with Eclipse and m2e

Posted by Eric Douglas <ed...@blockhouse.com>.
Tell me you're not referring to Net...?  Have they improved it much?  I
tried it once years ago and it took forever to load.

I installed m2e and I can't get pdfbox to compile using the Maven in
Eclipse.  Maybe I didn't install something right.  I had a big Maven plugin
on Eclipse a couple versions ago, on Juno I think.  It had a lot of right
click menu options I don't see currently.
I haven't seen many Maven Java projects.  More people use ant.
I can build an ant project, though for my personal projects I just compile
then right click the project and select Export to make a jar.  I just copy
the folder structure and do import existing to copy to another machine.  I
just got pdfbox to work by downloading a snapshot and doing an import
existing project.  I could build a new pdfbox jar using ant though it
didn't have a build file for fontbox.

On Mon, Mar 16, 2015 at 4:36 PM, Tilman Hausherr <TH...@t-online.de>
wrote:

> Am 16.03.2015 um 21:26 schrieb Martin Schröder:
>
>> 2015-03-16 20:27 GMT+01:00 Andreas Lehmkuehler <an...@lehmi.de>:
>>
>>> Am 13.03.2015 um 13:16 schrieb Martin Schröder:
>>>
>>>> that gives a lot of projects as expected (after one has the right m2e
>>>> connector for subversion (which is difficult with subclipse)).
>>>>
>>> There are other alternatives. Checkout the trunk/unpack the soure zip and
>>> import it as existing maven project.
>>>
>> I tried that first. Then I get one project. Is that better?
>>
>>  IMHO, m2e is a crappy piece of software and I guess I'm not alone.
>>>
>> Agreed. But what's the alternative? :-{
>>
>
> I won't mention a specific IDE, but enter this in google:
>
>     ide maven out of the box
>
> :-)
>
> Tilman
>
>
>
>> Best
>>     Martin
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
>> For additional commands, e-mail: users-help@pdfbox.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
> For additional commands, e-mail: users-help@pdfbox.apache.org
>
>

Re: Problem building the project with Eclipse and m2e

Posted by Martin Schröder <ma...@oneiros.de>.
2015-03-16 21:36 GMT+01:00 Tilman Hausherr <TH...@t-online.de>:
> I won't mention a specific IDE, but enter this in google:
>
>     ide maven out of the box

It's illuminating:
- netbeans
- intellij
- http://stackoverflow.com/questions/15452874/maven-vs-eclipse :-)

Best
   Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: users-help@pdfbox.apache.org


Re: Problem building the project with Eclipse and m2e

Posted by Tilman Hausherr <TH...@t-online.de>.
Am 16.03.2015 um 21:26 schrieb Martin Schröder:
> 2015-03-16 20:27 GMT+01:00 Andreas Lehmkuehler <an...@lehmi.de>:
>> Am 13.03.2015 um 13:16 schrieb Martin Schröder:
>>> that gives a lot of projects as expected (after one has the right m2e
>>> connector for subversion (which is difficult with subclipse)).
>> There are other alternatives. Checkout the trunk/unpack the soure zip and
>> import it as existing maven project.
> I tried that first. Then I get one project. Is that better?
>
>> IMHO, m2e is a crappy piece of software and I guess I'm not alone.
> Agreed. But what's the alternative? :-{

I won't mention a specific IDE, but enter this in google:

     ide maven out of the box

:-)

Tilman

>
> Best
>     Martin
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
> For additional commands, e-mail: users-help@pdfbox.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: users-help@pdfbox.apache.org


Re: Problem building the project with Eclipse and m2e

Posted by Martin Schröder <ma...@oneiros.de>.
2015-03-16 20:27 GMT+01:00 Andreas Lehmkuehler <an...@lehmi.de>:
> Am 13.03.2015 um 13:16 schrieb Martin Schröder:
>> that gives a lot of projects as expected (after one has the right m2e
>> connector for subversion (which is difficult with subclipse)).
>
> There are other alternatives. Checkout the trunk/unpack the soure zip and
> import it as existing maven project.

I tried that first. Then I get one project. Is that better?

> IMHO, m2e is a crappy piece of software and I guess I'm not alone.

Agreed. But what's the alternative? :-{

Best
   Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: users-help@pdfbox.apache.org


Re: Problem building the project with Eclipse and m2e

Posted by Andreas Lehmkuehler <an...@lehmi.de>.
Am 13.03.2015 um 13:16 schrieb Martin Schröder:
> 2015-01-25 21:18 GMT+01:00 Stefan Falk <s....@student.tugraz.at>:
>> Added the repository in the synchronized view:
>> http://svn.apache.org/repos/asf/pdfbox
>>
>>  From the right-click context menu on the trunk folder: "Checkout as Maven
>> Project..."
>>
>> That's it. I assume it is supposed to work on the fly without any
>> modifications to the pom.xml or something like that.
>
> Thanks,
> that gives a lot of projects as expected (after one has the right m2e
> connector for subversion (which is difficult with subclipse)).
There are other alternatives. Checkout the trunk/unpack the soure zip and import 
it as existing maven project.

> Methinks this project should have a hacking guide mentioning this
> information.
Patches are welcome ;-)

> But with m2e the preflight project gives the dreaeded
> "Plugin execution not covered by lifecycle configuration:
> com.googlecode.maven-download-plugin:download-maven-plugin:1.2.1:wget
> (execution: get-bavaria, phase: generate-test-resources)"
>
> Is there a way to get that working with m2e?
> I can _circumvent_ it with
> https://stackoverflow.com/a/14809920/821436, but that feels unclean...
> (and it modifies the pom.xml)
IMHO, m2e is a crappy piece of software and I guess I'm not alone.
However, I've added some of the needed m2e magic and the error messages disappear.

> Best
>     Martin


BR
Andreas Lehmkühler


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: users-help@pdfbox.apache.org


Re: Problem building the project with Eclipse and m2e

Posted by Martin Schröder <ma...@oneiros.de>.
2015-01-25 21:18 GMT+01:00 Stefan Falk <s....@student.tugraz.at>:
> Added the repository in the synchronized view:
> http://svn.apache.org/repos/asf/pdfbox
>
> From the right-click context menu on the trunk folder: "Checkout as Maven
> Project..."
>
> That's it. I assume it is supposed to work on the fly without any
> modifications to the pom.xml or something like that.

Thanks,
that gives a lot of projects as expected (after one has the right m2e
connector for subversion (which is difficult with subclipse)).

Methinks this project should have a hacking guide mentioning this
information.

But with m2e the preflight project gives the dreaeded
"Plugin execution not covered by lifecycle configuration:
com.googlecode.maven-download-plugin:download-maven-plugin:1.2.1:wget
(execution: get-bavaria, phase: generate-test-resources)"

Is there a way to get that working with m2e?
I can _circumvent_ it with
https://stackoverflow.com/a/14809920/821436, but that feels unclean...
(and it modifies the pom.xml)

Best
   Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: users-help@pdfbox.apache.org


Re: Problem building the project with Eclipse and m2e

Posted by Maruan Sahyoun <sa...@fileaffairs.de>.
Hi Stefan,

my steps:
- add a new workspace
- add the svn location in SVN Repositories view
- do checkout in that view
- right click pom.xml
- select run as Maven build
- enter 'install' in Goals

BR 
Maruan

PS: no worries with the number of mails as long as they are relevant - we are here to help


Am 25.01.2015 um 21:18 schrieb Stefan Falk <s....@student.tugraz.at>:

> Here is how I have done it:
> 
> Added the repository in the synchronized view: http://svn.apache.org/repos/asf/pdfbox
> 
> From the right-click context menu on the trunk folder: "Checkout as Maven Project..."
> 
> That's it. I assume it is supposed to work on the fly without any modifications to the pom.xml or something like that.
> 
> Best regards, Stefan
> 
> PS: Please tell me if you get the feeling that I am writing too many Emails on this channel. I know there are many questions and I don't want to spam your inbox!
> 
> On 2015-01-25 21:10, Maruan Sahyoun wrote:
>> Hi Stefan,
>> 
>> need to redo it as it's being a while since I've done that.
>> 
>> Maruan
>> 
>> Am 25.01.2015 um 20:21 schrieb Stefan Falk <s....@student.tugraz.at>:
>> 
>>> I am using Eclipse Luna (v4.4) and I am using the latest version of m2e using the official update site (|http://download.eclipse.org/technology/m2e/releases|).
>>> 
>>> The auto-build option should be enabled by default but anyway this is enabled in my Eclipse too.
>>> 
>>> If you check out the trunk, does it build without any further changes in the settings or something?
>>> 
>>> 
>>> I don't want to modify the pom.xml since I intend to stay in sync with all changes that is going to be made in the trunk folder.
>>> 
>>> Best regards,
>>> 
>>> Stefan
>>> 
>>> On 2015-01-25 19:27, Maruan Sahyoun wrote:
>>>> Hi Stefan
>>>> 
>>>> I'm using Eclipse 4.4 and for Maven integration m2e 1.5.0. Normally I build from the command line but doing it from Eclipse works too. I've enabled the Java Builder in the Projects Properties in Eclipse to get an automatic rebuild whenever I do changes so errors are reflected in the GUI directly.
>>>> 
>>>> BR
>>>> Maruan
>>>> 
>>>> 
>>>> Am 25.01.2015 um 16:37 schrieb Stefan Falk <s....@student.tugraz.at>:
>>>> 
>>>>> That would be great!
>>>>> 
>>>>> But don't you use a plugin for the project integration? Or do you build the project from command line and import the single projects manually?
>>>>> 
>>>>> Best regards,
>>>>> Stefan
>>>>> 
>>>>> On 2015-01-25 16:34, Maruan Sahyoun wrote:
>>>>>> Hi Stefan - I'm using Eclipse and Maven to build PDFBox - can send you my configuration later today
>>>>>> 
>>>>>> Maruan Sahyoun
>>>>>> 
>>>>>>> Am 25.01.2015 um 16:27 schrieb Stefan Falk <s....@student.tugraz.at>:
>>>>>>> 
>>>>>>> Alright I think I'll use another building tool
>>>>>>> 
>>>>>>> Can you recommend a plugin that should work "on the fly" with the pdfbox project?
>>>>>>> 
>>>>>>> I do not necessarily have to use m2e ..
>>>>>>> 
>>>>>>> Thank you!
>>>>>>> 
>>>>>>> Best regards, Stefan
>>>>>>> 
>>>>>>> 
>>>>>>>> On 2015-01-24 13:46, Tilman Hausherr wrote:
>>>>>>>>> Am 24.01.2015 um 13:03 schrieb Stefan Falk:
>>>>>>>>> 
>>>>>>>>> Isn't here anybody else who has built pdfbox in Eclipse?
>>>>>>>> to which should be added "with m2e". Assuming the JCE problem is now a low priority and the eclipse problem is a high priority, please attach the current log unless it's the same you attached to your SO post:
>>>>>>>> https://stackoverflow.com/questions/28087186/
>>>>>>>> 
>>>>>>>> Re m2e "Plugin execution not covered by lifecycle configuration", I found this:
>>>>>>>> https://stackoverflow.com/questions/6352208/how-to-solve-plugin-execution-not-covered-by-lifecycle-configuration-for-sprin
>>>>>>>> 
>>>>>>>> The best answer here was to introduce "<pluginManagement>" which is already done.
>>>>>>>> *
>>>>>>>> *The 2nd best answer here was to switch to the Apache Eclipse plug-in <http://maven.apache.org/plugins/maven-eclipse-plugin/>.
>>>>>>>> 
>>>>>>>> The 3rd best answer mentions some background on your error message "Plugin execution not covered by lifecycle configuration" and points to this:
>>>>>>>> https://www.eclipse.org/m2e/documentation/m2e-execution-not-covered.html
>>>>>>>> although I guess it's complex stuff like this what would probably make me switch to a different tool, i.e. m2e is more part of the problem than part of the solution.
>>>>>>>> 
>>>>>>>> Tilman
>>>>>>>> 
>>>>>>>> 
>>>>>>>> 
>>>>>>>> 
>>>>>>>> 
>>>>>>> ---------------------------------------------------------------------
>>>>>>> To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
>>>>>>> For additional commands, e-mail: users-help@pdfbox.apache.org
>>>>>>> 
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
>>>>>> For additional commands, e-mail: users-help@pdfbox.apache.org
>>>>>> 
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
>>>>> For additional commands, e-mail: users-help@pdfbox.apache.org
>>>>> 
>> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
> For additional commands, e-mail: users-help@pdfbox.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: users-help@pdfbox.apache.org


Re: Problem building the project with Eclipse and m2e

Posted by Stefan Falk <s....@student.tugraz.at>.
Here is how I have done it:

Added the repository in the synchronized view: 
http://svn.apache.org/repos/asf/pdfbox

 From the right-click context menu on the trunk folder: "Checkout as 
Maven Project..."

That's it. I assume it is supposed to work on the fly without any 
modifications to the pom.xml or something like that.

Best regards, Stefan

PS: Please tell me if you get the feeling that I am writing too many 
Emails on this channel. I know there are many questions and I don't want 
to spam your inbox!

On 2015-01-25 21:10, Maruan Sahyoun wrote:
> Hi Stefan,
>
> need to redo it as it's being a while since I've done that.
>
> Maruan
>
> Am 25.01.2015 um 20:21 schrieb Stefan Falk <s....@student.tugraz.at>:
>
>> I am using Eclipse Luna (v4.4) and I am using the latest version of m2e using the official update site (|http://download.eclipse.org/technology/m2e/releases|).
>>
>> The auto-build option should be enabled by default but anyway this is enabled in my Eclipse too.
>>
>> If you check out the trunk, does it build without any further changes in the settings or something?
>>
>>
>> I don't want to modify the pom.xml since I intend to stay in sync with all changes that is going to be made in the trunk folder.
>>
>> Best regards,
>>
>> Stefan
>>
>> On 2015-01-25 19:27, Maruan Sahyoun wrote:
>>> Hi Stefan
>>>
>>> I'm using Eclipse 4.4 and for Maven integration m2e 1.5.0. Normally I build from the command line but doing it from Eclipse works too. I've enabled the Java Builder in the Projects Properties in Eclipse to get an automatic rebuild whenever I do changes so errors are reflected in the GUI directly.
>>>
>>> BR
>>> Maruan
>>>
>>>
>>> Am 25.01.2015 um 16:37 schrieb Stefan Falk <s....@student.tugraz.at>:
>>>
>>>> That would be great!
>>>>
>>>> But don't you use a plugin for the project integration? Or do you build the project from command line and import the single projects manually?
>>>>
>>>> Best regards,
>>>> Stefan
>>>>
>>>> On 2015-01-25 16:34, Maruan Sahyoun wrote:
>>>>> Hi Stefan - I'm using Eclipse and Maven to build PDFBox - can send you my configuration later today
>>>>>
>>>>> Maruan Sahyoun
>>>>>
>>>>>> Am 25.01.2015 um 16:27 schrieb Stefan Falk <s....@student.tugraz.at>:
>>>>>>
>>>>>> Alright I think I'll use another building tool
>>>>>>
>>>>>> Can you recommend a plugin that should work "on the fly" with the pdfbox project?
>>>>>>
>>>>>> I do not necessarily have to use m2e ..
>>>>>>
>>>>>> Thank you!
>>>>>>
>>>>>> Best regards, Stefan
>>>>>>
>>>>>>
>>>>>>> On 2015-01-24 13:46, Tilman Hausherr wrote:
>>>>>>>> Am 24.01.2015 um 13:03 schrieb Stefan Falk:
>>>>>>>>
>>>>>>>> Isn't here anybody else who has built pdfbox in Eclipse?
>>>>>>> to which should be added "with m2e". Assuming the JCE problem is now a low priority and the eclipse problem is a high priority, please attach the current log unless it's the same you attached to your SO post:
>>>>>>> https://stackoverflow.com/questions/28087186/
>>>>>>>
>>>>>>> Re m2e "Plugin execution not covered by lifecycle configuration", I found this:
>>>>>>> https://stackoverflow.com/questions/6352208/how-to-solve-plugin-execution-not-covered-by-lifecycle-configuration-for-sprin
>>>>>>>
>>>>>>> The best answer here was to introduce "<pluginManagement>" which is already done.
>>>>>>> *
>>>>>>> *The 2nd best answer here was to switch to the Apache Eclipse plug-in <http://maven.apache.org/plugins/maven-eclipse-plugin/>.
>>>>>>>
>>>>>>> The 3rd best answer mentions some background on your error message "Plugin execution not covered by lifecycle configuration" and points to this:
>>>>>>> https://www.eclipse.org/m2e/documentation/m2e-execution-not-covered.html
>>>>>>> although I guess it's complex stuff like this what would probably make me switch to a different tool, i.e. m2e is more part of the problem than part of the solution.
>>>>>>>
>>>>>>> Tilman
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
>>>>>> For additional commands, e-mail: users-help@pdfbox.apache.org
>>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
>>>>> For additional commands, e-mail: users-help@pdfbox.apache.org
>>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
>>>> For additional commands, e-mail: users-help@pdfbox.apache.org
>>>>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: users-help@pdfbox.apache.org


Re: Problem building the project with Eclipse and m2e

Posted by Maruan Sahyoun <sa...@fileaffairs.de>.
Hi Stefan,

need to redo it as it's being a while since I've done that.

Maruan

Am 25.01.2015 um 20:21 schrieb Stefan Falk <s....@student.tugraz.at>:

> I am using Eclipse Luna (v4.4) and I am using the latest version of m2e using the official update site (|http://download.eclipse.org/technology/m2e/releases|).
> 
> The auto-build option should be enabled by default but anyway this is enabled in my Eclipse too.
> 
> If you check out the trunk, does it build without any further changes in the settings or something?
> 
> 
> I don't want to modify the pom.xml since I intend to stay in sync with all changes that is going to be made in the trunk folder.
> 
> Best regards,
> 
> Stefan
> 
> On 2015-01-25 19:27, Maruan Sahyoun wrote:
>> Hi Stefan
>> 
>> I'm using Eclipse 4.4 and for Maven integration m2e 1.5.0. Normally I build from the command line but doing it from Eclipse works too. I've enabled the Java Builder in the Projects Properties in Eclipse to get an automatic rebuild whenever I do changes so errors are reflected in the GUI directly.
>> 
>> BR
>> Maruan
>> 
>> 
>> Am 25.01.2015 um 16:37 schrieb Stefan Falk <s....@student.tugraz.at>:
>> 
>>> That would be great!
>>> 
>>> But don't you use a plugin for the project integration? Or do you build the project from command line and import the single projects manually?
>>> 
>>> Best regards,
>>> Stefan
>>> 
>>> On 2015-01-25 16:34, Maruan Sahyoun wrote:
>>>> Hi Stefan - I'm using Eclipse and Maven to build PDFBox - can send you my configuration later today
>>>> 
>>>> Maruan Sahyoun
>>>> 
>>>>> Am 25.01.2015 um 16:27 schrieb Stefan Falk <s....@student.tugraz.at>:
>>>>> 
>>>>> Alright I think I'll use another building tool
>>>>> 
>>>>> Can you recommend a plugin that should work "on the fly" with the pdfbox project?
>>>>> 
>>>>> I do not necessarily have to use m2e ..
>>>>> 
>>>>> Thank you!
>>>>> 
>>>>> Best regards, Stefan
>>>>> 
>>>>> 
>>>>>> On 2015-01-24 13:46, Tilman Hausherr wrote:
>>>>>>> Am 24.01.2015 um 13:03 schrieb Stefan Falk:
>>>>>>> 
>>>>>>> Isn't here anybody else who has built pdfbox in Eclipse?
>>>>>> to which should be added "with m2e". Assuming the JCE problem is now a low priority and the eclipse problem is a high priority, please attach the current log unless it's the same you attached to your SO post:
>>>>>> https://stackoverflow.com/questions/28087186/
>>>>>> 
>>>>>> Re m2e "Plugin execution not covered by lifecycle configuration", I found this:
>>>>>> https://stackoverflow.com/questions/6352208/how-to-solve-plugin-execution-not-covered-by-lifecycle-configuration-for-sprin
>>>>>> 
>>>>>> The best answer here was to introduce "<pluginManagement>" which is already done.
>>>>>> *
>>>>>> *The 2nd best answer here was to switch to the Apache Eclipse plug-in <http://maven.apache.org/plugins/maven-eclipse-plugin/>.
>>>>>> 
>>>>>> The 3rd best answer mentions some background on your error message "Plugin execution not covered by lifecycle configuration" and points to this:
>>>>>> https://www.eclipse.org/m2e/documentation/m2e-execution-not-covered.html
>>>>>> although I guess it's complex stuff like this what would probably make me switch to a different tool, i.e. m2e is more part of the problem than part of the solution.
>>>>>> 
>>>>>> Tilman
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> 
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
>>>>> For additional commands, e-mail: users-help@pdfbox.apache.org
>>>>> 
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
>>>> For additional commands, e-mail: users-help@pdfbox.apache.org
>>>> 
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
>>> For additional commands, e-mail: users-help@pdfbox.apache.org
>>> 
>> 
> 


Re: Problem building the project with Eclipse and m2e

Posted by Stefan Falk <s....@student.tugraz.at>.
I am using Eclipse Luna (v4.4) and I am using the latest version of m2e 
using the official update site 
(|http://download.eclipse.org/technology/m2e/releases|).

The auto-build option should be enabled by default but anyway this is 
enabled in my Eclipse too.

If you check out the trunk, does it build without any further changes in 
the settings or something?


I don't want to modify the pom.xml since I intend to stay in sync with 
all changes that is going to be made in the trunk folder.

Best regards,

Stefan

On 2015-01-25 19:27, Maruan Sahyoun wrote:
> Hi Stefan
>
> I'm using Eclipse 4.4 and for Maven integration m2e 1.5.0. Normally I build from the command line but doing it from Eclipse works too. I've enabled the Java Builder in the Projects Properties in Eclipse to get an automatic rebuild whenever I do changes so errors are reflected in the GUI directly.
>
> BR
> Maruan
>
>
> Am 25.01.2015 um 16:37 schrieb Stefan Falk <s....@student.tugraz.at>:
>
>> That would be great!
>>
>> But don't you use a plugin for the project integration? Or do you build the project from command line and import the single projects manually?
>>
>> Best regards,
>> Stefan
>>
>> On 2015-01-25 16:34, Maruan Sahyoun wrote:
>>> Hi Stefan - I'm using Eclipse and Maven to build PDFBox - can send you my configuration later today
>>>
>>> Maruan Sahyoun
>>>
>>>> Am 25.01.2015 um 16:27 schrieb Stefan Falk <s....@student.tugraz.at>:
>>>>
>>>> Alright I think I'll use another building tool
>>>>
>>>> Can you recommend a plugin that should work "on the fly" with the pdfbox project?
>>>>
>>>> I do not necessarily have to use m2e ..
>>>>
>>>> Thank you!
>>>>
>>>> Best regards, Stefan
>>>>
>>>>
>>>>> On 2015-01-24 13:46, Tilman Hausherr wrote:
>>>>>> Am 24.01.2015 um 13:03 schrieb Stefan Falk:
>>>>>>
>>>>>> Isn't here anybody else who has built pdfbox in Eclipse?
>>>>> to which should be added "with m2e". Assuming the JCE problem is now a low priority and the eclipse problem is a high priority, please attach the current log unless it's the same you attached to your SO post:
>>>>> https://stackoverflow.com/questions/28087186/
>>>>>
>>>>> Re m2e "Plugin execution not covered by lifecycle configuration", I found this:
>>>>> https://stackoverflow.com/questions/6352208/how-to-solve-plugin-execution-not-covered-by-lifecycle-configuration-for-sprin
>>>>>
>>>>> The best answer here was to introduce "<pluginManagement>" which is already done.
>>>>> *
>>>>> *The 2nd best answer here was to switch to the Apache Eclipse plug-in <http://maven.apache.org/plugins/maven-eclipse-plugin/>.
>>>>>
>>>>> The 3rd best answer mentions some background on your error message "Plugin execution not covered by lifecycle configuration" and points to this:
>>>>> https://www.eclipse.org/m2e/documentation/m2e-execution-not-covered.html
>>>>> although I guess it's complex stuff like this what would probably make me switch to a different tool, i.e. m2e is more part of the problem than part of the solution.
>>>>>
>>>>> Tilman
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
>>>> For additional commands, e-mail: users-help@pdfbox.apache.org
>>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
>>> For additional commands, e-mail: users-help@pdfbox.apache.org
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
>> For additional commands, e-mail: users-help@pdfbox.apache.org
>>
>


Re: Problem building the project with Eclipse and m2e

Posted by Maruan Sahyoun <sa...@fileaffairs.de>.
Hi Stefan

I'm using Eclipse 4.4 and for Maven integration m2e 1.5.0. Normally I build from the command line but doing it from Eclipse works too. I've enabled the Java Builder in the Projects Properties in Eclipse to get an automatic rebuild whenever I do changes so errors are reflected in the GUI directly.

BR
Maruan


Am 25.01.2015 um 16:37 schrieb Stefan Falk <s....@student.tugraz.at>:

> That would be great!
> 
> But don't you use a plugin for the project integration? Or do you build the project from command line and import the single projects manually?
> 
> Best regards,
> Stefan
> 
> On 2015-01-25 16:34, Maruan Sahyoun wrote:
>> Hi Stefan - I'm using Eclipse and Maven to build PDFBox - can send you my configuration later today
>> 
>> Maruan Sahyoun
>> 
>>> Am 25.01.2015 um 16:27 schrieb Stefan Falk <s....@student.tugraz.at>:
>>> 
>>> Alright I think I'll use another building tool
>>> 
>>> Can you recommend a plugin that should work "on the fly" with the pdfbox project?
>>> 
>>> I do not necessarily have to use m2e ..
>>> 
>>> Thank you!
>>> 
>>> Best regards, Stefan
>>> 
>>> 
>>>> On 2015-01-24 13:46, Tilman Hausherr wrote:
>>>>> Am 24.01.2015 um 13:03 schrieb Stefan Falk:
>>>>> 
>>>>> Isn't here anybody else who has built pdfbox in Eclipse?
>>>> to which should be added "with m2e". Assuming the JCE problem is now a low priority and the eclipse problem is a high priority, please attach the current log unless it's the same you attached to your SO post:
>>>> https://stackoverflow.com/questions/28087186/
>>>> 
>>>> Re m2e "Plugin execution not covered by lifecycle configuration", I found this:
>>>> https://stackoverflow.com/questions/6352208/how-to-solve-plugin-execution-not-covered-by-lifecycle-configuration-for-sprin
>>>> 
>>>> The best answer here was to introduce "<pluginManagement>" which is already done.
>>>> *
>>>> *The 2nd best answer here was to switch to the Apache Eclipse plug-in <http://maven.apache.org/plugins/maven-eclipse-plugin/>.
>>>> 
>>>> The 3rd best answer mentions some background on your error message "Plugin execution not covered by lifecycle configuration" and points to this:
>>>> https://www.eclipse.org/m2e/documentation/m2e-execution-not-covered.html
>>>> although I guess it's complex stuff like this what would probably make me switch to a different tool, i.e. m2e is more part of the problem than part of the solution.
>>>> 
>>>> Tilman
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
>>> For additional commands, e-mail: users-help@pdfbox.apache.org
>>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
>> For additional commands, e-mail: users-help@pdfbox.apache.org
>> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
> For additional commands, e-mail: users-help@pdfbox.apache.org
> 


Re: Problem building the project with Eclipse and m2e

Posted by Stefan Falk <s....@student.tugraz.at>.
That would be great!

But don't you use a plugin for the project integration? Or do you build 
the project from command line and import the single projects manually?

Best regards,
Stefan

On 2015-01-25 16:34, Maruan Sahyoun wrote:
> Hi Stefan - I'm using Eclipse and Maven to build PDFBox - can send you my configuration later today
>
> Maruan Sahyoun
>
>> Am 25.01.2015 um 16:27 schrieb Stefan Falk <s....@student.tugraz.at>:
>>
>> Alright I think I'll use another building tool
>>
>> Can you recommend a plugin that should work "on the fly" with the pdfbox project?
>>
>> I do not necessarily have to use m2e ..
>>
>> Thank you!
>>
>> Best regards, Stefan
>>
>>
>>> On 2015-01-24 13:46, Tilman Hausherr wrote:
>>>> Am 24.01.2015 um 13:03 schrieb Stefan Falk:
>>>>
>>>> Isn't here anybody else who has built pdfbox in Eclipse?
>>> to which should be added "with m2e". Assuming the JCE problem is now a low priority and the eclipse problem is a high priority, please attach the current log unless it's the same you attached to your SO post:
>>> https://stackoverflow.com/questions/28087186/
>>>
>>> Re m2e "Plugin execution not covered by lifecycle configuration", I found this:
>>> https://stackoverflow.com/questions/6352208/how-to-solve-plugin-execution-not-covered-by-lifecycle-configuration-for-sprin
>>>
>>> The best answer here was to introduce "<pluginManagement>" which is already done.
>>> *
>>> *The 2nd best answer here was to switch to the Apache Eclipse plug-in <http://maven.apache.org/plugins/maven-eclipse-plugin/>.
>>>
>>> The 3rd best answer mentions some background on your error message "Plugin execution not covered by lifecycle configuration" and points to this:
>>> https://www.eclipse.org/m2e/documentation/m2e-execution-not-covered.html
>>> although I guess it's complex stuff like this what would probably make me switch to a different tool, i.e. m2e is more part of the problem than part of the solution.
>>>
>>> Tilman
>>>
>>>
>>>
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
>> For additional commands, e-mail: users-help@pdfbox.apache.org
>>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
> For additional commands, e-mail: users-help@pdfbox.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: users-help@pdfbox.apache.org


Re: Problem building the project with Eclipse and m2e

Posted by Maruan Sahyoun <sa...@fileaffairs.de>.
Hi Stefan - I'm using Eclipse and Maven to build PDFBox - can send you my configuration later today

Maruan Sahyoun

> Am 25.01.2015 um 16:27 schrieb Stefan Falk <s....@student.tugraz.at>:
> 
> Alright I think I'll use another building tool
> 
> Can you recommend a plugin that should work "on the fly" with the pdfbox project?
> 
> I do not necessarily have to use m2e ..
> 
> Thank you!
> 
> Best regards, Stefan
> 
> 
>> On 2015-01-24 13:46, Tilman Hausherr wrote:
>>> Am 24.01.2015 um 13:03 schrieb Stefan Falk:
>>> 
>>> Isn't here anybody else who has built pdfbox in Eclipse? 
>> 
>> to which should be added "with m2e". Assuming the JCE problem is now a low priority and the eclipse problem is a high priority, please attach the current log unless it's the same you attached to your SO post:
>> https://stackoverflow.com/questions/28087186/
>> 
>> Re m2e "Plugin execution not covered by lifecycle configuration", I found this:
>> https://stackoverflow.com/questions/6352208/how-to-solve-plugin-execution-not-covered-by-lifecycle-configuration-for-sprin 
>> 
>> The best answer here was to introduce "<pluginManagement>" which is already done.
>> *
>> *The 2nd best answer here was to switch to the Apache Eclipse plug-in <http://maven.apache.org/plugins/maven-eclipse-plugin/>.
>> 
>> The 3rd best answer mentions some background on your error message "Plugin execution not covered by lifecycle configuration" and points to this:
>> https://www.eclipse.org/m2e/documentation/m2e-execution-not-covered.html
>> although I guess it's complex stuff like this what would probably make me switch to a different tool, i.e. m2e is more part of the problem than part of the solution.
>> 
>> Tilman
>> 
>> 
>> 
>> 
>> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
> For additional commands, e-mail: users-help@pdfbox.apache.org
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: users-help@pdfbox.apache.org


Re: Problem building the project with Eclipse and m2e

Posted by Stefan Falk <s....@student.tugraz.at>.
Alright I think I'll use another building tool

Can you recommend a plugin that should work "on the fly" with the pdfbox 
project?

I do not necessarily have to use m2e ..

Thank you!

Best regards, Stefan


On 2015-01-24 13:46, Tilman Hausherr wrote:
> Am 24.01.2015 um 13:03 schrieb Stefan Falk:
>>
>> Isn't here anybody else who has built pdfbox in Eclipse? 
>
> to which should be added "with m2e". Assuming the JCE problem is now a 
> low priority and the eclipse problem is a high priority, please attach 
> the current log unless it's the same you attached to your SO post:
> https://stackoverflow.com/questions/28087186/
>
> Re m2e "Plugin execution not covered by lifecycle configuration", I 
> found this:
> https://stackoverflow.com/questions/6352208/how-to-solve-plugin-execution-not-covered-by-lifecycle-configuration-for-sprin 
>
>
> The best answer here was to introduce "<pluginManagement>" which is 
> already done.
> *
> *The 2nd best answer here was to switch to the Apache Eclipse plug-in 
> <http://maven.apache.org/plugins/maven-eclipse-plugin/>.
>
> The 3rd best answer mentions some background on your error message 
> "Plugin execution not covered by lifecycle configuration" and points 
> to this:
> https://www.eclipse.org/m2e/documentation/m2e-execution-not-covered.html
> although I guess it's complex stuff like this what would probably make 
> me switch to a different tool, i.e. m2e is more part of the problem 
> than part of the solution.
>
> Tilman
>
>
>
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: users-help@pdfbox.apache.org