Re: source inclusion and exclusion out of the box in maven

2006-01-28 Thread Dave Maung
I meant in Maven2 On 1/28/06, Dave Maung <[EMAIL PROTECTED]> wrote: > > Is there way to include and exclude java source out of the box in maven > instead of using maven-compiler-plugin? > > > ../main/src/java > > eee.java > > Dave >

source inclusion and exclusion out of the box in maven

2006-01-28 Thread Dave Maung
Is there way to include and exclude java source out of the box in maven instead of using maven-compiler-plugin? ../main/src/java eee.java Dave

Re: continum setup question

2006-01-27 Thread Dave Maung
On 1/27/06, Dave Maung <[EMAIL PROTECTED]> wrote: > > I am trying to set up continum. However, I am not able to do so. > I launched continuum-1.0.2\bin\win32\run.bat, and I got this following > error > wrapper | Launching a JVM... > jvm 1| java.lang.NoClassDefFoundEr

continum setup question

2006-01-27 Thread Dave Maung
I am trying to set up continum. However, I am not able to do so. I launched continuum-1.0.2\bin\win32\run.bat, and I got this following error wrapper | Launching a JVM... jvm 1| java.lang.NoClassDefFoundError: Files\Zone jvm 1| Exception in thread "main" wrapper | JVM exited while loadin

allow maven to execute customized pom.xml

2006-01-26 Thread Dave Maung
Is there a properties to allow maven to execute customized pom.xml? something like mvn install -Dpom.files="custom-pom.xml"

Re: mvn site using http://svn.apache.org/repos/asf/maven/plugins/trunk/ repository

2006-01-26 Thread Dave Maung
thanks. It worked now. On 1/26/06, Brett Porter <[EMAIL PROTECTED]> wrote: > > Sorry, the instructions should have been "mvn install > -DupdateReleaseInfo=true" > > - Brett > > Dave Maung wrote: > > Hi Vincent, > > I tried your sugesstion. No

Re: mvn site using http://svn.apache.org/repos/asf/maven/plugins/trunk/ repository

2006-01-25 Thread Dave Maung
following in your site.xml: > > org.apache.maven.skins > maven-site-skin > 1.0-SNAPSHOT > > > Cheers, > > Vincent > > 2006/1/25, Dave Maung <[EMAIL PROTECTED]>: > > Hi Brett, > > I installed /repos/asf/maven/skins/trunk on my machine but I still ende

Re: mvn site using http://svn.apache.org/repos/asf/maven/plugins/trunk/ repository

2006-01-24 Thread Dave Maung
ultPluginManager.executeMojo( > DefaultPluginManager.java:415) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals ( > DefaultLifecycleExecutor.java:531) > > On 1/21/06, Brett Porter <[EMAIL PROTECTED]> wrote: > > > > You need to checkout th

Re: mvn site using http://svn.apache.org/repos/asf/maven/plugins/trunk/ repository

2006-01-24 Thread Dave Maung
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals( DefaultLifecycleExecutor.java:531) On 1/21/06, Brett Porter <[EMAIL PROTECTED]> wrote: > > You need to checkout the skins (/repos/asf/maven/skins/trunk) and do mvn > install. > > - Brett > > Dave Maung wrote

Re: mvn site using http://svn.apache.org/repos/asf/maven/plugins/trunk/ repository

2006-01-21 Thread Dave Maung
thanks On 1/21/06, Brett Porter <[EMAIL PROTECTED]> wrote: > > You need to checkout the skins (/repos/asf/maven/skins/trunk) and do mvn > install. > > - Brett > > Dave Maung wrote: > > Hi > > I am trying to run mvn site to compile all plugin and I got th

mvn site using http://svn.apache.org/repos/asf/maven/plugins/trunk/ repository

2006-01-20 Thread Dave Maung
Hi I am trying to run mvn site to compile all plugin and I got the below error. see my log file. I used repository of http://svn.apache.org/repos/asf/maven/plugins/trunk/ [INFO] Scanning for projects... [INFO] Reactor build order: [INFO] Maven Plugins [INFO] Maven PLUGIN Plugin [INFO] Maven

Re: Maven 2 Command mvn -P

2006-01-20 Thread Dave Maung
thanks On 1/20/06, Brett Porter <[EMAIL PROTECTED]> wrote: > > mvn projecthelp:describe -Dplugin=... > > > Dave Maung wrote: > > I am starting to try maven 2. The command that I always use was mvn -P > > plugin to see list of sub goals avaiable. However in Maven 2

Maven 2 Command mvn -P

2006-01-20 Thread Dave Maung
I am starting to try maven 2. The command that I always use was mvn -P plugin to see list of sub goals avaiable. However in Maven 2, this feature doesn't work anymore. example: mvn -P scm

Re: Maven2 Embedder source

2006-01-20 Thread Dave Maung
thanks On 1/20/06, Rinku <[EMAIL PROTECTED]> wrote: > > If you check out Maven 2 sources, embedder module is included. > http://maven.apache.org/source-repository.html > > Cheers, > Rahul > > - Original Message - > From: "Dave Maung" <[EMAIL P

Maven2 Embedder source

2006-01-20 Thread Dave Maung
Hi, Where can I Maven 2 Embedder source code? In Maven homepage, I dont see any information to download the Maven 2 Embeeder source. Dave