You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Maven buildpack currently tries to detect the used framework by using regular expressions. This is a very naive approach that can fail with more complex project setups. Ideally, we'd execute Maven to get a resolved dependency tree (maybe via dependency:list) which we can parse and operate on later.
The text was updated successfully, but these errors were encountered:
The Maven buildpack currently tries to detect the used framework by using regular expressions. This is a very naive approach that can fail with more complex project setups. Ideally, we'd execute Maven to get a resolved dependency tree (maybe via dependency:list) which we can parse and operate on later.
The text was updated successfully, but these errors were encountered: