Hey Guys, i want to deploy a generated site to my nexus. Therefore i've got a special link in my DistributionManagement: dav:http://vm-nexus.hb:8080/nexus-webapp-1.5.0/content/repositories/hbs/${groupId}/${artifactId}/${version}/
If i deploy the site, the plugin creates in the repository a folder which is named like the GroupId (e.g. org.apache.maven) so that the end link is like: http://vm-nexus.hb:8080/nexus-webapp-1.5.0/content/repositories/hbs/org.apache.maven/test/1.0/ Is there a possibility to create the same structure as for normal deployment so that he makes a folder structure like org/apache/maven/test/1.0 ??? Thanks Markus -- View this message in context: http://old.nabble.com/Maven-Site-Plugin-Deploy-Structure-tp27950933p27950933.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]
