Re: Inject xml into the POM for build specific elements.

2017-06-05 Thread George Kopf
Thank you for your help. I figured it out using the tiles-maven-plugin. After fighting through the documentation I put together a simple tile and pulled it into my pom. To clarify what the docs are saying: 1. The tile will be called tile.xml, will be installed in your maven repository along

Re: Inject xml into the POM for build specific elements.

2017-06-05 Thread George Kopf
Thanks! We're using Maven 3. I just haven't refactored the pom yet. On Mon, Jun 5, 2017 at 8:47 AM, Karl Heinz Marbaise wrote: > Hi George, > > based on the comments in your example... > > Are you really using Maven 2 ? Please remove it...cause it's long end of > life... >

Re: Inject xml into the POM for build specific elements.

2017-06-05 Thread Karl Heinz Marbaise
Hi George, based on the comments in your example... Are you really using Maven 2 ? Please remove it...cause it's long end of life... Furthermore the repositories should be defined in users settings.xml and not inside the pom file...The distributionManagement should be done in a corporate

Re: Javadoc question

2017-06-05 Thread Richard W. Adams
This seems to be relevant to your issue: https://stackoverflow.com/questions/13183675/eclipse-javadoc-generation-fails-with-illegalargumentexception _ Cogitare extra arca archa From: Martin Gainty To:

Re: Javadoc question

2017-06-05 Thread Martin Gainty
same error with JDK-1.7.0_45 /woden/woden-dist/target/DISTRO~1/WODEN-~1.0M1>ant -debug -verbose javadoc Apache Ant(TM) version 1.9.2 compiled on July 8 2013 Trying the default build file: build.xml Buildfile: /woden/woden-dist/target/DISTRO~1/WODEN-~1.0M1/build.xml

Using files to activate Maven profiles

2017-06-05 Thread DariusX
On a micro-service leaning project, I have various modules that share certain common aspects among them but not everything. For instance, 5 modules may require Swagger-UI to be downloaded and unzipped into my target/webapp. Some other grouping of 5 modules may require something else. There no