maven-javadoc-plugin: command line argument files not supported?

2011-11-04 Thread Rod Woo
Hi, I want to read the values for the Javadoc options -bottom and -footer from files as suggested by http://download.oracle.com/javase/1.4.2/docs/tooldocs/windows/javadoc.html#argumentfiles : C:> javadoc -bottom @bottom ... Is there a way to do this using the maven-javadoc-plugin 2.8?

Re: maven-javadoc-plugin: command line argument files not supported?

2011-11-04 Thread Stephen Connolly
Did you look at the docs? http://maven.apache.org/plugins/maven-javadoc-plugin/javadoc-mojo.html#additionalparam On 4 November 2011 11:52, Rod Woo wrote: > Hi, > > I want to read the values for the Javadoc options > -bottom and -footer from files as suggested by > http://download.oracle.com/javas

Unrecognised tag: 'executions'

2011-11-04 Thread fachhoch
I am getting Reason: Parse error reading POM. Reason: Unrecognised tag: 'executions' (position: START_TAG seen ...\r\n\t\t\t... @143:16) for project unknown at E:\dev\java2word\ pom.xml here comploete stacjktrqace here is my pom.xml also link to pastebin my pom.xml http://pastebin.com/Ct

Re: Unrecognised tag: 'executions'

2011-11-04 Thread Benson Margulies
Nothing is visible. Please try again using plain text, or perhaps not using nabble. On Fri, Nov 4, 2011 at 10:41 AM, fachhoch wrote: > > > here comploete stacjktrqace > > > here is my pom.xml > > - To unsubscribe, e-mail: users-

Re: Unrecognised tag: 'executions'

2011-11-04 Thread Stuart McCulloch
On 4 Nov 2011, at 14:41, fachhoch wrote: > I am getting Reason: Parse error reading POM. Reason: Unrecognised tag: > 'executions' (position: START_TAG seen executions are only valid in the main build section - plugin goals in the reporting section should be configured using report sets: ht

Re: Unrecognised tag: 'executions'

2011-11-04 Thread Stuart McCulloch
On 4 Nov 2011, at 14:44, Benson Margulies wrote: > Nothing is visible. Please try again using plain text, or perhaps not > using nabble. they did attach a link to their pom.xml on pastebin: http://pastebin.com/CtBxjjR5 > On Fri, Nov 4, 2011 at 10:41 AM, fachhoch wrote: >> >> >> here comploet