-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
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
Error merging velocity templates #5
Comments
Has this issue been solved yet? |
I think this was solved by a878623, however there doesn't seem to have been a newer release since then so you might still be seeing it. I can't manage to reproduce it though with Maven 3.5.0 and Java 8 so it maybe that upgrading your maven version will make it go away. Alternatively you can force maven to use an earlier version of the archetype plugin. 2.4, seems to work:
|
I'll try to push up a new version today. Sonatype was giving me auth issues.
sent from my mobile
On 19 May 2017 01:26, "Matthew Buckett" <[email protected]> wrote:
I think this was solved by a878623
<a878623>,
however there doesn't seem to have been a newer release since then so you
might still be seeing it.
I can't manage to reproduce it though with Maven 3.5.0 and Java 8 so it
maybe that upgrading your maven version will make it go away. Alternatively
you can force maven to use an earlier version of the archetype plugin. 2.4,
seems to work:
mvn org.apache.maven.plugins:maven-archetype-plugin:2.4:generate
-DarchetypeGroupId=org.sakaiproject.maven-archetype
-DarchetypeArtifactId=sakai-wicket-maven-archetype
-DarchetypeVersion=1.5.0 -DgroupId=org.sakaiproject.example
-DartifactId=exampleApp
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAH4afiXw4N3YXe0gvg3tBqvcz_NOBMPks5r7GMDgaJpZM4MEADS>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running the basic example command throws this error : [ERROR] Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:3.0.0:generate (default-cli) on project standalone-pom: org.apache.maven.archetype.exception.ArchetypeGenerationFailure: Error merging velocity templates: Lexical error, Encountered: "l" (108), after : "." at archetype-resources/tool/src/java/tool/pages/ThirdPage.java[line 175, column 54] -> [Help 1]
Everything worked perfect a couple of weeks ago.
The text was updated successfully, but these errors were encountered: