consulo / consulo-maven

Tools: Maven
Apache License 2.0
2 stars 1 forks source link

Add logic for setting module name from jar plugin #9

Open VISTALL opened 1 year ago

VISTALL commented 1 year ago
            <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 commented 1 year ago

Required https://github.com/consulo/consulo-java/issues/98