java ee - change name on wicket application -


as said want change name of wicket application. preferably set name in pom.xml consistent through versions. right looks this:

localhost:port/artifactid-version

what want is

localhost:port/artifactid

thanks

if you're building wicket app via maven , creating war file of form 'artifactid-version.war' , servlet engine's using deployed name, 1 option set ${project.build.finalname} property in pom ${project.artifactid} (or 'warname' value in war plugin config).


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

image - ClassNotFoundException when add a prebuilt apk into system.img in android -