Re: Apache Archiva is now a top level project at the ASF

2008-03-25 Thread archiva
On Thu, Mar 20, 2008 at 12:17 PM, Michael Mallete wrote: you guys rock! \m/ congratulations :) Arnaud HERITIER wrote: And girls. I think it is the only project in apache where we have two women in the team ;-) Sorry, it was all too tempting to correct you. I hope you forgive me: Main

RE: How to build properties JAR

2008-03-25 Thread PashaOvechkin
Hmmm... By default? I create src/main/resources directory, and run my pom... Don't see any properties jar :| Brian E Fox wrote: Put them in src/main/resources and it should happen by default. -Original Message- From: PashaOvechkin [mailto:[EMAIL PROTECTED] Sent: Monday,

how to start / stop the tomcat 6 server with maven2

2008-03-25 Thread sridhar.thota
How to start / stop the tomcat 6 server with maven2 Can any help me / send sample code / guide me Thanks Regards, Sridhar Thota, Accenture - India | O: +91 22 40444170 | Ext: 4170 | C: +91 9930245689 | Aim/gTalk: mails4sri | Mial/YIm/Msn: sridhar.thota -Original Message- From:

Re: How to build properties JAR

2008-03-25 Thread [EMAIL PROTECTED]
Putting files in src/main/resources will cause them to be stored in the main jar created by your module. Do you want to create two different jars, one for the code and one for the properties? If so, then the best way is probably to use the maven-assembly-plugin:

Re: How to build properties JAR

2008-03-25 Thread PashaOvechkin
Yes, I need separate jar, wich contain ONLY properties... And I use this plugin now, can you demonstrate what I need to add in my pom for done this task? Thans! [EMAIL PROTECTED] wrote: Putting files in src/main/resources will cause them to be stored in the main jar created by your module.

Re: [vote-2] release maven-reporting-impl 2.0.4.1

2008-03-25 Thread Lukas Theussl
+1 -Lukas Brian E. Fox wrote: Restaged, only the group Id has changed back to org.apache.maven.reporting. The original was out for 3 days, this vote will be for an additional 24 hours given the small change. -Original Message- From: Brian E. Fox [mailto:[EMAIL PROTECTED] Sent:

Why no sources published for plexus-container-default 1.0-alpha-44 release?

2008-03-25 Thread Jason Dillon
:-( --jason - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Why no sources published for plexus-container-default 1.0-alpha-44 release?

2008-03-25 Thread Brian E. Fox
Plexus utils too...it drives me up the wall. -Original Message- From: Jason Dillon [mailto:[EMAIL PROTECTED] On Behalf Of Jason Dillon Sent: Tuesday, March 25, 2008 7:46 AM To: Maven Developers List Subject: Why no sources published for plexus-container-default 1.0-alpha-44 release? :-(

RE: how to start / stop the tomcat 6 server with maven2

2008-03-25 Thread Brian E. Fox
Please use the users list for these questions. The dev list is reserved for Maven Plugin development questions, discussions. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2008 4:32 AM To: dev@maven.apache.org Subject: how to start / stop

how to start / stop the tomcat 6 server with maven2

2008-03-25 Thread sridhar.thota
Hi in my project we r using tomcat 6.0 and maven2 How to start / stop the tomcat 6 server with maven2 Can any help me / send sample code / guide me Thanks Regards, Sridhar Thota, Accenture - India | O: +91 22 40444170 | Ext: 4170 | C: +91 9930245689 | Aim/gTalk: mails4sri | Mial/YIm/Msn:

Re: Building Applet JARS inside WAR files using Maven 2.0

2008-03-25 Thread david
On Tue, 25 Mar 2008, [EMAIL PROTECTED] wrote: Hi, I have been scratching my head on this one for awhile. We have an applet which the class files are packaged up into a JAR file. This JAR file is then packaged up inside a WAR file which then gets packaged in an EAR file so that it can be

Re: how to start / stop the tomcat 6 server with maven2

2008-03-25 Thread Wayne Fay
As Brian said, send your questions to the Users list: Maven Users List [EMAIL PROTECTED] Also, do not send your emails repeatedly. If someone knows the answer, they will reply. Sending the same email 3+ times in 1 day will only make people angry, and they will be less likely to help you. Wayne

Re: How to build properties JAR

2008-03-25 Thread John Casey
This is a question that probably belongs on the users' list: [EMAIL PROTECTED] Additionally, the answer to your question can be learned by reading up on the assembly plugin here: http://maven.apache.org/plugins/maven-assembly-plugin/ Having said that, you can construct a properties-only jar

Re: Building Applet JARS inside WAR files using Maven 2.0

2008-03-25 Thread Wayne Fay
On Tue, 25 Mar 2008, [EMAIL PROTECTED] wrote: Hi, I have been scratching my head on this one for awhile. Please send these kinds of questions to the Maven Users list. This list is reserved for discussion of the development of Maven itself. Wayne

Re: Compiler plugin picks up source from jars in classpath

2008-03-25 Thread Benjamin Bentmann
I found that one of my dependencies bundles some source in the jar... the compiler plugin compiles it and it ends up in my artifact. Has anyone see this before? This could be unrelated to the plugin but be a general issue with javac. If you read its tech docs [0], you notice that it reads

Re: how to start / stop the tomcat 6 server with maven2

2008-03-25 Thread Rahul Thakur
Hi, Have a look at Cargo Maven 2 Plugin. (http://cargo.codehaus.org) I think there is also a tomcat plugin under Mojo project. (http://mojo.codehaus.org) Please start a new thread/post if you are not replying to an existing one instead, as it can be inconvenient to the users who use

RE: [vote] release plugin tools 2.4.1

2008-03-25 Thread Brian E. Fox
Results: +6: Brian, Jason, John, Dennis, Olivier, Lukas -Original Message- From: Brian E. Fox [mailto:[EMAIL PROTECTED] Sent: Monday, March 24, 2008 12:10 PM To: Maven Developers List Subject: RE: [vote] release plugin tools 2.4.1 Anyone else? -Original Message- From: Brian E.

Re: i am facing problem when i using tomcat 6.0 + maven2

2008-03-25 Thread Dennis Lundberg
Please don't hijack other peoples e-mail threads and change the subject. Especially not a [vote] thread! If you post this question to [EMAIL PROTECTED] and provide a complete error message/log and describe in more detail what Maven commands you are using, I'm sure someone will help you.

Re: unsubscribe

2008-03-25 Thread Dennis Lundberg
Nino Saturnino Martinez Vazquez Wael wrote: Info on how to subscribe to and unsubscribe from Maven mailing lists can be found on this page: http://maven.apache.org/mail-lists.html -- Dennis Lundberg - To unsubscribe,

Why hasn't maven-application-skin been released?

2008-03-25 Thread Dennis Lundberg
Is there a reason for this? And how is Continuum coping with this. Isn't this the skin that is used in the Continuum user interface? If there are no stoppers I can make the release. -- Dennis Lundberg - To unsubscribe,

RE: Maven and File Encoding

2008-03-25 Thread Brian E. Fox
Nope, nothing funky about the maven on there, the base 2.0 is the 2.0.8 package. -Original Message- From: Benjamin Bentmann [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2008 5:02 PM To: Maven Developers List Subject: Re: Maven and File Encoding Assuming I didn't mess up the

Re: Why hasn't maven-application-skin been released?

2008-03-25 Thread Brett Porter
I probably should have put this in the sandbox - I'm happy for it to be moved there. I was at one point going to use Maven skins in Continuum itself but at present they just use the XHTML/CSS that resides in there manually and have probably been customised. - Brett On 26/03/2008, at 7:08

Re: Why no sources published for plexus-container-default 1.0-alpha-44 release?

2008-03-25 Thread James William Dumay
Curious - why the special profile that generates them? On Tue, 2008-03-25 at 11:10 -0400, John Casey wrote: I think that was my fault. I guess I didn't include the profile that generates them. I'll be more careful next time. -john On Mar 25, 2008, at 8:08 AM, Brian E. Fox wrote:

Re: Maven and File Encoding

2008-03-25 Thread Hervé BOUTEMY
I haven't had yet the time to setup some nice IT for this, but the fix is here: MPLUGIN-101. great! There is one feature in this patch I don't like: you hardcoded a default encoding to ISO-8859-1 instead of no default value (which means platform encoding). I understand that platform encoding

Re: Why no sources published for plexus-container-default 1.0-alpha-44 release?

2008-03-25 Thread John Casey
Probably so development builds don't need to incur that overhead when they're built. I suppose this implicitly assumes that we're doing more development builds than releases...but this is probably logical. -john On Mar 25, 2008, at 6:45 PM, James William Dumay wrote: Curious - why the

Re: Why no sources published for plexus-container-default 1.0-alpha-44 release?

2008-03-25 Thread James William Dumay
Then perhaps the source plugin should be executed on the release profile? On Tue, 2008-03-25 at 19:30 -0400, John Casey wrote: Probably so development builds don't need to incur that overhead when they're built. I suppose this implicitly assumes that we're doing more development builds

Re: Why no sources published for plexus-container-default 1.0-alpha-44 release?

2008-03-25 Thread Brett Porter
On 26/03/2008, at 11:28 AM, James William Dumay wrote: Then perhaps the source plugin should be executed on the release profile? It is - my guess is it was run with 2.1 where it was removed (though my opinion remains it should be put back, and the version bumped up for when it is