maven 2 artifact resolution

2006-12-18 Thread Urbieta Matias
Hi, i have to resolve the last version of an artifact given. For example, i want to know which is the last version of log4j in my repository by a maven plugin. Is there any component that resolve it? -- Lic Matias Urbieta

resolve last version of an artifact inside a plugin

2006-12-18 Thread Urbieta Matias
Hi, i have resolve which is the last versiĆ³n of a local artifact inside a plugin. is there any component that resolves it? -- Lic Matias Urbieta

dependency list by dependient order

2006-11-02 Thread Urbieta Matias
HI, i want to know if there is a maven plugin that lists the dependencies by compilation order needed: For example: A depends on B, C and B depends on D so i need a list like D , C ,B, A or C, D,B,A ,etc Regards -- Lic Matias Urbieta

does anyone know how to replace plexus archiver for own one?

2006-10-13 Thread Urbieta Matias
does anyone know how to replace plexus archiver for own one? because i need to touch every compressed file. Other chance is replacing the jar plugin, but i'll have to change war plugin too. -- Lic Matias Urbieta - To