On 22/11/06, Mark Hobson <[EMAIL PROTECTED]> wrote:
I've got a working shared component and plugin here. I was waiting
until I had time to write javadoc and some comprehensive tests before
submitting it, but am happy to submit it in it's present state and
then add tests later. I'll raise an iss
Hi Kenney,
On 22/11/06, Kenney Westerhof <[EMAIL PROTECTED]> wrote:
I was just googling for a plugin like this.
Are there any updates on this or something usable somewhere?
I've got a working shared component and plugin here. I was waiting
until I had time to write javadoc and some comprehen
Hey,
I was just googling for a plugin like this.
Are there any updates on this or something usable somewhere?
-- Kenney
Brett Porter wrote:
I think shared for the component, and a new mojo for the report.
There's a JIRA I filed for this about a year and a half ago, so if you
can find that
I think shared for the component, and a new mojo for the report.
There's a JIRA I filed for this about a year and a half ago, so if
you can find that and mark it fixed, feel free :)
- Brett
On 23/10/2006, at 3:59 PM, Mark Hobson wrote:
Hi Jason,
That should be fine, I wrote it with that k
On 23 Oct 06, at 6:59 PM 23 Oct 06, Mark Hobson wrote:
Hi Jason,
That should be fine, I wrote it with that kind of separation in mind.
The class file analyser is totally independent of Maven, so not sure
whether that would move it out of maven-shared and into
plexus-components? It's only the m
On 23/10/06, Mark Hobson <[EMAIL PROTECTED]> wrote:
Shall we say a maven-dependency-analyser project in maven-shared?
Itchy trigger finger.. ignore that bit!
Mark
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional com
Hi Jason,
That should be fine, I wrote it with that kind of separation in mind.
The class file analyser is totally independent of Maven, so not sure
whether that would move it out of maven-shared and into
plexus-components? It's only the mojo that brings in the Maven
dependencies - any preferenc
Hey,
Sounds good, but I think the most useful form of reuse is a Plexus
component. This means it can easily be used in Mojos and any other
Maven application that uses Plexus.
We can then put it in maven-shared. Definitely sounds useful and
allows you to do the "Optimize Dependencies" in t
Hi there,
I've written a mojo that analyses the current project's dependencies
against those that are declared in the pom. It uses ASM to determine
the actual class dependencies from the project's compiled classes and
test classes, and then compares these against the classes held within
the proj