There will probably be a 3.4 soon-ish once we get some other things sorted
out.
On 11 May 2016 at 19:53, Stephen Connolly
wrote:
> Probably we will wait for JDK 9 to be released so that we can kill off
> support for JDK 7 ;-)
>
> On 11 May 2016 at 19:11, Will Iverson wrote:
>
>> Hi -
>>
>> Asid
Probably we will wait for JDK 9 to be released so that we can kill off
support for JDK 7 ;-)
On 11 May 2016 at 19:11, Will Iverson wrote:
> Hi -
>
> Aside from this wiki page:
>
> https://cwiki.apache.org/confluence/display/MAVEN/Maven+4.0.0
>
> ...I can't find any information about Maven 4.
Hi -
Aside from this wiki page:
https://cwiki.apache.org/confluence/display/MAVEN/Maven+4.0.0
...I can't find any information about Maven 4. No branch created, etc.
Is there a Maven 4 coming?
Thanks!
-Will
Nota Bene: to detect missing dependencies i run dependency:tree and bind to
initialize phase before compilation
http://stackoverflow.com/questions/17978768/how-to-determine-which-maven-dependency-is-needing-a-missing-dependency
HTH!
Martin (decidedly left of CTR) Gainty
> From: michael.ctr.ta
Thank you for the reply Mark.
This problem "fixed itself". Just thought I'd explain here in the event anyone
else was having the same problem.
There were some dependencies I was missing in my POM. They were libraries
needed by the app (I'm new to this app and it is not normally built with Mav
I'm creating a new plugin where i would like the to have "embedded"
configuration.
public abstract class MyAbstractMojo extends AbstractMojo {
@Parameter
private Embedded embedded;
Where the ”embedded" configuration pojo has property injection with default
values.
@Named
public clas