Skip to content

Commit fb15125

Browse files
committed
Merge branch '3.1.x'
Closes spring-projectsgh-37548
2 parents af495b2 + 8080bb9 commit fb15125

File tree

1 file changed

+5
-0
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/main/java/org/springframework/boot/maven

1 file changed

+5
-0
lines changed

spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/main/java/org/springframework/boot/maven/AbstractAotMojo.java

+5
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,11 @@ public abstract class AbstractAotMojo extends AbstractDependencyFilterMojo {
9696
@Parameter(property = "spring-boot.aot.compilerArguments")
9797
private String compilerArguments;
9898

99+
/**
100+
* Return Maven execution session.
101+
* @return session
102+
* @since 3.0.10
103+
*/
99104
protected final MavenSession getSession() {
100105
return this.session;
101106
}

0 commit comments

Comments
 (0)