If I set this:

        <repository>
            <id>netbeans</id>
            <name>NetBeans</name>
            <url>https://repo.maven.apache.org/maven2/org/netbeans/</url>
        </repository>

And this:

    <properties>
        <netbeans.version>RELEASE110</netbeans.version>
    </properties>

In the parent POM of my NetBeans Platform application, I get the 11.0 JARs.

Is it correct like that?

Gj

On Wed, Jun 26, 2019 at 11:22 AM Geertjan Wielenga <[email protected]>
wrote:

> And another question, for nbm-maven-plugin 4.12, I suppose the repo must
> not be this but something else:
>
> http://bits.netbeans.org/nexus/content/groups/netbeans/
>
> What is the something else I should use instead of the above?
>
> Thanks,
>
> Gj
>
> On Wed, Jun 26, 2019 at 11:18 AM Geertjan Wielenga <[email protected]>
> wrote:
>
>> OK, so in the drop-down, in "Module Options", when I create a new
>> NetBeans Platform application with Maven in Apache NetBeans 11.1 beta-1, I
>> see 'RELEASE82' as the highest release number. I've seen e-mails about
>> this, is the latest vote thread including changes to enable the latest
>> version to be included there, or where/what needs to be done for this?
>>
>> Thanks again,
>>
>> Gj
>>
>>
>> On Wed, Jun 26, 2019 at 10:53 AM Eric Barboni <[email protected]> wrote:
>>
>>> Hi,
>>>
>>>  You only have to change the version of the Apache NetBeans artefacts
>>> you use RELEASE110 instead of RELEASE82 (some may be missing because we
>>> have not all the RELEASE82 codebase)
>>>  Maybe also change the nbm-maven-plugin to the new released 4.12. (it
>>> helps using jar that are compiled using jdk9 and more)
>>>
>>> Regards
>>> Eric
>>>
>>>
>>> -----Message d'origine-----
>>> De : Geertjan Wielenga <[email protected]>
>>> Envoyé : mercredi 26 juin 2019 09:13
>>> À : dev <[email protected]>
>>> Objet : Re: Maven repo for Apache NetBeans
>>>
>>> OK, if I am creating a NetBeans Platform application with Maven, how
>>> must I set up the POM to use Apache NetBeans 11.0 NBMs?
>>>
>>> Thanks,
>>>
>>> Gj
>>>
>>> On Mon, Jun 24, 2019 at 10:57 AM Eric Barboni <[email protected]> wrote:
>>>
>>> > Hi, there is no special repository,
>>> > It's central the default of maven world. A pom should never specify
>>> > central url.
>>> > (never communicate on: https://repo1.maven.org/maven2)
>>> >
>>> > Regards
>>> > Eric
>>> >
>>> > -----Message d'origine-----
>>> > De : Geertjan Wielenga <[email protected]> Envoyé : dimanche 23
>>> juin
>>> > 2019 16:45 À : dev <[email protected]> Objet : Maven repo for
>>> > Apache NetBeans
>>> >
>>> > Hi all, especially Eric,
>>> >
>>> > What is the URL to the Maven repo of Apache NetBeans artifacts?
>>> >
>>> > We need to be very clear about comunicating this and publish the info
>>> > maybe on the Download page?
>>> >
>>> > Thanks,
>>> >
>>> > Gj
>>> >
>>> >
>>> > ---------------------------------------------------------------------
>>> > To unsubscribe, e-mail: [email protected]
>>> > For additional commands, e-mail: [email protected]
>>> >
>>> > For further information about the NetBeans mailing lists, visit:
>>> > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>>> >
>>> >
>>> >
>>> >
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: [email protected]
>>> For additional commands, e-mail: [email protected]
>>>
>>> For further information about the NetBeans mailing lists, visit:
>>> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>>>
>>>
>>>
>>>

Reply via email to