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

Mark starter jars as Spring-Boot-Jar-Type: dependencies-starter #195

Open
spencergibb opened this issue Sep 10, 2020 · 2 comments
Open

Mark starter jars as Spring-Boot-Jar-Type: dependencies-starter #195

spencergibb opened this issue Sep 10, 2020 · 2 comments

Comments

@spencergibb
Copy link
Member

Add Spring-Boot-Jar-Type: dependencies-starter to manifest.

spring-projects/spring-boot#22036

spring-projects/spring-boot@fa1d4a4

/cc @wilkinsona

I'm hoping we can configure things here so starter poms have minimal if any changes.

@spencergibb spencergibb added this to To do in 2020.0.0-M4 via automation Sep 10, 2020
@spencergibb
Copy link
Member Author

Manifest currently looks like

Manifest-Version: 1.0
Implementation-Title: Spring Cloud Starter Netflix Eureka Client
Implementation-Version: 3.0.0-SNAPSHOT
Build-Jdk-Spec: 1.8
Created-By: Maven Jar Plugin 3.2.0
Implementation-Vendor: Pivotal Software, Inc.

Current maven plugin configuration

<plugin>
	<groupId>org.apache.maven.plugins</groupId>
	<artifactId>maven-jar-plugin</artifactId>
	<version>${maven-jar-plugin.version}</version>
	<configuration>
		<archive>
			<manifest>
				<mainClass>${start-class}</mainClass>
				<addDefaultImplementationEntries>true
				</addDefaultImplementationEntries>
			</manifest>
		</archive>
	</configuration>
</plugin>

Put the configuration in a profile that is active if a property is set and then we'd only have to set that property in the starter poms. Does that sound reasonable @marcingrzejszczak?

@spencergibb
Copy link
Member Author

@spencergibb spencergibb added this to To do in 2020.0.0-M5 via automation Oct 7, 2020
@spencergibb spencergibb removed this from To do in 2020.0.0-M4 Oct 7, 2020
@spencergibb spencergibb removed this from To do in 2020.0.0-M5 Nov 18, 2020
@spencergibb spencergibb added this to To do in 2020.0.0-M6 via automation Nov 18, 2020
@ryanjbaxter ryanjbaxter removed this from To do in 2020.0.0-M6 Dec 2, 2020
@ryanjbaxter ryanjbaxter added this to To do in 2020.0.0-RC1 via automation Dec 2, 2020
@ryanjbaxter ryanjbaxter removed this from To do in 2020.0.0-RC1 Dec 14, 2020
@ryanjbaxter ryanjbaxter added this to To do in 2020.0.0 via automation Dec 14, 2020
@spencergibb spencergibb removed this from To do in 2020.0.0 Dec 22, 2020
@spencergibb spencergibb added this to To do in 2020.0.1 via automation Dec 22, 2020
@spencergibb spencergibb removed this from To do in 2020.0.1 Jan 28, 2021
@spencergibb spencergibb added this to To do in 2020.0.2 via automation Jan 28, 2021
@spencergibb spencergibb removed this from To do in 2020.0.2 Mar 18, 2021
@spencergibb spencergibb added this to To do in 2020.0.x via automation Mar 18, 2021
@spencergibb spencergibb removed this from To do in 2020.0.x Feb 7, 2022
@spencergibb spencergibb added this to To do in 2021.0.x via automation Feb 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant