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

Dependency management for org.elasticsearch.distribution.integ-test-zip:elasticsearch should declare its type as zip #28725

Closed
MoonLord-LM opened this issue Nov 18, 2021 · 2 comments
Assignees
Labels
type: bug A general bug
Milestone

Comments

@MoonLord-LM
Copy link

MoonLord-LM commented Nov 18, 2021

[ org.elasticsearch.distribution.integ-test-zip:elasticsearch ] is not a [ .jar ] file but a [ .zip ] file !
So the [ spring-boot-dependencies.pom ] is not correct !
<type>zip</type> is missing !

group("org.elasticsearch.distribution.integ-test-zip") {
	modules = [
		"elasticsearch"
	]
}
<dependency>
  <groupId>org.elasticsearch.distribution.integ-test-zip</groupId>
  <artifactId>elasticsearch</artifactId>
  <version>${elasticsearch.version}</version>
</dependency>
@MoonLord-LM MoonLord-LM changed the title 【pom】【bug】[org.elasticsearch.distribution.integ-test-zip: elasticsearch] does not exist!!! 【pom】【bug】[org.elasticsearch.distribution.integ-test-zip: elasticsearch] IS Nov 18, 2021
@MoonLord-LM MoonLord-LM changed the title 【pom】【bug】[org.elasticsearch.distribution.integ-test-zip: elasticsearch] IS 【pom】【bug】[ org.elasticsearch.distribution.integ-test-zip:elasticsearch ] is not a [ .jar ] file but a [ .zip ] file Nov 18, 2021
@MoonLord-LM MoonLord-LM reopened this Nov 18, 2021
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Nov 18, 2021
@MoonLord-LM
Copy link
Author

please fix the [ spring-boot-dependencies.pom ]

@snicoll snicoll changed the title 【pom】【bug】[ org.elasticsearch.distribution.integ-test-zip:elasticsearch ] is not a [ .jar ] file but a [ .zip ] file Generated pom entry for 'org.elasticsearch.distribution.integ-test-zip:elasticsearch" should have a zip type Nov 18, 2021
@snicoll snicoll added type: bug A general bug and removed status: waiting-for-triage An issue we've not yet triaged labels Nov 18, 2021
@snicoll snicoll added this to the 2.5.x milestone Nov 18, 2021
@snicoll snicoll changed the title Generated pom entry for 'org.elasticsearch.distribution.integ-test-zip:elasticsearch" should have a zip type Generated pom entry for "org.elasticsearch.distribution.integ-test-zip:elasticsearch" should have a zip type Nov 18, 2021
@wilkinsona wilkinsona self-assigned this Nov 18, 2021
@wilkinsona wilkinsona modified the milestones: 2.5.x, 2.5.8 Nov 19, 2021
@wilkinsona wilkinsona changed the title Generated pom entry for "org.elasticsearch.distribution.integ-test-zip:elasticsearch" should have a zip type Dependency management for org.elasticsearch.distribution.integ-test-zip:elasticsearch should declare its type as zip Nov 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
Development

No branches or pull requests

4 participants