Use Advanced Search to search the entire archive.
[jsr363-experts] Re: EDR doc
- From: Werner Keil <
>
- To: "
" <
>
- Subject: [jsr363-experts] Re: EDR doc
- Date: Tue, 16 Dec 2014 11:45:06 +0100
Ideally there would be a proper Maven plugin but if we can tweak the
existing ones, why not.
IMHO this must be offered via Maven profiles.
It already works fairly well for the license plugin and though I believe
JSR 354 always builds everything now (including the somewhat lengthy
Asciidoc) we should for efficiency also use it if we converted the Spec
into Asciidoc at a later stage.
Werner
On Tue, Dec 16, 2014 at 11:40 AM, Martin Desruisseaux <
>
wrote:
>
>
Le 16/12/14 19:36, Werner Keil a écrit :
>
> Why would you need them in a POM? Do you plan to compile the API based
>
> on the ME SDK?
>
>
The idea is to make it optional. We can define a Maven property, for
>
example cldc.path, and use this property if an only if it is defined.
>
Otherwise the default JDK installation is used. Developers who have a
>
local CLDC installation could launch Maven as below:
>
>
mvn install -Dcldc.path=/path/to/my/CLDC/directory
>
>
Martin
>
>
>