[INFO] Copy /home/sakai/ucd-src/sakai/dev_work/trunk.guest/ucd-guest/ucd-guest-extapp/target/RegisterGuest.war to /home/sakai/tomcat-staging/webapps/smartsite-guest-extapp.war
It seems like it should respect that finalName has been changed and use that as its deployment name as opposed to overriding it...
Currently in the maven2 build if you set a finalName tag, the sakai:deploy phase doesn't respect finalName.
Example:
I have in my POM:
<artifactId>smartsite-guest-extapp</artifactId>
...
<build>
<finalName>RegisterGuest</finalName>
...
</build>
When deploying, it ends up:
[INFO] Copy /home/sakai/ucd-src/sakai/dev_work/trunk.guest/ucd-guest/ucd-guest-extapp/target/RegisterGuest.war to /home/sakai/tomcat-staging/webapps/smartsite-guest-extapp.war
It seems like it should respect that finalName has been changed and use that as its deployment name as opposed to overriding it...