Just for reference. Sonatype controls this book and I act as the curator of
changes. There is no active work going on but it is all CC licensed and the
github repo is available to the public.
https://github.com/sonatype/maven-reference-en
We do appreciate any pull requests and contributions an
You may want to take a look at the following:
https://github.com/takari/core-extensions-example
On Apr 10, 2015, at 3:29 PM, Laurence Bordowitz
wrote:
>> Remove every content from your local repository ($HOME/.m2/repository
>> simply empty)...and just do:
>>
>> mvn package
>>
>> does this w
Hi Laurence,
On 4/10/15 9:29 PM, Laurence Bordowitz wrote:
>Remove every content from your local repository ($HOME/.m2/repository
>simply empty)...and just do:
>
>mvn package
>
>does this work without any problem..?
The command we use for building is
mvn -P[profile] clean install -T 1C