Skip to content

Change maven groupId to org.ninia.#616

Merged
bsteffensmeier merged 1 commit into
ninia:dev_4.3from
bsteffensmeier:org-ninia
Oct 28, 2025
Merged

Change maven groupId to org.ninia.#616
bsteffensmeier merged 1 commit into
ninia:dev_4.3from
bsteffensmeier:org-ninia

Conversation

@bsteffensmeier

Copy link
Copy Markdown
Member

No description provided.

@ndjensen ndjensen left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I really like this change!

Comment thread commands/java.py
self.spawn([self.jar, '-c',
f'--file=build/java/jep-{self.version}.jar',
'--main-class=jep.Run',
'--manifest=build/java/MANIFEST-ADD.MF',

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is it MANIFEST-ADD.MF instead of MANIFEST.MF?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was trying to point out it is additions to the manifest, not a full manifest, but it does the same thing even if we call it MANIFEST.MF. Most of the examples I found called it MANIFEST.txt which seemed weird too. The full MANIFEST.MF includes some extra generated stuff:

Manifest-Version: 1.0
Automatic-Module-Name: org.ninia.jep
Created-By: 21.0.5 (Eclipse Adoptium)
Main-Class: jep.Run

@bsteffensmeier bsteffensmeier merged commit d6afd79 into ninia:dev_4.3 Oct 28, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants