Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add logic for setting module name from jar plugin #9

Open
VISTALL opened this issue Jan 21, 2023 · 1 comment
Open

Add logic for setting module name from jar plugin #9

VISTALL opened this issue Jan 21, 2023 · 1 comment

Comments

@VISTALL
Copy link
Member

VISTALL commented Jan 21, 2023

			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-jar-plugin</artifactId>
				<configuration>
					<archive>
						<manifestEntries>
							<Automatic-Module-Name>org.jetbrains.idea.maven.server.m32</Automatic-Module-Name>
						</manifestEntries>
					</archive>
				</configuration>
			</plugin>
@VISTALL
Copy link
Member Author

VISTALL commented Jan 21, 2023

Required consulo/consulo-java#98

VISTALL added a commit that referenced this issue Apr 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

1 participant