Re: Unrecognised tag: 'testResources'

2017-10-31 Thread Robert Scholte
On Mon, 30 Oct 2017 11:07:53 +0100, Ernst Reissner wrote: Hi all, When I run mvn resources:testResources i obtain |Non-parseable POM /home/ernst/Software/pom.xml:Unrecognisedtag:'testResources'| This is not the complete line. It must tell you what Maven expected and on which line/column

Re: Unrecognised tag: 'testResources'

2017-10-31 Thread Ernst Reissner
Hi Karl Heinz, Hi all > >> >> The problem seems >> >> |${resourceDir}trueoctave/octavercoctave/java.opts >> > ${tstResourcesDir}true*.rml| > >> > > Just try a mvn clean > > and see the output... I cannot even execute mvn clean, because the pom is not parseable if i include testRersources. Withou

Re: Unrecognised tag: 'testResources'

2017-10-30 Thread Karl Heinz Marbaise
Hi, On 30/10/17 11:07, Ernst Reissner wrote: Hi all, When I run mvn resources:testResources i obtain |Non-parseable POM /home/ernst/Software/pom.xml:Unrecognisedtag:'testResources'| Can you show the full pom file somewhere best would be on Github ... The problem seems |${resourceDir}tru

Unrecognised tag: 'testResources'

2017-10-30 Thread Ernst Reissner
Hi all, When I run mvn resources:testResources i obtain |Non-parseable POM /home/ernst/Software/pom.xml:Unrecognisedtag:'testResources'| The problem seems |${resourceDir}trueoctave/octavercoctave/java.opts${tstResourcesDir}true*.rml| As long as I had only the tag resources, all was fine. Now