Re: connection to cvs error

2005-12-01 Thread Emmanuel Venisse
cvsnt doesn't use cvs standard to store password. It use windows registry and we can't access to it, so you need to run cvs login command manually to register your password. Emmanuel [EMAIL PROTECTED] a écrit : I got a problem when trying to build a Maven1 project. I just uploaded the

Re: CVS directories not being created?

2005-12-01 Thread Shinobu Kawai
As a workaround, I rm-ed and cvs co-ed the projects after registration. cvs update seems to be working fine... On 11/30/05, Emmanuel Venisse [EMAIL PROTECTED] wrote: Strange. We use cvs command line, so CVS directories must be created by it. Best regards, -- Shinobu -- Shinobu Kawai [EMAIL

Re: [m2] where should sql, dtds, test data and generated docs go?

2005-12-01 Thread Edwin Punzalan
I'm not one of the generated of the mvn gurus here, but I'll give my two cents ^_^ Maven is not really strict on your directory structure and you can actually setup your directory tree as you want it to. But there are still advantages to having a common setup as this page explains:

Re: How not to include all jar files from parent pom?

2005-12-01 Thread Stephane Nicoll
Indeed. My mistake, tired yesterday. s/ On 12/1/05, Henry Isidro [EMAIL PROTECTED] wrote: Stephane Nicoll wrote: Use the right scope. If you don't want them to be included, specify the scope of your dependency (compile / provided). Hope it helps, Stéphane Just to clarify things

Re: Continuum don't work in service mode

2005-12-01 Thread Rune Fauske
Hi You should probably have a look at the wrapper.log file. Experienced the same error, due to the JAVA_HOME environment variable not beeing set for the system (only for local user). Note: In order for continuum to access files on a network drive you'll have to configure it to run under a

Re: Continuum don't work in service mode

2005-12-01 Thread Jean-Charles Giardina
It was the same error. I run continuum as a user (the same I try when I run continuum at commnde line) Thank every body :-) 2005/12/1, Rune Fauske [EMAIL PROTECTED]: Hi You should probably have a look at the wrapper.log file. Experienced the same error, due to the JAVA_HOME environment

Re: How not to include all jar files from parent pom?

2005-12-01 Thread clark . rao
Dear all, the scopecompile/scope in depency element in pom.xml. thanks. Tel: (020)36315358-328 Fax: (020)36315170 Stephane

New Docbook plugin submitted to Mojo

2005-12-01 Thread Jose Gonzalez Gomez
Hi there, For those interested, I've submitted the initial release of the Docbook plugin at Mojo, you may find the issue here: http://jira.codehaus.org/browse/MOJO-165 Votes are welcome :o) Best regards Jose - To unsubscribe,

[m2] javadoc plugin configuration

2005-12-01 Thread Martin van der Plas
Hi, Who can tell me in which part in pom.xml the javadoc plugin should be configured? It can be done in the plugins section of the pom or in the plugins section of the report section in the pom. Thanks -- Groeten, Martin mailto:[EMAIL PROTECTED] tel: +31 (0) 20-7988464 mob: +31 (0)

Re: Announce: Maven 2 Plugin for JaxMe

2005-12-01 Thread Brett Porter
Yep, there are a few thoughts. In the mean time, if you'd like to give a pointer to the documentation, I can link it in from the Maven site. Cheers, Brett On 12/1/05, Jan Bartel [EMAIL PROTECTED] wrote: Brett, The Jetty project has it's own Maven2 plugin. However, there doesn't seem to be a

[m2] Need some direction for my first Maven steps

2005-12-01 Thread Stefan Fritz
Hi, I read the getting started guide on the Maven website and searched through the mail archives but I still have no die how to achieve what I'm looking for: What I'd like to do: - Create a central Maven repository in our company. - Have a Super POM which includes our

Re: Continuum don't work in service mode

2005-12-01 Thread Kaare Nilsen
Hi.. i had some problems on winxp to that was due to the system path including spaces. e.g. c:\Program Files. so i needed to remove the %PATH% references in wrapper.conf /Kaare On 01/12/05, Jean-Charles Giardina [EMAIL PROTECTED] wrote: It was the same error. I run continuum as a user (the same

[m2] FTP wagon hangs

2005-12-01 Thread Antonio PAROLINI
Hello, Using maven2 version 2.0, and when trying a FTP mvn deploy for my homemade plugin, but it hangs at the stage : Retrieving previous metadata from ftp-repository. Actually all the plugin files have been uploaded properly, so that I can use the plug-in allright. I just have to do a Ctr-C

Antrun and cascading goal execution

2005-12-01 Thread Anuerin Diaz
hi, since the pmd plugin is currently unusable[1] for us we had to resort to creating an ANT script for generating the PMD reports. our project structure has some auxiliary subproject that are made from classes from other modules and looks like this X |-module1 | |-pom.xml |-module2 |

Re: Antrun and cascading goal execution

2005-12-01 Thread Anuerin Diaz
please disregard this for now. i was creating a testcase for the group but the testcase went off without a hitch. we will try to investigate further why our actual project is throwing an error while the testcase is not. thanks for the time. ciao! On 12/1/05, Anuerin Diaz [EMAIL PROTECTED]

Can not find maven-plugin-parent-2.0.1-SNAPSHOT

2005-12-01 Thread Mario Binggeli
Hello, I tried to install the maven-surefire-plugin-2.1-SNAPSHOT. This plugin needs the parent pom of the maven-plugin-parent-2.0.1-SNAPSHOT plugin. I only found the maven-plugin-parent-2.0-beta-3 plugin in the http://www.ibiblio.org repository. Please upload this version of the plugin.

Re: Can not find maven-plugin-parent-2.0.1-SNAPSHOT

2005-12-01 Thread Emmanuel Venisse
you need to install it from sources. Emmanuel Mario Binggeli a écrit : Hello, I tried to install the maven-surefire-plugin-2.1-SNAPSHOT. This plugin needs the parent pom of the maven-plugin-parent-2.0.1-SNAPSHOT plugin. I only found the maven-plugin-parent-2.0-beta-3 plugin in the

RE: Multi-module wars

2005-12-01 Thread Vincent Massol
-Original Message- From: Richard Allen [mailto:[EMAIL PROTECTED] Sent: mercredi 30 novembre 2005 14:01 To: Maven Users List Subject: Re: Multi-module wars [snip] However, I would like to see the maven-war-plugin support the web.xml merge functionality that Kevin Galligan's hack

phase awareness of plugins

2005-12-01 Thread Anuerin Diaz
hi, is there a way for plugin goals to be aware of the phase they are being executed on? we have a source generator plugin that is used during compile and test phases so it needs to distinguish which source root should be the recipient of the generated sources. it is easy to just add another

connection to cvs error

2005-12-01 Thread phertogen
I got a problem when trying to build a Maven1 project. I just uploaded the pom.xml and tried to build. This is the build error as shown in web interface: Exception: Cannot checkout sources. Exception while executing SCM command. password is required I am running Continuum 1.0.1 locally on

[m2] Minimize project version occurence in multiproject configuration

2005-12-01 Thread Geoffrey
I have a parent pom.xml like this: groupIdy/groupId artifactIdx/artifactId packagingpom/packaging version0.0.1-SNAPSHOT/version modules modulethot-model/module modulethot-serviceapi/module /modules dependencyManagement dependencies

Re: Can not find maven-plugin-parent-2.0.1-SNAPSHOT

2005-12-01 Thread Geoffrey
Doesn't the snapshot repository have it? http://maven.apache.org/guides/development/guide-testing-development-plugins.html Emmanuel Venisse wrote: you need to install it from sources. Emmanuel Mario Binggeli a écrit : Hello, I tried to install the maven-surefire-plugin-2.1-SNAPSHOT. This

[M2] SerialVersionUID solution / Maven compiler settings

2005-12-01 Thread Peschier J. (Jeroen)
My use-case: I build an EAR using Maven 2 and the Sun SDK 1.4.2. For testing I tend to run a few JUnit tests from Eclipse. These tests typically invoke some remote beans on the application server. This gives me the dreaded InvalidClassException because the local serialVersionUID differs from the

Re: [m2] HIbernate/Spring/Myfaces dependency hell

2005-12-01 Thread Richard Wallace
Ok, I found the problem with compiling the JSPs. What I was trying to do was use the separate jars, like spring-hibernate, spring-dao, etc. But they aren't complete by any means. Once I switched to using the spring-1.2.6.jar the problem went away. I'm still not sure what to do about the

RE: [m2] Artifact Override

2005-12-01 Thread Michael Thompson
Well, this almost works. I'd really like this to be part of my pom, so what I tried was adding the following to my pom: plugin artifactIdmaven-install-plugin/artifactId executions execution phaseinstall/phase configuration

Re: connection to cvs error

2005-12-01 Thread phertogen
run cvs login command manually to register your password. I think you mean this? cvs -p :pserver:[EMAIL PROTECTED]:D:/dept/x login I get prompted for a password, which I enter, no error is returned, so I guess it's OK. I also try to check the registry for the cvs password entry

Re: connection to cvs error

2005-12-01 Thread phertogen
sorry, I did find the cvs pass entries in the registry. looks ok to me

[m2] exlusion behaving wierd (known bug?)

2005-12-01 Thread Geoffrey
My parent pom: !-- Security -- dependency groupIdacegisecurity/groupId artifactIdacegi-security/artifactId version0.9.0/version exclusions exclusion

[m2] maven2 and eclipse plugin generation

2005-12-01 Thread Michael Thompson
Is anyone using maven2 for eclipse plugin development? I've got my plugin pom setup to build everything and construct the final zip file. The issue I'm trying to wrap my brain around is keeping my feature.xml and site.xml files up to date with the correct version info. Since I can't use versions

Re: shared web components

2005-12-01 Thread Doug Douglass
Nathan, For m1.x, we wrote a plugin to provide this functionality for our PHP webapps, though it needn't be exclusive to that purpose. It works very much the same as the maven-war-plugin, in that you specify properties on each dependency to be bundled into the resulting build directory

Re: Cannot add groupId org.springframework for relocated springframework

2005-12-01 Thread Doug Douglass
Dietrich, Periods in the groupId should not be causing this problem, we use them all the time in our corporate repository (m1.x). In fact, we maintain our own internal maven builds of spring and spring rich client and place them in groupIds org.springframework and

Re: connection to cvs error

2005-12-01 Thread phertogen
Emmanuel, this is what I've checked so far: there is a cvspass key in windows XP registry, showing key :pserver:[EMAIL PROTECTED]:D:/dept/ with my encoded password value. Notice that the CVSROOT url is given with : (colon) instead of | (pipe) In the pom.xml, the scm url is defined as:

RE: [M2] SerialVersionUID solution / Maven compiler settings

2005-12-01 Thread Allison, Bob
IIRC, a serializable class which does not define its serialVersionUID gets a new one every time it is compiled, regardless of what compiler is being used. What I had read as the correct solution is for the class to explicitly define serialVersionUID. Of course, doing that means that you lose the

WTF is wrong with Ibiblio.com?

2005-12-01 Thread Trey Moore
The site is REALLY slow and I've been having trouble downloading basic Maven plug-ins required for initialization. Anybody know what is going on? Are you experiencing slowness as well? -Trey

mvn release:deploy

2005-12-01 Thread Michael Fiedler
Hi, Using maven2, I ran -e release:deploy on a win xp, sp2 machine to a w2k host via OpenSSH. A build error took place. Is MNG-678 the only issue for this? Can I use anything beside -e to get more information about the failure (no stacktrace was dumped)? ... [INFO] [deploy:deploy] host

release plugin + scm:svn

2005-12-01 Thread Erkkila, Matthew
I am upgrading our project from 1.0.2 to 2 and also integrating it with our subversion repository. I am trying to get the release plugin to work. Our subversion repo is hosted through Apache2 with authentication passed through to our active directory server. When I run the release:prepare goal

Re: release plugin + scm:svn

2005-12-01 Thread Emmanuel Venisse
Try mvn -Dusername=your_login -Dpassword=your_password release:prepare Erkkila, Matthew a écrit : I am upgrading our project from 1.0.2 to 2 and also integrating it with our subversion repository. I am trying to get the release plugin to work. Our subversion repo is hosted through Apache2

RE: release plugin + scm:svn

2005-12-01 Thread Erkkila, Matthew
Nope same error. -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Thursday, December 01, 2005 11:53 AM To: Maven Users List Subject: Re: release plugin + scm:svn Try mvn -Dusername=your_login -Dpassword=your_password release:prepare Erkkila, Matthew a écrit :

RE : WTF is wrong with Ibiblio.com?

2005-12-01 Thread Olivier Lamy
Add this in settings.xml mirrors mirror idmirrors.dotsrc.org/id nameMirror of http://repo1.maven.org/maven2//name urlhttp://mirrors.dotsrc.org/maven2//url mirrorOfcentral/mirrorOf /mirror mirror idpublic.planetmirror.com/id nameMirror of

The plugin 'org.apache.maven.plugins:maven-resources-plugin' does not exist or no valid version can be found. Maven 2 new install.

2005-12-01 Thread Russell Brown
Hi, Whenever I try and run 'mvn compile' I get the message: The plugin 'org.apache.maven.plugins:maven-resources-plugin' does not exist or no valid version can be found. I have looked on http://www.ibiblio.org/maven2 and the directory http://www.ibiblio.org/maven2/maven/maven-resources-plugin/

Newbie repository question

2005-12-01 Thread Kervin L. Pierre
Hello, I am new to Maven. So far I have created a simple Maven project using the 'Getting Started' guide on the website. The project builds fine but... (i) I Need to add Apache Derby as a dependency. I have added... dependency groupIdorg.apache.derby/groupId

RE: Newbie repository question

2005-12-01 Thread Michael Fiedler
You can specify where they go, but by default they end up under $USER_NAME$/.m2 (for Maven2) You can place a dependency there by hand or through Maven. I have done it by hand, but is that the best way? Michael -Original Message- From: Kervin L. Pierre [mailto:[EMAIL PROTECTED] Sent:

RE: Newbie repository question

2005-12-01 Thread Erkkila, Matthew
Take a look at http://maven.apache.org/guides/mini/guide-installing-3rd-party-jars.html It talks about putting in your own jars. -Original Message- From: Michael Fiedler [mailto:[EMAIL PROTECTED] Sent: Thursday, December 01, 2005 12:33 PM To: Maven Users List Subject: RE: Newbie

Re: Newbie repository question

2005-12-01 Thread Christoph Schönfeld
Just set up a variable in eclipse, M2_REPO, and point it to the location of your local repository (which is where maven stores the downloaded files). The value for the variable needs to be: $USER/.m2/repository. The variable can be created in WindowPreferencesRun/Debug/String Substitution. Then,

[m2] sftp how to disable asking continue ?

2005-12-01 Thread Olivier Lamy
Hi, I use sftp to deploy on a remote repository. I have the following output : The authenticity of host 'ip' can't be established. RSA key fingerprint is key. Are you sure you want to continue connecting? (yes/no): yes Is there any way (cli parameter, plugin configuration or settings) to disable

RE: [m2] sftp how to disable asking continue ?

2005-12-01 Thread Michael Fiedler
I added a .ssh dir to $USER_HOME$. After you say trust this host (prompt noted below), a known_hosts file will exist in that dir. Michael -Original Message- From: Olivier Lamy [mailto:[EMAIL PROTECTED] Sent: Thursday, December 01, 2005 11:56 AM To: Maven Users List Subject: [m2] sftp

RE : [m2] sftp how to disable asking continue ?

2005-12-01 Thread Olivier Lamy
Thanks a lot. Maybe adding this in http://maven.apache.org/guides/mini/guide-deploy-ftp.html ? - Olivier -Message d'origine- De : Michael Fiedler [mailto:[EMAIL PROTECTED] Envoyé : jeudi 1 décembre 2005 19:07 À : Maven Users List Objet : RE: [m2] sftp how to disable asking continue ?

[m2] deploy with scm url (cvs)

2005-12-01 Thread Olivier Lamy
Hi, I'm trying to deploy in a scm repository (CVS). The url needs to be the same as the developerConnection ? I try : - scm:cvs:pserver:ip:/local/cvs/repo:module/url - scm:cvs:pserver:${username}:${password}ip:/local/cvs/repo:module I have the following stack trace (long) : Caused by:

Re: Newbie repository question

2005-12-01 Thread Kervin L. Pierre
Hi, Thanks, this looks like it will work if I manually download derby and install. But I was hoping ( correct me if I am wrong ) that Maven was capable of downloading derby from the Apache website and installing it in for the build? Doing so, I hope to make it easier for other developers who

Re: Newbie repository question

2005-12-01 Thread Kervin L. Pierre
Thanks, that helps a lot. Regards, Kervin Christoph Schönfeld wrote: Just set up a variable in eclipse, M2_REPO, and point it to the location of your local repository (which is where maven stores the downloaded files). The value for the variable needs to be: $USER/.m2/repository. The

plugins from svn

2005-12-01 Thread Rik Bosman
Hi to all, On the 10th of november I checked out all the maven sources from the http://svn.apache.org/repos/asf/maven/components/trunk/ This command created a lot of directories, including the maven-plugins one. As today that directory is gone. Where? --rik

Re: plugins from svn

2005-12-01 Thread Raphaël Piéroni
Rik Bosman a écrit : Hi to all, On the 10th of november I checked out all the maven sources from the http://svn.apache.org/repos/asf/maven/components/trunk/ This command created a lot of directories, including the maven-plugins one. As today that directory is gone. Where? --rik Hi Rik,

Re: Announce: Maven 2 Plugin for JaxMe

2005-12-01 Thread Jan Bartel
Hi Brett, The doco for the maven-jetty6-plugin is at: http://jetty.mortbay.org/jetty6/maven-plugin/index.html thanks, Jan Brett Porter wrote: Yep, there are a few thoughts. In the mean time, if you'd like to give a pointer to the documentation, I can link it in from the Maven site. Cheers,

Re: [m2] Minimize project version occurence in multiproject configuration

2005-12-01 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, Geoffrey wrote: I have a parent pom.xml like this: groupIdy/groupId artifactIdx/artifactId packagingpom/packaging version0.0.1-SNAPSHOT/version modules modulethot-model/module

[M1] preparing release of checkstyle plugin 3.0 with support for java 1.5

2005-12-01 Thread Carlos Sanchez
Hi, For those of you interested, there's a snapshot of the maven 1 checkstyle plugin that is using the latest just released checkstyle 4.0, which among other features provides Java 5 support. I'm not using this plugin actively so if you guys can test it and provide feedback checking that

Help needed with creating EJB JAR

2005-12-01 Thread Karthik Manimaran
Hi, I am new to Maven and trying to build a j2ee application. I get the following error when I try to create an ejb-jar. I am able to compile the sources as a jar file though. [INFO] Scanning for projects... [INFO] - ---

Re: Maven 1.02, Plugins and Java 5

2005-12-01 Thread Arnaud HERITIER
Hi Joshua. We are sorry but it doesn't (yet) exist. Arnaud On 11/29/05, Joshua Smith [EMAIL PROTECTED] wrote: Maven Users- I am trying to get my current installation of Maven 1.02 to work with Java 5 code. I've browsed the Mailing List archive, done some general searching and looked

assemble binary during deploy

2005-12-01 Thread wireframe . 14937378
is there some way to configure the assembly plugin to run during the deploy phase? I would like my project to always upload the latest source any time the snapshots are deployed. - To unsubscribe, e-mail: [EMAIL PROTECTED] For

M2: Problem with checkstyle plugin.

2005-12-01 Thread Michael Ransley
Hello, I am new to Maven and have just started playing around with it. I have implemented the simple project that is defined in the getting started guide and have then also implemented the eclipse stuff. So far so good. I then started adding in a checkstyle reporting task and get the following

RE: assemble binary during deploy

2005-12-01 Thread David Jackman
Use the source plugin instead of the assembly plugin. Just add this to your pom.xml: build plugins plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-source-plugin/artifactId executions

RE: assemble binary during deploy

2005-12-01 Thread wireframe . 14937378
Thanks for the tip. Those settings create a source archive. I would also like to deploy a zip binary distribution (dependencies included). I have the assembly plugin configured correctly, but it didn't work to simply add goals to my configuration. Can only certain plugins be attached to goals?

The getting started example - Maven 2

2005-12-01 Thread Haigh, Andrew J
Hi, I'm using Windows XP. I downloaded Maven 2, unzipped and started on the getting started - How do I make my first Maven project? I am getting so many problems with the archetype plugin. I downloaded 1.0-alpha-3.jar, but it now complains about a Plexus container. Is there an example

Re: The getting started example - Maven 2

2005-12-01 Thread Alexandre Poitras
Maven download all the required plugin automatically. You don't need to download anything else. Maybe you have forget to define your proxies settings?? On 12/1/05, Haigh, Andrew J [EMAIL PROTECTED] wrote: Hi, I'm using Windows XP. I downloaded Maven 2, unzipped and started on the getting

[ANN] A Bunch of Maven 1.x Plugins

2005-12-01 Thread Doug Douglass
We've released a bunch of Maven 1.x plugins, mostly for working with PHP projects: * Milestones Plugin for Maven -- Create milestones report (e.g., for use as a Bugzilla milestones document) * PHP Plugin for Maven -- Plugin for compiling PHP source files * PHPApp Plugin for Maven --

Re: [m2] javadoc plugin configuration

2005-12-01 Thread Allan Ramirez
Hi, Please refer to this page http://maven.apache.org/guides/mini/guide-configuring-plugins.html regards, -allan Martin van der Plas wrote: Hi, Who can tell me in which part in pom.xml the javadoc plugin should be configured? It can be done in the plugins section of the pom or in the

Re: [m2] javadoc plugin configuration

2005-12-01 Thread Brett Porter
I think we need to elaborate on that with regards to reports. Generally, you should configure it in the reporting section. Configuration there applies to both the site, and when run on the command line, and adding the plugin there adds the report to the generated site. Configuration in the build

Re: [m2] Artifact Override

2005-12-01 Thread Brett Porter
What should be happening is that the artifact gets made an attached artifact so that install does this automatically. The assembly plugin might be better suited to what you are trying to do. If you need to continue using antrun to create the zip, you should file a feature request for antrun to be

Re: RE : [m2] sftp how to disable asking continue ?

2005-12-01 Thread Brett Porter
It should only ask once - the bug is fixed. Using --batch-mode will prevent it ever being asked (though fail if not in known hosts) - Brett On 12/2/05, Olivier Lamy [EMAIL PROTECTED] wrote: Thanks a lot. Maybe adding this in http://maven.apache.org/guides/mini/guide-deploy-ftp.html ? -

mvn site is generating a blank javadoc index.html

2005-12-01 Thread James Goodwill
I am working on the maven site for WADI and I am running into a problem with the generated Javadoc. I am doing a mvn site and then selecting the Project Reports - JavaDocs link and the generated index.html page is blank. I look at the generated index-all.html, etc. and it all looks good,

Re: mvn site is generating a blank javadoc index.html

2005-12-01 Thread Allan Ramirez
Hi James, I believe that this is already fixed for the next release. regards, -allan James Goodwill wrote: I am working on the maven site for WADI and I am running into a problem with the generated Javadoc. I am doing a mvn site and then selecting the Project Reports - JavaDocs link and

Re: mvn site is generating a blank javadoc index.html

2005-12-01 Thread Allan Ramirez
Please refer to this page for more info http://maven.apache.org/guides/development/guide-testing-development-plugins.html James Goodwill wrote: I am working on the maven site for WADI and I am running into a problem with the generated Javadoc. I am doing a mvn site and then selecting the

Building jar only if newer

2005-12-01 Thread Kevin Galligan
This is going to sound like an odd, possibly stupid question. When I run 'mvn install' on a multi-project, maven will loop through the projects in the list. It appears that even though most of the jar projects have no changes, it rebuilds each jar. Obviously the compiler leaves the classes

Re: assemble binary during deploy

2005-12-01 Thread Allan Ramirez
Hi there, http://docs.codehaus.org/display/MAVENUSER/FAQs Look for the question I want my binary to be deployed during deploy phase, how do I do that? It might help :). regards, -allan [EMAIL PROTECTED] wrote: Thanks for the tip. Those settings create a source archive. I would also

Re: The plugin 'org.apache.maven.plugins:maven-resources-plugin' does not exist or no valid version can be found. Maven 2 new install.

2005-12-01 Thread Allan Ramirez
Hi Russel, http://docs.codehaus.org/display/MAVENUSER/FAQs Look for the question Why am I getting a plugin name does not exist or no valid version Hope this helps, regards, -allan Russell Brown wrote: Hi, Whenever I try and run 'mvn compile' I get the message: The plugin

[m1] Publishing identifiable/reproducible snapshots

2005-12-01 Thread Wendy Smoak
We have a codebase that's going to be somewhat unstable for a while. We want to publish snapshots but not the sort where Maven will automatically bring in the latest version. Date and timestamped snapshots were suggested. I've seen artifacts named project-x.x-MMDD.n.jar, where I think n is

Re: [m1] Publishing identifiable/reproducible snapshots

2005-12-01 Thread Brett Porter
Just use the artifact deployment mechanism (ie, maven.repo.*, not maven.repo.central). A recent version of the artifact plugin (1.5.2 added to Maven 1.0.2, or the version included with Maven 1.1 beta-2+) is highly recommended. If your version includes SNAPSHOT, it will be replaced with the

Re: [m2] exlusion behaving wierd (known bug?)

2005-12-01 Thread Nik Gonzalez
Hi Geoffrey, Please check this out: http://jira.codehaus.org/browse/MNG-705 hth, Nik Geoffrey wrote: My parent pom: !-- Security -- dependency groupIdacegisecurity/groupId artifactIdacegi-security/artifactId