kevinbirch / string-template-maven-plugin

Execute StringTemplate files during your Maven build.
MIT License
4 stars 8 forks source link

incompatibility with Maven 3.3.3 #10

Open weberjn opened 9 years ago

weberjn commented 9 years ago

[ERROR] Failed to execute goal com.webguys:string-template-maven-plugin:1.1:render (default) on project STT: Execution default of goal com.webguys:string-template-maven-plugin:1.1:render failed: An API incompatibility was encountered while executing com.webguys:string-template-maven-plugin:1.1:render: java.lang.NoSuchMethodError: org.apache.maven.execution.MavenSession.getRepositorySession()Lorg/sonatype/aether/RepositorySystemSession;

weberjn commented 9 years ago

cloned the sources, rebuild with Maven 3.3.3, the resulting string-template-maven-plugin-1.2-SNAPSHOT.jar works