Re: Overriding dependency scope

2014-03-29 Thread Alexander Kriegisch
FYI, this idea did not work. I still need help. Maybe defining a BOM is the way to go, but I would prefer to keep everything in one repo and one project. -- Alexander Kriegisch > Am 29.03.2014 um 11:35 schrieb "Alexander Kriegisch" > : > > Baptiste, Mirko, > > thanks for your answers. I was

maven-javadoc-plugin - Javadoc generation problem

2014-03-29 Thread Marek Romanowski
Hi, while building project I've found this kind of error: [INFO] [INFO] BUILD FAILURE [INFO] [INFO] Total time: 02:06 min (Wall Clock) [INFO] Finished a

Re: first step in getting started tutorial broken

2014-03-29 Thread Mark Eggers
On 3/29/2014 4:14 PM, Brendan Miller wrote: In the main tutorial located here: http://maven.apache.org/guides/getting-started/index.html The very first step fails: mvn archetype:generate \ -DarchetypeGroupId=org.apache.maven.archetypes \ -DgroupId=com.mycompany.app \ -DartifactId=my-app With

first step in getting started tutorial broken

2014-03-29 Thread Brendan Miller
In the main tutorial located here: http://maven.apache.org/guides/getting-started/index.html The very first step fails: mvn archetype:generate \ -DarchetypeGroupId=org.apache.maven.archetypes \ -DgroupId=com.mycompany.app \ -DartifactId=my-app With this error message: [INFO] Generating

Re: OutOfMemoryError with maven-javadoc-plugin

2014-03-29 Thread Robert Scholte
Hi, See also http://maven.apache.org/plugins/maven-javadoc-plugin/javadoc-mojo.html#debug With the generated script you can experiment without the overhead of Maven. Robert Op Fri, 28 Mar 2014 22:31:12 +0100 schreef Martin Hoeller : On 28 Mär 2014, Justin Georgeson wrote: The maven-jav

Re: maven release-plugin 2.5 bug - releasing snapshots...

2014-03-29 Thread Ron Wheeler
You don't mention Release Candidate of Milestone Releases. It seems that some of the versions that are going through to integration and end-user testing might fit these categories. These were mentioned earlier in this thread but seemed to have been skipped in the discussion as your process got b

Re: OutOfMemoryError with maven-javadoc-plugin

2014-03-29 Thread Ron Wheeler
On 28/03/2014 5:29 PM, Martin Hoeller wrote: Hi Ron! On 28 Mär 2014, Ron Wheeler wrote: Have you tried increasing the JVM memory past MAVEN_OPTS="-Xmx1536m -Xms512m -XX:MaxPermSize=512m" MAVEN_OPTS="-Xmx1280m -Xms256m -XX:MaxPermSize=768m" You could try something extreme (-Xmx8g ) and see if

Re: Overriding dependency scope

2014-03-29 Thread Alexander Kriegisch
Baptiste, Mirko, thanks for your answers. I was unable to override the scope in a depending POM, I tried several approaches, e.g. redefining "dependencyManagement" in the child POM - to no avail. I have heard about the rule/idiom "dependency mgmt overrides dependency scope" before, but I have n