Re: generated-sources class files not in final artifact

2008-01-03 Thread Nick Stolwijk
ed to the compiler plugin. Other plugins also could use the source directories, like the Javadoc plugin (I'm not 100% sure, but I guess it uses them). If you use the build-helper-plugin, also the javadoc plugin takes advantage. Hth, Nick Stolwijk Pankaj Tandon wrote: Thanks Jeff and Nic

Re: maven and surefire

2007-12-31 Thread Nick Stolwijk
Have you tried running Surefire in fork mode? [1] Hth, Nick Stolwijk [1] http://maven.apache.org/plugins/maven-surefire-plugin/examples/forking.html Marco Mistroni wrote: hi all, i am experiencing problems with maven2 and surefire i have an existing app that uses ant, and in running

Re: How to deploy corporate-pom?

2007-12-19 Thread Nick Stolwijk
e pom) artifact. (Don't fail on released versions) - Very optional (I can't find a good use case):Option to fail on released versions also. - Option to not fail on major changes. (so update from 0.9.1 -> 0.9.2 fail, from 0.9.0 to 1.0.0 don't fail) Any other use cases/ideas? With

Re: How to deploy corporate-pom?

2007-12-19 Thread Nick Stolwijk
I was also thinking, that you could write a custom rule for the enforcer plugin, which checks that the topmost parent is the latest in the available repositories. Maybe I will write it tomorrow, if you are interested. Hth, Nick Stolwijk [EMAIL PROTECTED] wrote: Couldn't you put the ve

Re: A nice circle: parent pom in remote repository

2007-12-17 Thread Nick Stolwijk
Wendy Smoak wrote: On 12/17/07, Nick Stolwijk <[EMAIL PROTECTED]> wrote: Is there a way to solve this? I thought about a profile in the settings.xml or profiles.xml, but then you still have to change the value everywhere when your repository changes url. We put internal reposi

Why no plugin configuration in profiles.xml

2007-12-17 Thread Nick Stolwijk
, Nick Stolwijk - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

A nice circle: parent pom in remote repository

2007-12-17 Thread Nick Stolwijk
e has any experience with this. With regards, Nick Stolwijk - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Game archetype

2007-12-11 Thread Nick Stolwijk
environment up and running with one maven command, as all the existing tutorials are complex and error prone. "all" of them, eh? Careful, buddy, many people on this list wrote those tutorials. I think he meant the Java Gaming Tutorials, not the Maven tutorials. ;) --

Re: mvn site:site run maven-antrun-plugin, why?

2007-12-05 Thread Nick Stolwijk
has to do with plugins the forks the VM, but, that's also just a guess at this time. Erez. On Dec 5, 2007 10:02 PM, Nick Stolwijk <[EMAIL PROTECTED]> wrote: If I may have a guess, you're using the surefire reports? And all the antruns are in or before the test phase? The surefi

Re: mvn site:site run maven-antrun-plugin, why?

2007-12-05 Thread Nick Stolwijk
files are already in place, because those aren't generated in this case. Hth, Nick Stolwijk Erez Nahir wrote: Thanks Mick and Wendy for your prompt reply, Mick, unfortunately I can not use this (good) idea, my antrun is running in many modules processing different tasks. I'll try O

Re: [m2] Any suggestion to include pom root in eclipse workspace

2007-12-02 Thread Nick Stolwijk
I'm on a Linux machine and simply created a symlink to the parent pom in one of the submodules. Then it showed up in Eclipse. Hth, Nick Stolwijk Yann Albou wrote: Hello; I use a multi module maven project. after generating the eclipse project and importing these project in an ec

Re: Best way of changing project version

2007-11-27 Thread Nick Stolwijk
release:perform you have a tag of version 0.1.0, your 0.1.0 is deployed in your repository and your trunk is at 0.1.1-SNAPSHOT. See [1] for the documentation, Hth, Nick Stolwijk [1] http://maven.apache.org/plugins/maven-release-plugin/ Enrique Gaona wrote: Greets, I have a big maven project

Re: Maven2 and Selenium problem / anyone could help?

2007-11-26 Thread Nick Stolwijk
n't currently hosted on google.com. When Selenium and the application you are testing is hosted on the same domain, however, you do not run into the cross-site scripting security feature/limitation. You can read more about cross-site scripting here: Dev Articles [2] Hth, Nick Stolwijk [

Re: Not able to pass multiple arguments to javac

2007-11-26 Thread Nick Stolwijk
, when you have multiple "compilerArgument" elements only one is taken. I guess it just runs setCompilerArgument multiple times. With regards, Nick Stolwijk Sahoo wrote: I doubt those message come from javac. They were printed by maven when I ran it with -X option. Tell me what is the o

Re: The Maven team needs help from translators

2007-11-25 Thread Nick Stolwijk
Shall we both do half and check each other? maarten roosendaal wrote: Nick, Thanks, i'll need someone to verify my translations so can i mail you what i've got friday (hopefully i'll get everything done by wensday) ? - Original Message ---- From: Nick Stolwijk <[EM

Re: The Maven team needs help from translators

2007-11-25 Thread Nick Stolwijk
Maarten, If you need help with the dutch translations, just give a shout. I can do some in this week. With regards, Nick Stolwijk maarten roosendaal wrote: Hi Dennis, I'll take the Dutch translations, when is the deadline for this part? I'll try to have it done by the end of t

Re: [m2] OutOfMemoryError with MAVEN_OPTS=-Xmx1792m

2007-11-05 Thread Nick Stolwijk
Maybe you can try it with -XX:MaxPermSize The default value is 64M iirc. If you set this to a higher value, it helps maybe. Still, it is good to try out why you are using so much permgen space. Hth, Nick Stolwijk Dion Gillard wrote: What is causing the large usage of memory? On 8/22/07

Re: How to create eclipse project from parent-child POMs

2007-11-05 Thread Nick Stolwijk
You can run the eclipse:eclipse commando inside the "project folder" or make sure that the "project folder" is a submodule of the root by added artifactId to root/pom.xml. Hth, Nick Stolwijk lightbulb432 wrote: At a particular source control location, how can I run

Re: can't find maven-buildnumber-plugin

2007-11-01 Thread Nick Stolwijk
The site is also down. Maybe the project ended and they removed it? At least they are still in the Codehaus sandbox and snapshots can be retrieved from their repository [1]. Hth, Nick Stolwijk [1] http://snapshots.repository.codehaus.org/org/codehaus/mojo/buildnumber-maven-plugin/ Gunnar

Re: Is there a way to restrict the version of maven used?

2007-11-01 Thread Nick Stolwijk
According to the POM model [1] this should be: http://maven.apache.org/ref/2.0.7/maven-model/maven.html#class_prerequisites>> 2.0.7 Hth, Nick Stolwijk [1] http://maven.apache.org/ref/2.0.7/maven-model/maven.html Greg Morgan wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA

Re: How to override an activeByDefault profile?

2007-10-25 Thread Nick Stolwijk
qa false In short, only activate dev when the property is true. When activating another profile, set the property to false. Unfortunately, it ain't working. Somebody has a better idea? Hth, Nick Stolwijk Morris Jones wrot

Re: maven-assembly-plugin

2007-10-25 Thread Nick Stolwijk
also want the MANEFEST.MF file created so that I can execute java -jar batch.jar on the command line. To create the MANIFEST file, take a look at the jar plugin. It has two pages about customizing the manifest. See [2] and [3]. Hth, Nick Stolwijk [1] http://maven.apache.org/plugins/maven-

Re: jgoodies

2007-10-24 Thread Nick Stolwijk
]. Hth, Nick Stolwijk [1] http://maven.apache.org/guides/mini/guide-central-repository-upload.html Brandon Enochs wrote: Does anybody know if the latest version of forms (1.1.0) and looks (2.1.4) are part of the maven repository

Re: Newbie question on deployment strategy

2007-10-24 Thread Nick Stolwijk
it to a production server. (Our development cycle is Development, Test, Acceptance, Production) I hope this clears things up a bit. With regards, Nick Stolwijk Ross Mcdonald wrote: Hi all, I am a newbie to this, carefully considering bringing Maven in house to our small company to improve

Re: Changing the default local repository

2007-10-24 Thread Nick Stolwijk
If you look at the Settings Object Model[1], you'll see the following tag: /settings/localRepository. That's the one you're looking for. Hth, Nick Stolwijk [1] http://maven.apache.org/ref/2.0.7/maven-settings/settings.html [EMAIL PROTECTED] wrote: I 've looked thru th

Re: Bug, or User Error with maven.war.src.excludes

2007-10-09 Thread Nick Stolwijk
n the documentation and the implementation of the war plugin. It the plugin uses the exclude attribute, it should be ok. Could you maybe try to check out the plugin, change it and look whether it helps? Something like this: Hth, Nick Stolwijk [1] http://svn.apache.org/repos/asf/

Re: How to generate-sources always ?

2007-10-08 Thread Nick Stolwijk
Take a look at the Maven Antrun plugin [1], it's usage [2] and especially the plugin/executions/execution/phase element. Hth, Nick Stolwijk [1] http://maven.apache.org/plugins/maven-antrun-plugin [2] http://maven.apache.org/plugins/maven-antrun-plugin/usage.html Mac-Systems wrote: Hell

Re: Transitive dep misunderstanding

2007-10-03 Thread Nick Stolwijk
A.F.A.I.K. transitive dependencies only count at runtime. You need those dependencies to run your program. If you need a dependency at compile time, it is your own dependency and not some transitive dependency. Hth, Nick Stolwijk Raffaele wrote: Hi all, my very simple scenario: project B

Re: ghost dependencies

2007-10-01 Thread Nick Stolwijk
Could you run mvn -X install on your project and search the output for this dependency. Maybe that will clear things up? Hth, Nick Stolwijk Darren Salomons wrote: When I package up my WAR file I get a jar file(avalon-framework) bundled up with it that is not a dependency nor a transitive

Re: maven-surefire-plugin

2007-09-26 Thread Nick Stolwijk
Just add a dependency with scope "test" and it will be added to your test classpath. Hth, Nick Stolwijk Guillaume Boucherie wrote: Hi, In the maven1 test plugin it's possible to add jar's in the classpath with the properties maven.test.classpath Does maven2 surefire plu

Re: Maven not compiling source under generated-sources

2007-09-26 Thread Nick Stolwijk
Axis2 sometimes changes its groupid. The latest is found here: http://repo1.maven.org/maven2/org/apache/axis2/axis2-wsdl2code-maven-plugin/1.3/ Give it a try. Hth, Nick Stolwijk Andrew Strickland wrote: Nick, Thanks for the response! I have looked at the axis2 maven plugin

Re: svn: Directory 'target\.svn' containing working copy admin area is missing

2007-09-25 Thread Nick Stolwijk
ository changes, not only in your local (or continuums) working copy! Everything under target should never get into your source repository. My svn:ignore property on the root of a Maven 2 project or module mostly look like this: target .project .classpath .settings Hth, Nick Stolwijk Raffa

Re: Why Maven is Hard?

2007-09-25 Thread Nick Stolwijk
I always find this [1] a good starting point for the internal lifecycle and packaging workings of Maven. Hth, Nick Stolwijk [1] http://cvs.peopleware.be/training/maven/maven2/buildLifecyclePhases.html In maven, so much of it is implicit (but un/under documented) that it's tough to see w

Re: maven release plugin

2007-09-25 Thread Nick Stolwijk
I only know of a parameter to automatically take the default: mvn --batch-mode release:prepare I don't know it that's enough for you? Hth, Nick Stolwijk alexsil wrote: Hi all, is it possible to pass as command line the new version that I want to set instead of insert manually whe

Re: junit test ok, maven test fails , waiting online

2007-09-25 Thread Nick Stolwijk
I (and many other users) would be happy to help you with any problem, but, please, could you read the "How To Ask Questions The Smart Way" article[1] or any other document about asking questions on user lists? With regard, Nick Stolwijk [1] http://www.catb.org/~esr/faqs/smart-questio

Re: Why Maven is Hard?

2007-09-24 Thread Nick Stolwijk
some of the plugins is hard to understand. But mostly, this are third party plugins, so the Maven team can't do anything about it. You will have to mail the team of the plugin. Hth, Nick Stolwijk Denis Bessmertniy wrote: It is interesting why maven is so hard to understand? Why it is not

Re: scp upload verbosity

2007-09-21 Thread Nick Stolwijk
) it will instantiate a BatchDownloadMonitor instead of a ConsoleDownloadMonitor. Hth, Nick Stolwijk [1] https://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x/maven-core/src/main/java/org/apache/maven/cli/AbstractConsoleDownloadMonitor.java [2] https://svn.apache.org/repos/asf

Re: scp upload verbosity

2007-09-21 Thread Nick Stolwijk
As far as I can see the output is caused by a class in the wagon project, namely Debug.java [1] I don't know which class instantiated it (it is not instantiated inside the wagon project) Hth, Nick Stolwijk [1] http://svn.apache.org/viewvc/maven/wagon/trunk/wagon-provider-api/src/main

Re: mvn test : surefire dependency problem

2007-09-18 Thread Nick Stolwijk
In which remote repository are you looking? As fas as I can see classworlds:clasworlds:jar:1.1.-alpha-2 still exists [1] as does the other one [2] Hth, Nick Stolwijk [1] http://repo1.maven.org/maven2/classworlds/classworlds/1.1-alpha-2/ [2] http://repo1.maven.org/maven2/org/codehaus/plexus

Re: problem setting up servlet and jsp api dependencies as provided scope

2007-09-14 Thread Nick Stolwijk
Which version of Tomcat 6.0 are you using? Tomcat supports jsp 2.1 since 6.0.14 and the method getJspApplicationContext was introduced in JSP 2.1. Hth, Nick Stolwijk thebugslayer wrote: Hi, I understand this problem is more of Eclipse related, but it also involves Maven setup, so I thought

Re: Executing a CMD progam from within a Mojo?

2007-09-14 Thread Nick Stolwijk
Have a look at the Maven Exec Plug-In [1]. Hth, Nick Stolwijk [1] http://mojo.codehaus.org/exec-maven-plugin/ Manos Batsis wrote: I'm looking for the "proper" way to do that (synchronously, if that makes sense), can it be org.codehaus.plexus.util.cli.CommandLineUtils? I w

Re: Question about restoring project dependencies

2007-09-14 Thread Nick Stolwijk
WIth only a mvn install this isn't possible because your local repository has no notion of different snapshot versions. If you did a deploy to a remote repository you could add a timestamp to the dependency and it will resolve to the older version. Hth, Nick Stolwijk Raffaele wrote: H

Re: RPM Maven Plugin and Release Plugin

2007-09-14 Thread Nick Stolwijk
working copy or something. I guess you can safely modify it in your working copy back to 2.0-alpha-3-SNAPSHOT. Hth, Nick Stolwijk [1] r4888 | kaare | 2007-08-10 13:21:06 +0200 (Fri, 10 Aug 2007) | 1 line o updated version info [EMAIL PROTECTED] wrote: Hi Nick, thanks for your quick reply

Re: RPM Maven Plugin and Release Plugin

2007-09-14 Thread Nick Stolwijk
Your url is not good, it should be http://svn.codehaus.org/mojo/trunk/sandbox/rpm-maven-plugin/ . You can get the source there and do a release to your local or remote repository. Hth, Nick Stolwijk [EMAIL PROTECTED] wrote: Hi all, I want to perform a release with the release plugin on a

Re: Maven 2 and Subversion

2007-09-07 Thread Nick Stolwijk
te scm validate update [...] But I don't think it is recommended to do it this way, maybe activate it with a profile or indeed looking into a real continuous build server. Hth, Nick Stolwijk Eric Miles

Re: Confused by local repository

2007-09-06 Thread Nick Stolwijk
You say the artifact is in the directory gwt, while your groupId is com.google. I guess this also goes wrong. Hth, Nick S. KOULOURIS Stefan wrote: Hi all, I'm trying to setup a project limited by a very restrictive repository management. Let's say we can't use the normal maven2 r

Re: site-deploy asks for password...

2007-09-05 Thread Nick Stolwijk
r) and use that in distributionManagement. Hth, Nick Stolwijk Johannes Schneider wrote: Hi, I use the following to deploy my site: pom.xml: cedarsoftWeb Cedarsoft Web scp://cedarsoft.org/var/customers/webs/jschneider/cedarsoft.org my settings.xml

Re: assembly - plugin

2007-09-05 Thread Nick Stolwijk
I guess you have to split up the commons-project into multiple modules and then just install them like a normal artifact. Why use the assembly plugin for such tasks? With regards, Nick Stolwijk Matthias Marchart wrote: I'm sorry, i subsribed to the list about 15 min. ago ;) The sol

Re: assembly - plugin

2007-09-05 Thread Nick Stolwijk
Yes, and the answer was given an hour ago to someone else's post. To quote: Hi, Evan Toliopoulos schrieb: Hi, I am having trouble deploying a 'tar.gz' assembly of a parent project using the deploy goal. The parent project has a number of child module projects. Essentially I am running the fo

Re: Eclipse setup for Multi-module project

2007-09-04 Thread Nick Stolwijk
people not upgrading their parent pom) I hope it is clear, if not, ask. Nick Stolwijk Brian Smith wrote: Has anyone come up with a decent way to setup a project in Eclipse that will support a multi-module project? The best example I've seen is in the "Better Builds with Maven" boo

Re: Eclipse setup for Multi-module project

2007-09-04 Thread Nick Stolwijk
Nick Stolwijk wrote: In your daytrader directory, run mvn eclipse:eclipse. This will create the .project and .classpath files of the child modules with dependencies for eclipse between them if necessary. Then, in Eclipse, import your projects. If you want your parent pom.file easily

Re: Can mvn release:prepare be overridden to allow SNAPSHOTs?

2007-08-22 Thread Nick Stolwijk
sk for each snapshot found. Do the same with the versions as I explained in the other mail and you're set. If you even introduce a variable to turn this on and off, maybe it can make it into the official build. Hth, Nick Stolwijk [1] http://svn.apache.org/repos/asf/maven/release/tru

Re: Can mvn release:prepare be overridden to allow SNAPSHOTs?

2007-08-22 Thread Nick Stolwijk
file to reflect your changes and install and deploy again. Hth, Nick Stolwijk Matthew McCullough wrote: Wow. Thanks for the very insightful approach. It's kind of a very invasive one in changing "code", but one that I may very well need to use if I keep having to cut a release

Re: Can mvn release:prepare be overridden to allow SNAPSHOTs?

2007-08-22 Thread Nick Stolwijk
Another solution is to check out the release manager and remove that phase from the components.xml and release an own version of the release manager and release plugin. It is not a nice way, though. Hth, Nick Stolwijk Steven Rowe wrote: Hi Matthew, I have gotten around this problem by

Re: Dependencies

2007-08-22 Thread Nick Stolwijk
I think you mean Transitive Dependencies, which is one of the main points of Maven 2. See the documentation [1]. Hth, Nick Stolwijk [1] http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html Hemant Ved wrote: Hi Is there a way maven can include

Re: Maven 2 -> Maven 1 converter

2007-08-22 Thread Nick Stolwijk
It's not that I want to go back, but for my employer I need to deliver a project in Maven 1, while I prefer working in Maven 2. If I can afterwards create a (simple) maven 1 configuration for the dependencies, I would be happy. With regards, Nick Stolwijk Wim Deblauwe wrote: ? why

Re: any way to use "legacy" layout for local repository ?

2007-08-09 Thread Nick Stolwijk
PROTECTED] Those are both examples of remote repositories, which can be used with legacy layout. As far as I know, your local repository can not. Hth, Nick Stolwijk - To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

Re: How file be filtered but not include in jar?

2007-08-09 Thread Nick Stolwijk
yet. Hth, Nick Stolwijk [1] http://maven.apache.org/plugins/maven-jar-plugin/jar-mojo.html [2] http://jira.codehaus.org/browse/MJAR-30 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Retrieving subversion revision number

2007-08-07 Thread Nick Stolwijk
it doesn't look for contact to the subversion repository, but uses the svn information in your working copy. Hth, Nick Stolwijk DCVer wrote: Have you made any configuration to scm plugin (org.apache.maven.plugins maven-scm-plugin) or used tags in your pom.xml? I would be thankful i

Re: Retrieving subversion revision number

2007-08-07 Thread Nick Stolwijk
d SVN installed (and not only a GUI like Subclipse or Tortoise). Hth, Nick Stolwijk DCVer wrote: Hmm, now I see that the revision number is null.. Looks like maven is ignoring the scm tag.. Jörg Schaible wrote: DCVer wrote on Tuesday, August 07, 2007 8:57 AM: Thanks for all replies, but

Re: Retrieving subversion revision number

2007-08-06 Thread Nick Stolwijk
Have a look at the buildnumber plugin, which does exactly that.[1] Hth, Nick Stolwijk [1] http://commons.ucalgary.ca/projects/maven-buildnumber-plugin/index.html DCVer wrote: Hi all, I would like to get the revision number of my project on svn repository using maven2 (or some other tool

Re: Maven 1 to Maven 2 Question

2007-08-02 Thread Nick Stolwijk
Through dependency management section of the parent pom. In short, you don't specify a version in the dependency section of the child pom and specify the version in the dependency management section. In long, see Pom Relationships in the new Maven book. [1] Hth, Nick Stolwijk [1]

Re: Where can i find the list of maven goals and phases along with examples

2007-08-02 Thread Nick Stolwijk
There are at the moment two good books: Better builds with maven [1] Maven: The Definitive Guide [2] The second book is newer. Hth, Nick Stolwijk [1] http://www.devzuz.com/web/guest/products/resources#BBWM [2] http://www.sonatype.com/book/ Dmitry wrote: check book - Better Build with

Re: Where can i find the list of maven goals and phases along with examples

2007-08-02 Thread Nick Stolwijk
The easiest way to get example is to have a look at that page I send you and for each plugin you want an example, look at the plugin overview page[1], click the plugin and look at the usage and goal pages. Hth, Nick Stolwijk [1] http://maven.apache.org/plugins/index.html Haraprasad wrote

Re: Where can i find the list of maven goals and phases along with examples

2007-08-02 Thread Nick Stolwijk
Also this [1] page lists all the packaging types with the attached goals and phases. Hth, Nick Stolwijk [1] http://cvs.peopleware.be/training/maven/maven2/buildLifecyclePhases.html [EMAIL PROTECTED] wrote: Go through the same link: http://maven.apache.org and start with a Maven in 20

Re: Creating maven project issue

2007-08-02 Thread Nick Stolwijk
It depends on what the error is, but if the structure below is your whole pom file, it isn't valid XML, it's missing a closing tag for and the last tag should be . So some more information may be necessary. Hth, Nick Stolwijk Dmitry wrote: Creating maven project

Re: [M2] Managing Project License

2007-07-13 Thread Nick Stolwijk
Oops, forgot the link... [1] https://svn.apache.org/repos/asf/myfaces/maven/branches/1_0_5/master-pom/pom.xml Nick Stolwijk wrote: As you can see with faces[1] they are using the 2.1 version of the plugin and it is in build and reporting section. Also they are using a separate module for the

Re: [M2] Managing Project License

2007-07-13 Thread Nick Stolwijk
As you can see with faces[1] they are using the 2.1 version of the plugin and it is in build and reporting section. Also they are using a separate module for the configuration, maybe that helps? Hth, Nick S. Nick Stolwijk wrote: I have no experience with this checkstyle module, but maybe

Re: [M2] Managing Project License

2007-07-13 Thread Nick Stolwijk
I have no experience with this checkstyle module, but maybe you can pinpoint the problem. Does it work with the 2.1 plugin? Does it work, when you put the right file in the checkstyle file instead of checkstyle.header.file? Does the checkstyle configuration work with checkclipse or the check

Re: [M2] Managing Project License

2007-07-13 Thread Nick Stolwijk
Have you added the right rule in your checkstylexml? See [1] Hth, Nick Stolwijk [1]http://maven.apache.org/plugins/maven-checkstyle-plugin/checkstyle-mojo.html#headerLocation Rémy Sanlaville wrote: I am trying to manage the project license in our development. 1) I would like to add a report

Re: subversion and continuum

2007-07-11 Thread Nick Stolwijk
Try from the machine and user which is running continuum to make a svn connection (svn li ) to your repository and see if that succeeds. Probably it asks to accept a certificate. After you accept it, continuum will probably run fine. Hth, Nick S. [list] tibor strausz wrote: hi, i can't ge

Re: multi-modules: a web-app and an Applet

2007-06-26 Thread Nick Stolwijk
Looking at the list of available plugins [1] I guess you'd need the dependency plugin[2] with goal "copy" [3]. Hth, Nick Stolwijk [1] http://maven.apache.org/plugins/index.html [2] http://maven.apache.org/plugins/maven-dependency-plugin/ [3] http://maven.apache.org/plugins/m

Re: Skiping module during mvn eclipse:eclipse

2007-06-21 Thread Nick Stolwijk
At the eclipse plugin site [1] I don't see such an option. But I don't understand the problem you have with generating the .classpath en .project files. Just don't import the project into Eclipse and all is well, or not? Hth, Nick Stolwijk [1] http://maven.apache.org/plugin

Best Practices for Maven multi multi module

2007-06-11 Thread Nick Stolwijk
this second case is there also the problem with the groupsId, does the sub sub children have the same groupsId as the superparent or something with the artifactId of the their parent (child-datatransfer). Has someone experience with this or any Tips and Tricks? With regards, Nick Sto

Re: new project

2007-05-30 Thread Nick Stolwijk
nly a pom file) and then runs mvn install on your modules, who goes looking for your parent project in your repository. Hth, Nick Stolwijk Greg Davidson wrote: Parent pom: http://maven.apache.org/POM/4.0.0"; xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"; xsi:s

Re: new project

2007-05-30 Thread Nick Stolwijk
Oh, here [1] is multimodule explained, so perhaps you can have a look there. Hth, Nick Stolwijk [1] http://www.sonatype.com/book/pom-relationships.html Greg Davidson wrote: Thanks for the quick reply: Here is my directory structure for the project: Parent project: E:\Dev\hostAirlineSystem

Re: new project

2007-05-30 Thread Nick Stolwijk
So you should have three pom.xml files, one in the parent directory and one each in de module directories. Could you show them? With regards, Nick Stolwijk Greg Davidson wrote: Thanks for the quick reply: Here is my directory structure for the project: Parent project: E:\Dev

Re: new project

2007-05-30 Thread Nick Stolwijk
What does your directory structure and pom files look like? Maybe that will tell us something. With regards, Nick Stolwijk Greg Davidson wrote: 1st time userlong time admirrer. I created a mulitilevel project (parent project with 2 child projects). I keep getting the following errrs

Re: "mvn site" error? 'VM_global_library.vm' ???

2007-05-25 Thread Nick Stolwijk
As I can see it Velocity is started, so if mvn site failed it should be another error. Could you post the error or perhaps the mvn output. With regards, Nick S. Baz wrote: how to ignore it? It seems like "mvn site" failed and not creating the html within the target directory... On 5/25/07,

Re: Question: Unit and Integration testing of a WAR

2007-05-22 Thread Nick Stolwijk
With most of my problems with Maven it is a combination of: - Better builds with Maven e-book [1] - Sonatype e-book [2] - The plugin documentation [3] [4] - The Maven 2 IRC channel [5] And offcourse, this userlist, maven 2 and plugins sourcecode Hth, Nick Stolwijk [1] http://www.mergere.com

Re: automatically download dependecies

2007-05-22 Thread Nick Stolwijk
Hi Advait, Please read http://www.sonatype.com/book/writing-plugins.html and especially the part about @requiresDependencyResolution requiredScope. I guess, that would solve your problem. Hth, Nick Stolwijk Steven Rowe wrote: Hi Advait, How about: mvn initialize myplugin:mygoal

Re: Generating a website for a multi module project

2007-05-22 Thread Nick Stolwijk
To give you a hint with the urls: you haven't deployed your site. (mvn site-deploy in combination with pom.xml:/project/distributionManagement/site ) Hth, Nick Stolwijk [EMAIL PROTECTED] wrote: Nick, I believe it was the way my parent pom was set up. I have them listed now. There

Re: Question: Unit and Integration testing of a WAR

2007-05-22 Thread Nick Stolwijk
Maybe this'll work: org.apache.maven.plugins maven-surefire-plugin 2.3 surefire-test test surefire-integration-test integration-test src/itest/java

Re: Generating a website for a multi module project

2007-05-22 Thread Nick Stolwijk
header but none of the actual modules. Do I have to enter them manually or should maven pull them for me? Thanks, David Nick Stolwijk <[EMAIL PROTECTED]> 05/22/2007 11:00 AM Please respond to "Maven Users List" To Maven Users List cc Subject Re: Generating a web

Re: Generating a website for a multi module project

2007-05-22 Thread Nick Stolwijk
Yes, there is, see [1] and then the part of Including Generated Content. Hth, Nick S. [1]http://maven.apache.org/plugins/maven-site-plugin/howto.html [EMAIL PROTECTED] wrote: Hi Everyone, I need to create a website for the a mult-module project. The mvn site command creates the html pages

Re: Maven uninstall - resinstall

2007-05-13 Thread Nick Stolwijk
Could you give the output of your command with the -X switch turned on. Maybe that can explain what is going wrong. Nick Stolwijk Martin Ravell wrote: I've just installed java and maven on a different machine. It's on the same network as the machine which does not but maven o

Re: MyEclipse and Maven: Directory conflict

2007-05-08 Thread Nick Stolwijk
** Note: Second part (maven clean extension) I just made up (With help of [1]), and probably needs some tweaking, but I hope you get the idea. Hth, Nick Stolwijk [1] http://maven.apache.org/plugins/maven-clean-plugin/examples/delete_additional_files.html Jon Strayer wrote: Did you ever get an

Re: Snapshot repository

2007-05-07 Thread Nick Stolwijk
different repositories, it is easier to keep watch on them. Hth, Nick Stolwijk Is it okay to end a version number with SNAPSHOT in a regular repository, or end without SNAPSHOT in a snapshot repository...? Thanks. - To unsubscri

Re: command line variable overrides

2007-05-01 Thread Nick Stolwijk
According to [1] the command line parameter to set the url is maven.tomcat.url. Maybe you can try -Dmaven.tomcat.url=myUrl. Hth, Nick S. [1] http://mojo.codehaus.org/tomcat-maven-plugin/deploy-mojo.html#url Adam Fisk wrote: This seems like a ridiculously simple problem, but I'm pulling my hai

Re: [m2] Can I skip the modules to build just the top-level site in a reactor build?

2007-04-26 Thread Nick Stolwijk
Or you could use: -N,--non-recursiveDo not recurse into sub-projects as command line parameter. Hth, Nick S. Tim Kettler wrote: Hi, You can put the expansive modules in a profile that isn't activated by default. -Tim Am Donnerstag, den 26.04.2007, 01:54 -0700 schrieb Dave Syer

Re: Maven : deploy strategy

2007-04-19 Thread Nick Stolwijk
When building a war module (packaging=war) all the dependencies are included in the war file. WEB-INF/lib. What do you mean by making available? Nick S. Marouane Amraoui wrote: Thx If i use my application server is only a servlet engine(like tomcat) , so it does'n support ear. In this case I

Re: What's the deal with MNG-2858??!?

2007-04-10 Thread Nick Stolwijk
You could try setting up multiple "remote repositories" through the "file://" type of URL. That way you can zip up the whole bunch (try to make it as simple and lean as possible) and attach it to the issue. Nick Stolwijk David Jackman wrote: I could try it with multiple

Re: Maven site-plugin

2007-04-10 Thread Nick Stolwijk
I looked at the code of the site plugin and it seems this is a bug in maven-site-plugin as published but solved in the trunk of the source code [MSITE-91]. Hth, Nick Stolwijk [EMAIL PROTECTED] wrote: Hi, I've tried to move the "src/site" directory to "

Re: Trying to install sources for 3rd party library...

2007-04-02 Thread Nick Stolwijk
I just see the issue is fixed at 08/Jul/06 and the snapshot is of 12/05/06, so it is possible the fix is not yet in the snapshot and you have to build it yourself. Hth, Nick Stolwijk Nick Stolwijk wrote: First, try installing it with version 2.2-SNAPSHOT. You can always try to call it

Re: Trying to install sources for 3rd party library...

2007-04-02 Thread Nick Stolwijk
First, try installing it with version 2.2-SNAPSHOT. You can always try to call it yourself bij: mvn org.apache.maven.plugins:maven-install-plugin:2.2-SNAPSHOT:install-file Hth, Nick Stolwijk Wojtek Ciesielski wrote: I've done: or download the jar file [2] and mvn install:install-fi

Re: Trying to install sources for 3rd party library...

2007-04-02 Thread Nick Stolwijk
t the smartest thing to do, because that will upgrade all your plugins to the latest snapshot if you have not versioned them. Other options: download the sourcecode [3] and mvn install it yourself or download the jar file [2] and mvn install:install-file it yourself. Hth, Nick Stolwijk [1]

Re: Trying to install sources for 3rd party library...

2007-04-02 Thread Nick Stolwijk
Are you sure you are using the newest install plugin (version 2.2). It seems that this issue was fixed in that version, see [1]. Hth, Nick Stolwijk [1]http://jira.codehaus.org/browse/MINSTALL-24 Wojtek Ciesielski wrote: Hi all, I am trying to install sources of a 3rd party library into my

Re: Project Reports won't be generated by mvn site:site

2007-04-02 Thread Nick Stolwijk
ache.org/"/> You want at least the project/body/menu with ref "reports". For more informatie, see [1]. Hth, Nick Stolwijk [1] http://maven.apache.org/plugins/maven-site-plugin/examples/sitedescriptor.html M Wurm wrote: Hello, when running mvn site:site

Re: PMD Plugins

2007-03-29 Thread Nick Stolwijk
I was a bit confused about the fact that both could be found in the maven2 repository [1] and both were still maintained, but that explains it. Thanks, Nick Stolwijk [1] http://repo1.maven.org/maven2 Maria Odea Ching wrote: The first one's for maven 2 (http://maven.apache.org/plugins/

PMD Plugins

2007-03-29 Thread Nick Stolwijk
What is the difference between org.apache.maven.plugins:maven-pmd-plugin and maven:maven-pmd-plugin Is one or the other for maven1 instead of maven2 or something? Nick Stolwijk - To unsubscribe, e-mail: [EMAIL PROTECTED] For

<    1   2   3   4   5   6   >