Re: [m2] archetype plugin bug?

2005-10-24 Thread Brett Porter
Yes, Maven 2 has a maven-archetype-plugin in the components list. We
haven't had an opportunity to create projects for the Maven2 plugins
yet

On 10/24/05, Jon Ekdahl <[EMAIL PROTECTED]> wrote:
>
> Brett (or anyone else),
>
> I can't seem to find the proper component in JIRA to file this issue.
> When I try to create a new issue there is no maven-archetype-plugin
> project in the drop-down. Should I file it under Maven2?? (sounds weird...)
>
> Regards, Jon
>
> 
>
> From: Brett Porter [mailto:[EMAIL PROTECTED]
> Sent: sat 2005-10-22 02:01
> To: Maven Users List
> Subject: Re: [m2] archetype plugin bug?
>
>
>
> you can use -Dpackage to set a different package, but we should
> certainly validate the input. Please file a bug in JIRA.
>
> - Brett
>
> On 10/21/05, Jon Ekdahl <[EMAIL PROTECTED]> wrote:
> >
> > Hi,
> >
> > I'm just getting started on m2 and I believe I stumbled over a bug.
> > I created a template project with the following command:
> >
> > mvn archetype:create -DgroupId=my-group -DarchetypeId=my-app
> >
> > The generated App.java file starts with the line:
> >
> > package my-group;
> >
> > which is not a valid package definition, so the code won't compile
> > ("mvn compile" fails).
> >
> > Maybe I'm not using the plugin correctly, but it shouldn't be generating
> > faulty code, right? Is this actually a bug, and if so, how do I go about
> > reporting it?
> >
> > Regards, Jon
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [m2] archetype plugin bug?

2005-10-24 Thread Jon Ekdahl
 
Brett (or anyone else),
 
I can't seem to find the proper component in JIRA to file this issue.
When I try to create a new issue there is no maven-archetype-plugin
project in the drop-down. Should I file it under Maven2?? (sounds weird...)
 
Regards, Jon



From: Brett Porter [mailto:[EMAIL PROTECTED]
Sent: sat 2005-10-22 02:01
To: Maven Users List
Subject: Re: [m2] archetype plugin bug?



you can use -Dpackage to set a different package, but we should
certainly validate the input. Please file a bug in JIRA.

- Brett

On 10/21/05, Jon Ekdahl <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I'm just getting started on m2 and I believe I stumbled over a bug.
> I created a template project with the following command:
>
> mvn archetype:create -DgroupId=my-group -DarchetypeId=my-app
>
> The generated App.java file starts with the line:
>
> package my-group;
>
> which is not a valid package definition, so the code won't compile
> ("mvn compile" fails).
>
> Maybe I'm not using the plugin correctly, but it shouldn't be generating
> faulty code, right? Is this actually a bug, and if so, how do I go about
> reporting it?
>
> Regards, Jon
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [m2] archetype plugin bug?

2005-10-21 Thread Brett Porter
you can use -Dpackage to set a different package, but we should
certainly validate the input. Please file a bug in JIRA.

- Brett

On 10/21/05, Jon Ekdahl <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I'm just getting started on m2 and I believe I stumbled over a bug.
> I created a template project with the following command:
>
> mvn archetype:create -DgroupId=my-group -DarchetypeId=my-app
>
> The generated App.java file starts with the line:
>
> package my-group;
>
> which is not a valid package definition, so the code won't compile
> ("mvn compile" fails).
>
> Maybe I'm not using the plugin correctly, but it shouldn't be generating
> faulty code, right? Is this actually a bug, and if so, how do I go about
> reporting it?
>
> Regards, Jon
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]