Skip to content

Spring Boot's antlib references a properties file that is no longer packaged in its jar #19552

@wilkinsona

Description

@wilkinsona

<loadproperties prefix="spring-boot">
<javaresource
name="META-INF/maven/org.springframework.boot/spring-boot-antlib/pom.properties"
loaderref="spring.boot.antlib.loader" />
<filterchain>
<linecontainsregexp>
<regexp pattern="^version=" />
</linecontainsregexp>
</filterchain>
</loadproperties>

The file isn't packaged in any 2.x version. It is there in 1.5.x. I'm not yet sure if its absence is breaking something and no one has noticed or if it's not needed and we can remove the reference to it.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions