Re: [VOTE] Release Maven JXR version 2.4

2013-12-17 Thread Maarten Storm
I hpe this helps big plus +1 On Dec 17, 2013 10:10 PM, "Michael-O" <1983-01...@gmx.net> wrote: > One more vote please! > > Am 2013-12-10 22:41, schrieb Michael-O: > >> Hi, >> >> We solved 11 issues: >> http://jira.codehaus.org/secure/ReleaseNote.jspa? >> version=17492&styleName=Html&projectId=1108

Re: [vote] promote pdf plugin

2009-03-09 Thread Maarten Storm
+1 On Mon, Mar 9, 2009 at 12:35 PM, Rémy Sanlaville wrote: > big +1 (thanks). > > Just try it for a project. I have to dig a little because I have two parsing > error like: > Embedded error: Error parsing ...\src\site\fml\doc\faq.fml: Error validating > the model: Error: >  Public ID: null >  Sys

Re: Programmatically adding dependencies to a MavenProject

2009-01-26 Thread Maarten Storm
? Kind regards, Maarten Storm On Mon, Jan 26, 2009 at 5:36 PM, Jason van Zyl wrote: > This is a bad idea and don't count on Maven 3.x supporting this because it > makes determining what the dependencies are black magic. The dependency tree > and visualization tools won't work.

Re: [VOTE] Release maven-skins parent POM 4

2008-12-29 Thread Maarten Storm
+1 On Mon, Dec 29, 2008 at 9:08 AM, Mauro Talevi wrote: > +1 > Dennis Lundberg wrote: >> >> Hi >> >> It time to release our Stylus skin. To start off we need to get a new >> release of maven-skins parent 4 out, so that we later can release >> maven-stylus-skin. This is to comply with the new with

Re: Programmatically adding dependencies to a MavenProject

2008-12-26 Thread Maarten Storm
Yes, that is what I'm looking for I think. I will give it a go in the coming week. On Sat, Dec 27, 2008 at 1:36 AM, Maarten Storm wrote: > Yes I can add the dependencies using import (did not know that this > was a scope...) and no, that is not possible since all the parent > poms

Re: Programmatically adding dependencies to a MavenProject

2008-12-26 Thread Maarten Storm
s that need it, thus synchronizing the > dependencies across them all. > > > On 12/26/08 7:11 PM, "Maarten Storm" wrote: > >> Hello, >> The reason why I would like to add dependencies programmaticaly is the >> following: In my open source project I have 3

Re: Programmatically adding dependencies to a MavenProject

2008-12-26 Thread Maarten Storm
an help me with step 2 en 3. Kind regards, Maarten Storm On Fri, Dec 26, 2008 at 8:31 PM, Jason van Zyl wrote: > From the Maven 1.x days where we did this and realized that if the model of > your dependencies not explicit in your pom.xml file then it's not clear to > anyone where dep

Programmatically adding dependencies to a MavenProject

2008-12-26 Thread Maarten Storm
Hello all, I would like to add programmatically dependencies to the MavenProject. I have looked in the mail archives but I could not find info on this topic.Is there a possible solution for this? Kind regards, Maarten Storm - To