Dear clueless:


;-)

Niclas Hedhman wrote:

I thought I would like to peek at the updated docs, so....

maven merlin:site

after a while I get


[javadoc] Constructing Javadoc information...



<snip/>
I know about this one. All that needs to happen is for me to put the apis onto the site CVS and sync. the links.



[javadoc] 5 errors


BUILD FAILED
File...... file:/home/niclas/dev/opensource/avalon-sandbox/merlin/
Element... maven:reactor
Line...... 269
Column.... 31
Unable to obtain goal [license:transfer] -- file:/home/niclas/.maven/plugins/maven-xdoc-plugin-1.4-SNAPSHOT/:208:75: <j:file> /license.xml (Permission denied)
Total time: 1 minutes 29 seconds



[EMAIL PROTECTED]


I'm running maven-license-plugin-1.1-SNAPSHOT.jar. It takes the property of ${maven.license.licenseFile} that I've declared in the maven.xml file and uses that to build target/generated-xdocs/license.xml. This is used as the source for the generation of the final license.html file under the target/docs directory which ends up looking like this:

http://avalon.apache.org/sandbox/merlin/license.html

Could you try changing the following line in maven.xml

<ant:property name="maven.license.licenseFile" value="${basedir}/LICENSE.txt"/>

to:

<ant:property name="maven.license.licenseFile" value="LICENSE.txt"/>

and let me know what happens.

Steve.

--

Stephen J. McConnell
mailto:[EMAIL PROTECTED]




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to