Hi,
i would like to know if it's possible with an Ant mojo to create an
artifact.
All the examples i have found just perform so tasks but never create an
artifact.
I haven't found any information on that, can it be described in the *mojos.xml
?*
Thanks in advance,
Luc
Ok thanks that's exactly what i wanted.
On Mon, Feb 25, 2008 at 11:26 AM, Tomasz Pik <[EMAIL PROTECTED]> wrote:
> On Mon, Feb 25, 2008 at 11:21 AM, Bengali Bengali <[EMAIL PROTECTED]>
> wrote:
> > I need to find annotated classes and generate an XML file.
> &
>
> What exactly are you trying to do aside from populating a classloader
> with the classes and dependencies of the current project?
> On 22-Feb-08, at 1:55 PM, Bengali Bengali wrote:
>
>
>
s exactly what you need.
>
> On 22-Feb-08, at 12:42 PM, Bengali Bengali wrote:
>
> > Hi,
> >
> > I am writing my first Maven plugin and i need to load, at package
> > phase,
> > some compiled classes. I was wondering if it was possible to configure
> &
Hi,
I am writing my first Maven plugin and i need to load, at package phase,
some compiled classes. I was wondering if it was possible to configure
plexus's classloader with the following ressources:
- ${project.build.dir}/classes to be able to load some compiled classes.
- all the runtime depend