-
Notifications
You must be signed in to change notification settings - Fork 202
webapp generator requires <finalName> to be set #1276
Comments
<finalName>${project.artifactId}</finalName>
to be set
@rhuss : I've discussed one temporary solution with you(not sure it's right approach though) on IRC, If Is there some other way via which we can validate |
and also fix the assembly to include the proper artefact, regardless of the 'final' name. Fixes fabric8io#1276.
@rhuss: Actually I wanted little help from your side so that I could have figured it out myself(that's why I assigned issue to myself). Anyways thanks for PR :) |
well the simple fix was already mentioned more or less in the problem description: Change the assembly webapp.xml to use However, an even better solution is to use a dependencySet instead of a fileSet and while I was at it, I found out that the Route generated for the Service for webapp doesn't really work nicely as it includes the artefact name + version as context path in the URL. So I added the |
and also fix the assembly to include the proper artefact, regardless of the 'final' name. Fixes #1276.
Closed via #1325 |
Description
The build must contain a
because otherwise the "webapp" assembly used in the generator doesn't find the war file to add. The generator should be smarter and really consider ${project.build.finalName} for adding the proper war-file
Info
mvn -v
) :The text was updated successfully, but these errors were encountered: