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
ftl new kotlin backend/modules lnurl
ftl dev --recreate
Output:
info:lnurl: Building module
info:lnurl: Using build command 'mvn -B package'
info:lnurl: [INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for ftl.com.example:lnurl:1.0-SNAPSHOT: The following artifacts could not be resolved: xyz.block.ftl:ftl-build-parent-kotlin:pom:0.360.0 (absent): xyz.block.ftl:ftl-build-parent-kotlin:pom:0.360.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 8, column 13
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project ftl.com.example:lnurl:1.0-SNAPSHOT (/path/to/project/backend/modules/lnurl/pom.xml) has 1 error
[ERROR] Non-resolvable parent POM for ftl.com.example:lnurl:1.0-SNAPSHOT: The following artifacts could not be resolved: xyz.block.ftl:ftl-build-parent-kotlin:pom:0.360.0 (absent): xyz.block.ftl:ftl-build-parent-kotlin:pom:0.360.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 8, column 13 -> [Help 2]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
looks like the maven repository doesn't have ftl. only ftl-generator and ftl-runtime
The text was updated successfully, but these errors were encountered:
This is with
v0.360.0
Repro
Output:
looks like the maven repository doesn't have
ftl
. onlyftl-generator
andftl-runtime
The text was updated successfully, but these errors were encountered: