Re: Unclear about maven web app directory structure

2010-04-26 Thread Werner Punz
Am 25.04.10 22:33, schrieb Dan King: From: Anders Hammarand...@hammar.net To: Maven Users Listusers@maven.apache.org Sent: Sun, April 25, 2010 4:11:57 PM Subject: Re: Unclear about maven web app directory structure The java folder is for your java source code, while the webapp folder is

Re: [ANN] Apache Maven 3.0-beta-1 Released

2010-04-25 Thread Werner Punz
Excellent stuff, I ran my own 2 projects through maven 3 and got errors but all of them came down either to my own ones (double setting of a repository) or a deprecated plugin which had a successor. So for me, no error to report. Werner Am 23.04.10 15:05, schrieb Benjamin Bentmann: The Maven

Re: maven war plugin different webapp path

2009-12-11 Thread Werner Punz
On Thu, Dec 10, 2009 at 14:12, Werner Punz werner.p...@gmail.com wrote: Hello I have following problem I have to adjust the maven war plugin to a different webapp source directory. I used webResources resource directorywebappDir/directory /resource /webResources

maven war plugin different webapp path

2009-12-10 Thread Werner Punz
Hello I have following problem I have to adjust the maven war plugin to a different webapp source directory. I used webResources resource directorywebappDir/directory /resource /webResources to adjust it Now if I have a standalone project this works perfectly

Re: Maven archtypes and custom parameters

2009-10-15 Thread Werner Punz
Martin Höller schrieb: On Tuesday 13 October 2009 Werner Punz wrote: Hello everyone I am new to the maven archetype programming but I ran instantly into a problem. I have a custom archetype which should generate some java code the java file has something like public static String ${myvar

Maven archtypes and custom parameters

2009-10-13 Thread Werner Punz
Hello everyone I am new to the maven archetype programming but I ran instantly into a problem. I have a custom archetype which should generate some java code the java file has something like public static String ${myvar} and I try to generate the code from the artefact via mvn