You can specify the modules that you want to install or ignore

mvn clean install -pl !jena-core


should do the trick and omit jena-core


On 04.01.2017 15:53, Samur Araujo wrote:
> My forked version overwrite the dependencies. I do not want it to get the
> jena-core from repository but look for it locally, in the jena-master local
> folder structure.
>
> Is there any way to easily configure this?
>
> On 4 January 2017 at 15:03, Andy Seaborne <a...@apache.org> wrote:
>
>> "mvn clean install"
>>
>>
>> On 04/01/17 13:17, Samur Araujo wrote:
>>
>>> Hi all, how do I compile a forked version of Jena?
>>>
>>> What are the parameters I need to be passed to maven?
>>>
>>> I used "mvn package -o"
>>>
>>> But I got the error:
>>>
>>> Could not resolve dependencies.
>>>
>> You will need to let it down dependencies at least once.
>>
>> See "mvn dependency:tree" (when online).
>>
>>
>>>
>

Reply via email to