Re: How to Get DefaultProjectBuilderConfiguration

2013-02-12 Thread Robert Scholte

Hi,

Take some time to read this chapter [1] and you should be able to find the  
answer.
These pages cover almost every issue you'll hit when writing custom Maven  
plugins.
I noticed these pages are still based on doclet-tags. We've introduced  
annotations recently, but it's quite easy to translate doclet-tags to  
annotations.


Robert

[1]  
http://www.sonatype.com/books/mvnref-book/reference/writing-plugins.html


Op Sun, 10 Feb 2013 01:29:45 +0100 schreef kamaci furkankam...@gmail.com:

How can I get the default project builder configuration of my maven  
project

when I implement my custom maven plugin?

I will get execution properties from it (I think I can get the maven
variables values from it i.e. project.version, bamboo.build.number etc.)  
I

am searching for a way i.e. I will say getProperty(bamboo.build.number)
and it will return me the value of it as like how maven understand its  
value
when it processes a pom.xml If there is another easy way to retrieve it  
you

are welcome.



--
View this message in context:  
http://maven.40175.n5.nabble.com/How-to-Get-DefaultProjectBuilderConfiguration-tp5746525.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


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



How to Get DefaultProjectBuilderConfiguration

2013-02-09 Thread kamaci
How can I get the default project builder configuration of my maven project
when I implement my custom maven plugin?

I will get execution properties from it (I think I can get the maven
variables values from it i.e. project.version, bamboo.build.number etc.) I
am searching for a way i.e. I will say getProperty(bamboo.build.number)
and it will return me the value of it as like how maven understand its value
when it processes a pom.xml If there is another easy way to retrieve it you
are welcome.



--
View this message in context: 
http://maven.40175.n5.nabble.com/How-to-Get-DefaultProjectBuilderConfiguration-tp5746525.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