devel/nexus2-oss upgrade to nexus3

2020-02-20 Thread Pete Wright

hello,
i was wondering if anyone is working on creating a port for sonatype 
nexus 3?  if anyone has tried are their blockers or other reasons why we 
don't have a port for it yet?  i'm building out some new systems and 
ideally would like to use v3 on freebsd - so before i start testing this 
on my end was curios to see what experiences other have had with it.


cheers,
-pete

--
Pete Wright
p...@nomadlogic.org
@nomadlogicLA

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: devel/nexus2-oss upgrade to nexus3

2020-02-20 Thread Kurt Jaeger
Hi!

> i was wondering if anyone is working on creating a port for sonatype
> nexus 3?  if anyone has tried are their blockers or other reasons why we
> don't have a port for it yet?  i'm building out some new systems and
> ideally would like to use v3 on freebsd - so before i start testing this
> on my end was curios to see what experiences other have had with it.

A first hurdle is: where would one download a version 3 ?

-- 
p...@opsec.eu+49 171 3101372Now what ?
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: devel/nexus2-oss upgrade to nexus3

2020-02-21 Thread Michael Osipov

Port maintainer here,

I've been using Nexus 2 OSS for at least 5 years now on FreeBSD and it
works like a charm.

Please note that Nexus 2 and Nexus 3 are completely different products
which only share the same name. They are technologically different.
It will be a completely new port, nothing can be reused.

I never had the need to do any upgrade because I only need Maven
repository hosting. Just like oss.sonatype.org or the our Nexus instance
at ASF.

Is there anything specific in Nexus 3 you need?

I'd be tempted to create a port, if and only if Nexus 2 will be
unsupported by Sonatype.

Regards,

Michael
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: devel/nexus2-oss upgrade to nexus3

2020-02-21 Thread Pete Wright




On 2/21/20 12:29 AM, Michael Osipov wrote:

Port maintainer here,

I've been using Nexus 2 OSS for at least 5 years now on FreeBSD and it
works like a charm.

Please note that Nexus 2 and Nexus 3 are completely different products
which only share the same name. They are technologically different.
It will be a completely new port, nothing can be reused.

I never had the need to do any upgrade because I only need Maven
repository hosting. Just like oss.sonatype.org or the our Nexus instance
at ASF.

Is there anything specific in Nexus 3 you need?

I'd be tempted to create a port, if and only if Nexus 2 will be
unsupported by Sonatype.


Thanks for getting back to me Michael and clarifying things in regards 
to the differences b/w v2 and v3.


I will be using this nexus server for our internal maven repository 
(with upstream caching) initially, but the ultimate goal is to have this 
server also host our internal NPM and PyPi repositories and upstream caches.


Since I'm doing the setup in a fresh environment I'd be happy to test 
out a manual installation of nexus 3 and file a PR for a new port (if 
the LOE isn't too huge to get it in the ports tree) for you to take a 
look at if that sounds good.


cheers,
-pete



--
Pete Wright
p...@nomadlogic.org
@nomadlogicLA

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: devel/nexus2-oss upgrade to nexus3

2020-02-21 Thread Pete Wright



On 2/20/20 10:51 PM, Kurt Jaeger wrote:

Hi!


i was wondering if anyone is working on creating a port for sonatype
nexus 3?  if anyone has tried are their blockers or other reasons why we
don't have a port for it yet?  i'm building out some new systems and
ideally would like to use v3 on freebsd - so before i start testing this
on my end was curios to see what experiences other have had with it.

A first hurdle is: where would one download a version 3 ?



here ya go:
https://help.sonatype.com/repomanager3/download/download-archives---repository-manager-3

it's just a java webapp, so i'm confident it will run w/o issues.

-p

--
Pete Wright
p...@nomadlogic.org
@nomadlogicLA

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: devel/nexus2-oss upgrade to nexus3

2020-02-21 Thread Michael Osipov

Am 2020-02-21 um 20:52 schrieb Pete Wright:



On 2/21/20 12:29 AM, Michael Osipov wrote:

Port maintainer here,

I've been using Nexus 2 OSS for at least 5 years now on FreeBSD and it
works like a charm.

Please note that Nexus 2 and Nexus 3 are completely different products
which only share the same name. They are technologically different.
It will be a completely new port, nothing can be reused.

I never had the need to do any upgrade because I only need Maven
repository hosting. Just like oss.sonatype.org or the our Nexus instance
at ASF.

Is there anything specific in Nexus 3 you need?

I'd be tempted to create a port, if and only if Nexus 2 will be
unsupported by Sonatype.


Thanks for getting back to me Michael and clarifying things in regards
to the differences b/w v2 and v3.

I will be using this nexus server for our internal maven repository
(with upstream caching) initially, but the ultimate goal is to have this
server also host our internal NPM and PyPi repositories and upstream
caches.


This makes, then you have to use Nexus 3.


Since I'm doing the setup in a fresh environment I'd be happy to test
out a manual installation of nexus 3 and file a PR for a new port (if
the LOE isn't too huge to get it in the ports tree) for you to take a
look at if that sounds good.


Consider that have have explicitly chosen as directories to be named
with nexus2, but the system user nexus to have both products live
side-by-side and ease the migration with the same permissions.

I also checked the tarball, the layout is completely different and the
start script is really weird. They don't even use JSW anymore. It is
going to be a lot of work...

Michael
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"