Maven dummy project

2013-03-30 Thread Parimala Prahlada
I am a newbie to Maven, started with Maven only few months back. I am looking for a dummy or a toy project where I can try out what I have learned so far in Maven and that it gives a chance to know what don't know. Any help you provide in this regard would be greatly appreciated. - Parimala

Re: Maven dummy project

2013-03-30 Thread Kevin Krumwiede
I started with Maven by writing a Hello, World! program that printed its message through slf4j just so I would have an excuse to pull in some dependencies. Then I used that project to experiment with a variety of plugins, including creating custom assemblies with maven-assembly-plugin and

Re: Maven dummy project

2013-03-30 Thread Aldrin Leal
$ mvn archetype:generate is your portal to happiness (really) -- -- Aldrin Leal, ald...@leal.eng.br Master your EC2-fu! Get the latest ekaterminal public beta http://www.ingenieux.com.br/products/ekaterminal/ On Sat, Mar 30, 2013 at 3:20 AM, Parimala Prahlada parimalaprahl...@gmail.com wrote:

Re: maven profiles - load config.properties based on environment

2013-03-30 Thread David Karr
As Stephen states, and you've realized intuitively, this is not what Maven is for. A simple way to do what you're trying to do is simply to package all of the config files for each environment in your artifact, although perhaps without the production one (which typically has production

Re: C# compiler / plexus-compiler-csharp

2013-03-30 Thread Gabriel Goïc
Hilco Wijbenga hilco.wijbenga at gmail.com writes: Hi all, I found the plexus-compiler-csharp in http://maven.apache.org/plugins/maven-compiler-plugin/non-javac-compilers.html. I'd like to know how to actually use this compiler. I've got some Java code and some C# code (the latter

Re: C# compiler / plexus-compiler-csharp

2013-03-30 Thread Dan Tran
wow, a question finally get a response after 4 years :) On Sat, Mar 30, 2013 at 10:58 AM, Gabriel Goïc gabriel.g...@gmail.comwrote: Hilco Wijbenga hilco.wijbenga at gmail.com writes: Hi all, I found the plexus-compiler-csharp in