Hi, i have crated a maven plugin and structured some dependencies like the following:
root +--- licenses-model +--- licenses-verifier +--- licenses-verifier-plugin +--- src +--- pom.xml (http://www.supose.org/repositories/browse/mlv/trunk) If i do a mvn site site:deploy the contents for the plugin itself will be located under licenses-verifier-plugin and not under the root...if i try to move the apt files etc. into the root of this (src/site) it can't create the plugin docs (and complaining about that)... What's the best solution to this problem ? Any suggestions are appreciated... Kind regards Karl Heinz Marbaise -- View this message in context: http://old.nabble.com/Maven-License-Verifiert-Plugin---Site-Generation-tp28041703p28041703.html Sent from the Maven Developers mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
