We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Plugin name: com.microsoft.azure:azure-spring-apps-maven-plugin Version: 1.14.0 Goal: config
pom.xml
Nothing
app name
I need something like:
Input Java version (17):
Where 17 is detected by pom. Here is an example of Java version in pom.xml:
17
<properties> <java.version>17</java.version> </properties>
11
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Plugin name and version
Plugin name: com.microsoft.azure:azure-spring-apps-maven-plugin
Version: 1.14.0
Goal: config
Plugin configuration in your
pom.xml
Nothing
Expected behavior
Just like existing logic of handle
app name
I need something like:
Where
17
is detected by pom. Here is an example of Java version in pom.xml:Actual behavior
11
it can not be detected by pom.xml Here is the screenshot:Steps to reproduce the problem
The text was updated successfully, but these errors were encountered: