Re: [controller-dev] 答复: Problem: ODL Neon archetype repo missing?

2019-06-25 Thread Robert Varga
On 20/06/2019 18:41, Robert Varga wrote:
> 
> Okay, with Stephen's help I was able to get the project into a
> semi-reasonable state -- i.e. you can currently use 1.1.0-SNAPSHOT to
> target Neon GA and 1.2.0-SNAPSHOT to target current Sodium.
> 
> There are a couple more patches to completely catch up to Fluorine
> SR2/SR3 and Neon SR1/current, which we will continue to work on, issuing
> proper releases for that.
> 
> Going forward, though, we need a caretaker committer, who will keep an
> eye on version bumps and releases, to produce the equivalent of these
> patches:
> 
> https://git.opendaylight.org/gerrit/82593 (i.e. archetypes version bump)
> https://git.opendaylight.org/gerrit/82594 (i.e. post-SR bump)
> https://git.opendaylight.org/gerrit/82599 (i.e. documentation update)
> 
> and spin standalone releases.
> 
> Any takers?

[+ release, discuss, as per my AI]

Regards,
Robert



signature.asc
Description: OpenPGP digital signature
___
controller-dev mailing list
controller-dev@lists.opendaylight.org
https://lists.opendaylight.org/mailman/listinfo/controller-dev


Re: [controller-dev] 答复: Problem: ODL Neon archetype repo missing?

2019-06-20 Thread Robert Varga
On 20/06/2019 16:32, Abhijit Kumbhare wrote:
> Sure - we can discuss it on today's call.
> 
> On Thu, Jun 20, 2019 at 3:38 AM Robert Varga  > wrote:
> 
> On 20/06/2019 04:39, 金恺文 wrote:
> > Hi everyone,
> 
> Hello,
> 
> > *Failed to execute goal
> > org.apache.maven.plugins:maven-archetype-plugin:3.1.1:generate
> > (default-cli) on project standalone-pom: The desired archetype
> does not
> > exist
> >
> 
> (org.opendaylight.archetypes:opendaylight-startup-archetype:1.1.0-SNAPSHOT)*
> >
> > I confirm that I have changed the settings.xml as required, so is
> there
> > any other repository where the archetypes are hosted?
> >
> > Hope someone could answer my amateur question J, thanks
> 
> The archetypes project is sorrily out of date to the point of its merge
> jobs not being able to complete, so the -SNAPSHOT versions were not
> refreshed and expired from nexus.

Okay, with Stephen's help I was able to get the project into a
semi-reasonable state -- i.e. you can currently use 1.1.0-SNAPSHOT to
target Neon GA and 1.2.0-SNAPSHOT to target current Sodium.

There are a couple more patches to completely catch up to Fluorine
SR2/SR3 and Neon SR1/current, which we will continue to work on, issuing
proper releases for that.

Going forward, though, we need a caretaker committer, who will keep an
eye on version bumps and releases, to produce the equivalent of these
patches:

https://git.opendaylight.org/gerrit/82593 (i.e. archetypes version bump)
https://git.opendaylight.org/gerrit/82594 (i.e. post-SR bump)
https://git.opendaylight.org/gerrit/82599 (i.e. documentation update)

and spin standalone releases.

Any takers?

Regards,
Robert



signature.asc
Description: OpenPGP digital signature
___
controller-dev mailing list
controller-dev@lists.opendaylight.org
https://lists.opendaylight.org/mailman/listinfo/controller-dev


Re: [controller-dev] 答复: Problem: ODL Neon archetype repo missing?

2019-06-20 Thread Abhijit Kumbhare
Sure - we can discuss it on today's call.

On Thu, Jun 20, 2019 at 3:38 AM Robert Varga  wrote:

> On 20/06/2019 04:39, 金恺文 wrote:
> > Hi everyone,
>
> Hello,
>
> > Sorry I put the wrong link in the previous mail, I followed the
> > neon-version guide but gave the boron-version link
> >
> >
> >
> > So here is my question after correction:
> >
> >
> >
> > I was trying to create an Example project following this developer
> > guide,
> >
> https://docs.opendaylight.org/en/stable-neon/developer-guide/developing-apps-on-the-opendaylight-controller.html
> ,
> > but the archetype repository seemed not to exist.
> >
> > I did
> >
> > *mvn archetype:generate
> > **-**DarchetypeGroupId**=**org**.**opendaylight**.**archetypes
> > **-**DarchetypeArtifactId**=**opendaylight**-**startup**-**archetype \*
> >
> > *-**DarchetypeCatalog**=**remote
> > **-**DarchetypeVersion**=**1.0**.**0**-**SNAPSHOT*
> >
> >
> >
> > Then I got this error from maven:
> >
> > *Failed to execute goal
> > org.apache.maven.plugins:maven-archetype-plugin:3.1.1:generate
> > (default-cli) on project standalone-pom: The desired archetype does not
> > exist
> >
> (org.opendaylight.archetypes:opendaylight-startup-archetype:1.1.0-SNAPSHOT)*
> >
> > I confirm that I have changed the settings.xml as required, so is there
> > any other repository where the archetypes are hosted?
> >
> > Hope someone could answer my amateur question J, thanks
>
> The archetypes project is sorrily out of date to the point of its merge
> jobs not being able to complete, so the -SNAPSHOT versions were not
> refreshed and expired from nexus.
>
> Abhijit, can we discuss the way forward there at today's TSC call?
>
> Thanks,
> Robert
>
>
___
controller-dev mailing list
controller-dev@lists.opendaylight.org
https://lists.opendaylight.org/mailman/listinfo/controller-dev


Re: [controller-dev] 答复: Problem: ODL Neon archetype repo missing?

2019-06-20 Thread Robert Varga
On 20/06/2019 04:39, 金恺文 wrote:
> Hi everyone,

Hello,

> Sorry I put the wrong link in the previous mail, I followed the
> neon-version guide but gave the boron-version link
> 
>  
> 
> So here is my question after correction:
> 
>  
> 
> I was trying to create an Example project following this developer
> guide,
> https://docs.opendaylight.org/en/stable-neon/developer-guide/developing-apps-on-the-opendaylight-controller.html,
> but the archetype repository seemed not to exist.
> 
> I did
> 
> *mvn archetype:generate
> **-**DarchetypeGroupId**=**org**.**opendaylight**.**archetypes
> **-**DarchetypeArtifactId**=**opendaylight**-**startup**-**archetype \*
> 
> *-**DarchetypeCatalog**=**remote
> **-**DarchetypeVersion**=**1.0**.**0**-**SNAPSHOT*
> 
>  
> 
> Then I got this error from maven:
> 
> *Failed to execute goal
> org.apache.maven.plugins:maven-archetype-plugin:3.1.1:generate
> (default-cli) on project standalone-pom: The desired archetype does not
> exist
> (org.opendaylight.archetypes:opendaylight-startup-archetype:1.1.0-SNAPSHOT)*
> 
> I confirm that I have changed the settings.xml as required, so is there
> any other repository where the archetypes are hosted?
> 
> Hope someone could answer my amateur question J, thanks

The archetypes project is sorrily out of date to the point of its merge
jobs not being able to complete, so the -SNAPSHOT versions were not
refreshed and expired from nexus.

Abhijit, can we discuss the way forward there at today's TSC call?

Thanks,
Robert



signature.asc
Description: OpenPGP digital signature
___
controller-dev mailing list
controller-dev@lists.opendaylight.org
https://lists.opendaylight.org/mailman/listinfo/controller-dev