Hello everybody! I have some annoying problem when deploying my project to a webserver. Somehow the paths to my images used in my site project are not preserved when deploying.
When using site:site command my site gets generated to a target directory with a resource folder. But when i am using site:deploy the site gets deployed but the resource folder is deployed to a different location then in the target directory. That's why i am using absolute paths in the apt files to my images now... But how can i get maven to preserve the relative image paths when deploying the project? cheers, markus -- View this message in context: http://www.nabble.com/problem-when-deploying-tp25362908p25362908.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
