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
Interesting, when using a project that includes a dependencyManagement section, tiles explodes.
Exception in thread "main" java.lang.AbstractMethodError: io.repaint.maven.tiles.TilesMavenLifecycleParticipant$3.resolveModel(Lorg/apache/maven/model/Dependency;)Lorg/apache/maven/model/building/ModelSource;
at org.apache.maven.model.building.DefaultModelBuilder.importDependencyManagement(DefaultModelBuilder.java:1380)
at org.apache.maven.model.building.DefaultModelBuilder.processImports(DefaultModelBuilder.java:859)
at org.apache.maven.model.building.DefaultModelBuilder.build(DefaultModelBuilder.java:456)
at org.apache.maven.model.building.ModelBuilder$build$0.call(Unknown Source)
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:48)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:113)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:133)
at io.repaint.maven.tiles.TilesMavenLifecycleParticipant.thunkModelBuilder(TilesMavenLifecycleParticipant.groovy:447)
The text was updated successfully, but these errors were encountered:
Interesting, when using a project that includes a dependencyManagement section, tiles explodes.
The text was updated successfully, but these errors were encountered: