Re:snapshotRepository.uniqueVersion does not work

2007-06-21 Thread gc134728
-- Initial header --- From : gc134728 [EMAIL PROTECTED] To : users users@maven.apache.org CC : Date : Wed, 20 Jun 2007 15:22:47 +0200 Subject : Re:snapshotRepository.uniqueVersion does not work You also could try the new maven release. If you check

Plugin versions

2007-06-20 Thread gc134728
Hey maven users, When I want to use in my entire project structure (top pom and all sub poms) the install plugin with version 2.2. Do I need to place it under the pluginmanagement of under the build/plugin section of the pom? The install plugin is mapped by the default lifecycle so will maven

Release top pom without sub modules (projects)

2007-06-20 Thread gc134728
Hey maven users, I have a multi-module project architecture with at the top one pom. This pom contains several sub poms which contain sub poms ... When i perform a release on the top pom every project gets released with it. How can i just perform a release on the top pom without releasing it's

Re:snapshotRepository.uniqueVersion does not work

2007-06-20 Thread gc134728
-- Initial header --- From : Stefan Arentz [EMAIL PROTECTED] To : Maven Users List users@maven.apache.org CC : Date : Wed, 20 Jun 2007 13:03:32 +0200 Subject : snapshotRepository.uniqueVersion does not work Hey, You 're very vaig about what you have

Maven Changes Plugin (NoClassDefFoundError = javax/activation/DataSource)

2007-06-15 Thread gc134728
Dear maven users, I want to use the changes plugin and when i execute it it doesn't work. It says It can't find no DataSource class. Anyone have any ideas? OUTPUT : [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'changes'. [INFO]

Mail on release

2007-06-13 Thread gc134728
Hey maven users, If i perform a release using the maven release plugin can automate it to send a mail to a developers list? and I like to have different mailing lists some projects need to inform everybode on release and some project just by a select number of people. All my projects

Re:install:install - POM isn't filtered when installed in repo

2007-05-23 Thread gc134728
-- Initial header --- From : Steinhauer, Frank [EMAIL PROTECTED] To : [EMAIL PROTECTED],users@maven.apache.org CC : Date : Tue, 22 May 2007 14:58:37 +0200 Subject : install:install - POM isn't filtered when installed in repo Hey frank, well you need

Enabling a profile disables an other

2007-05-21 Thread gc134728
Hey maven users, When I enable a profile using mvn clean install -PbuildCon It disables an other profile that has an activation active by default. profile ... activation activeByDefaulttrue/activeByDefault /activation ... /profile Is this a bug in maven or correct? Thx for any assitance, Y.

Error executing plugin only from reactor build not the declaring project

2007-05-15 Thread gc134728
Hey Maven Users, So I created a pom with a plugin configuration added to it. And It builds no proplem. So far so good and know I want to add this project to a modular build. Which means i add a reference to this pom in the parent pom (using the module declaration) and add a parent tag in the

maven-install-plugin = Cannot override read-only parameter

2007-05-14 Thread gc134728
Dear maven-users, I have a problem and have absolutely no idea why this occurs. I added a configuration of the maven-install-plugin to my pom.xml. When i add this configuration i get the error : Error configuring: org.apache.maven.plugins:maven-install-plugin. Reason: ERROR: Cannot override

How to load Snapshot plugins from the CLI

2007-04-30 Thread gc134728
Dear maven users, I'm stuck on a problem. I want to execute a plugin from the command line but not the released version but the snapshot version. How do I do that? I added the link to the snapshot repository. No problem their. But when i execute the following command : mvn

Re: How to load Snapshot plugins from the CLI

2007-04-30 Thread gc134728
and it lists the repository but doesn't mention it's ID which i find a bit strange but also another profile is declared and the ID there is also not mentioned. So probably normal. Anyone have any clues ? On 4/30/07, gc134728 [EMAIL PROTECTED] wrote: Dear maven users, I'm stuck on a problem

Re: How to load Snapshot plugins from the CLI

2007-04-30 Thread gc134728
something more ve been done. Maybe an extra param (-U or something) needs to be submitted for the snapshot plugin to be downloaded. mvn groupId:artifactId:version:goal On 4/30/07, gc134728 [EMAIL PROTECTED] wrote: -- Initial header --- From : [EMAIL PROTECTED

How to setup a scm subversion link

2007-02-16 Thread gc134728
Hey I'm havin some problems settings up maven with scm subversion. I'm stuck on 2 issues: 1) the place to save my passwords. is it possible to refer to a server connection in the settings.xml 2) a connection error (can't create tunnel) Our clients run on windows and the subversion repo is

Download Sources

2007-02-15 Thread gc134728
Hey dear maven users, I got a question. I have one person in our team that updates the pom.xml and creates the .classpath files namely MYSELF. But i attach sources to our own project artifacts but i want the other members of our team to get the attached sources when they download dependencies

Re: Download Sources

2007-02-15 Thread gc134728
. It will create .classpath .project files for all modules and respect inter-projects dependencies (see *useProjectReferenceshttp://maven.apache.org/plugins/maven-eclipse-plugin/eclipse-mojo.html#useProjectReferences *) Nico. 2007/2/15, gc134728 [EMAIL PROTECTED]: Hey dear maven users

Re: Download Sources

2007-02-15 Thread gc134728
your requirement. Eclipse plugin handles generated source folders as well as they follow maven conventions (target/generated-sources/xxx). I'd suggest to align your build with those maven conventions and you will get a fully eclipse compliant project. Nico. 2007/2/15, gc134728 [EMAIL

Re: Download Sources

2007-02-15 Thread gc134728
Well it can't because then he resolves to the depencency-maven-plugin from the codehaus. which causes a problem because it doesn't contain the sources goal. Can't seem to fix this? any ideas ? You shouldn't need to configure anything in the pom, just do mvn dependency:sources

Re: Download Sources

2007-02-15 Thread gc134728
Thx that seems to fix the resolving issue. But it doesn't help with the downloading of the sources. The command succeeds but doesn't download one source package any ideas ??? I think it isn't fully functional this plugin. It seems to be in alpha status. Try -cpu or a -U option with that, maybe

How to use DotUml Plugin

2007-01-18 Thread gc134728
Hey Maven User, Does anyone have a sample configuration for the use of the maven-dotuml-plugin found on sourceforge? The docs are still for the maven 1 version of the plugin. I tried it with the maven 2 version and got this error: java.lang.NullPointerException at

Re:maven-source-plugin and [WARNING] Removing: jar from forked lifecycle,to prevent recursive invocation.

2007-01-08 Thread gc134728
Hey, I don't really know the answer to your question but you can also use the property -DperformRelease=true. Then javadoc sourcejar are generated for you. It saves you the trouble of declaring the plugin's in every pom and it only generates the jars when you ask it to. Not on every build.

Site generation on a parent level

2007-01-08 Thread gc134728
Dear Maven Users, Does anyone know a good way to set up the site generation on a parent level? I would like to have all reports of the individual modules changed moved to the target directory of the parent project so that all information together will be together and not on a module level. Any

Re:Maven2 eclipse:eclipse warning

2006-12-21 Thread gc134728
romdti [EMAIL PROTECTED] [EMAIL PROTECTED] Cc DateThu, 21 Dec 2006 05:48:40 -0800 (PST) SubjectMaven2 eclipse:eclipse warning Hey Just add a plugin reference in the pom or parent pom with the following configuration PLUGIN ... configuration downloadSourcesfalse/downloadSources