OpenMap-java / openmap

OpenMap is an Open Source JavaBeans-based programmer's toolkit. Using OpenMap, you can quickly build applications and applets that access data from legacy databases and applications.
http://openmap-java.org
Other
72 stars 43 forks source link

A few questions regarding the project #56

Open lazee opened 1 year ago

lazee commented 1 year ago

Hi,

As a user of OpenMap in our company, I have some questions.

If I can help out in any way, I could put in some hours in the overall pipeline and publishing of the package to Maven repositories.

dfdietrick commented 1 year ago

Hi Jakob,

The only reason I haven’t published to the maven repo is because I’m not really sure how to do it. I took a run at it some time ago but I was missing something and then got massively distracted. I would love some help.

The same issue is holding up the release of version 6.

Thanks for the offer,

-Don

On Mar 28, 2023, at 5:11 AM, Jakob Vad Nielsen @.***> wrote:

Hi, As a user of OpenMap in our company, I have some questions. • com.bbn.openmap:openmap:jar:5.1.15 are not published to https://repo.maven.apache.org/maven2/com/bbn/. Any reason for this? • I see that you have been working on a version 6 branch in 2021. Any plans for a new release? And what are the main thoughts on that. If I can help out in any way, I could put in some hours in the overall pipeline and publishing of the package to Maven repositories. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

lazee commented 1 year ago

@dfdietrick I will be happy to help you out on this, if you like. Today I am doing it semi-manually in one of my projects (https://github.com/lazee/freemarker-java-8/blob/master/RELEASE.md), but it can be configured as a Github Action (https://docs.github.com/en/actions/publishing-packages/publishing-java-packages-with-maven).

I can start by forking the project and set up the needed actions, and come up with a plan. But at some point we will need to talk :)

Your call. I will be happy to help if you like.

lazee commented 1 year ago

Actually, when thinking about it, I can implement the actions in my freemarker-java-8 project, and then we can copy it over. I will look into this within a week or so.