undur / vermilingua-maven-plugin

A maven plugin to build WO applications and frameworks
5 stars 1 forks source link

Is JAR name using project.name instead of project.name.lowercase? #30

Closed paulhoadley closed 1 year ago

paulhoadley commented 1 year ago

My observation is that for a project named "Juno", wolifecycle produces juno.jar, but vermilingua produces Juno.jar. I don't know whether the explanation in the title is correct, but certainly both those properties are present in build.properties. In any case, it's not like it matters, just pointing out a difference between vermilingua and our "reference implementation".

hugithordarson commented 1 year ago

I don't think it matters much but it's easy to change (although I think I'll use toLowerCase() on the project's name instead of using project.name.lowercase (since the project will read it's name from the Maven project's name if there's no build.properties.