[VOTE] Release maven install plugin 2.2

2007-05-12 Thread Carlos Sanchez
Last release was more than a year ago and it's needed for ant plugin integration tests List of fixed issues http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11136&fixfor=12256 Deployed snapshot of rev 537548 -- I could give you my word as a Spaniard. No good. I've known too ma

Re: svn commit: r537542 - /maven/pom/trunk/maven/pom.xml

2007-05-12 Thread Wendy Smoak
FYI, I added jar plugin config for manifest specification/implementation entries to the maven-parent pom for v6. Does anyone think it will cause problems? I know there were issues with multi-line descriptions, but I believe the jar plugin was fixed to use 'name' instead. -- Wendy On 5/12/07, [

Re: Remote resources plugin for assemblies?

2007-05-12 Thread Wendy Smoak
On 5/12/07, Stefano Bagnara <[EMAIL PROTECTED]> wrote: My main concern is that NOTICE only include licensing/copyright for the runtime dependencies, while my assemblies often include also test/compile dependencies. I currently resolved adding a "postProjectText" in the pom: The ability to inc

Re: Remote resources plugin for assemblies?

2007-05-12 Thread Wendy Smoak
On 5/12/07, Stefano Bagnara <[EMAIL PROTECTED]> wrote: I've had the same problem. I currently add this to fileSets: target/maven-shared-archive-resources/META-INF/ / NOTICE LICENSE Thanks, that's exactly what I needed. :) -- Wendy -

Re: Maven Diagram Maker

2007-05-12 Thread Peter Kolbus
I've been spending the last couple of days with Prefuse with the intention of creating a Maven plugin to implement the Dependency Graphing proposal (http://docs.codehaus.org/display/MAVEN/Dependency+Graphing), also for Google Summer of Code. I have three concerns about the appropriateness of Prefu

Re: Maven Diagram Maker

2007-05-12 Thread Carlos Sanchez
yep, it's here http://svn.apache.org/repos/asf/maven/sandbox/trunk/shared/grafo/ samples in http://people.apache.org/~carlos/grafo/ I'm copying Peter Kolbus as he's going to be working on this in the Summer of Code program under my mentorship On 5/12/07, Brett Porter <[EMAIL PROTECTED]> wrote:

Re: Maven Diagram Maker

2007-05-12 Thread Brett Porter
Sorry, I was horribly vague. A few people have been toying with graphing libraries and there is some code in the sandbox that uses prefuse already, which it would be great to reuse. - Brett On 12/05/2007, at 11:03 AM, Evan Worley wrote: While I don't know all the details of prefuse, I don't

Re: Maven Diagram Maker

2007-05-12 Thread Evan Worley
While I don't know all the details of prefuse, I don't believe so. It seems to be a fresh approach and I think the layout algorithms were the result of one of the developer's Ph.D thesis. I have done a few prototypes with prefuse and I was extremely impressed. This was after trying a handful of

Re: Maven Diagram Maker

2007-05-12 Thread Brett Porter
On 12/05/2007, at 12:31 AM, Evan Worley wrote: As for the graph and layout, I can attest that the Piotr has selecting the best graphing platform available. Prefuse has been able to do leaps and bounds more than jung or jgraph, so I would be optimistic about his ability to manage the layo

Re: little get together at Apachecon?

2007-05-12 Thread Brett Porter
On 11/05/2007, at 11:35 AM, Jason van Zyl wrote: You guys just chatting about the Apache maven repository setup? Actually, just running through how to do maven uploads and adding sync partners from Carlos (I needed a refresher, and Henri is getting involved for the first time). Took some

Re: Maven Diagram Maker

2007-05-12 Thread Ralph Goers
Piotr Tabor wrote: Done: http://docs.codehaus.org/display/MAVENUSER/Maven+Diagram+Maker I'm not sure that Jimi's license is acceptable according to http://people.apache.org/~cliffs/3party.html. You would need to get verification that it's inclusion is approved before using it. Ralph ---

Re: Maven Diagram Maker

2007-05-12 Thread Piotr Tabor
I know that there are *big* problems with automatic layout with nearly every tool. So it is the reason why I am going to provide possibility to "lock nodes". The "locked" node will be assigned to final position - and layout strategy mustn't move it. It will be difficult - i think - in prefuse to

Re: Maven Diagram Maker

2007-05-12 Thread Piotr Tabor
Done: http://docs.codehaus.org/display/MAVENUSER/Maven+Diagram+Maker Piotr Tabor Jason van Zyl pisze: > I still think a summary in the wiki is the best place to start. This > will get lost amidst the noise. > > > On 11 May 07, at 4:22 AM 11 May 07, Piotr Tabor wrote: > >> I will create this summe

Re: Remote resources plugin for assemblies?

2007-05-12 Thread Stefano Bagnara
Wendy Smoak ha scritto: > Is the remote resources plugin also intended for assemblies? > > I have it configured to include license/notice in all the jars, but I > also need to get the files into the top level of the Archiva and > Continuum .tar.gz distributions. > > Any advice? I've had the same

Re: Maven Diagram Maker

2007-05-12 Thread Evan Worley
As for the graph and layout, I can attest that the Piotr has selecting the best graphing platform available. Prefuse has been able to do leaps and bounds more than jung or jgraph, so I would be optimistic about his ability to manage the layout. Evan On 5/11/07, Milos Kleint <[EMAIL PROTECTED]>