RE: archiva-1.0.2 eta?

2008-02-27 Thread Jason Chaffee
Thanks Joakim. I already found it changed it locally. I also modified the logging for the wrapper.conf. I might suggest changing the default that ships OR at least providing some good documentation around this issue and how to configure the logging in both log4j.xml and the wrapper.conf.

Derby database relative to `cwd` ?

2008-02-27 Thread Brown, Carlton
In my latest Archiva installation, I noticed that Archiva resolves the path to the derby database relative to whatever was the current working directory at the time Tomcat was started. For example, if I'm in $CATALINA_HOME/bin and I run ./catalina.sh start, then the derby database gets created

Re: Derby database relative to `cwd` ?

2008-02-27 Thread Brett Porter
url=jdbc:derby:archiva/derbydb;create=true is a relative path - you should provide the full path in here after the jdbc:derby: part. - Brett On 28/02/2008, Brown, Carlton [EMAIL PROTECTED] wrote: In my latest Archiva installation, I noticed that Archiva resolves the path to the derby database

Re: Derby database relative to `cwd` ?

2008-02-27 Thread Brett Porter
That's completely out of the control of the application - you are configuring Tomcat and Derby there. On 28/02/2008, at 8:29 AM, Brown, Carlton wrote: Thanks, will try it. But doesn't that behavior seem kind of weird? The database is a kind of important resource to risk it getting

Re: Adding a Project using XML-RPC - Broken?

2008-02-27 Thread Emmanuel Venisse
Can we see your code? Emmanuel On Wed, Feb 27, 2008 at 1:01 AM, kroe [EMAIL PROTECTED] wrote: I am tinkering with the ContinuumXmlRpcClient and think I found a bug. When calling addMavenTwoProject and specifying the project group id I get an exception. Am I doing something wrong, or is

losing pom.xml

2008-02-27 Thread BDM
hello, I am using continuum 1.1 and get this error when forcing a build : it checkout correctly the only file of this project but then generate an error but the pom.xml is removed ... but who was removing this file When I try manually with the commands given in this log, all is OK.

Build blocked

2008-02-27 Thread Nicolas Loison
Hello, I've got a problem with a build in Continuum. My Continuum version is 1.0.3and I using Maven 2. My build runs a jmeter script who is bad. Even if I restart Continuum, the build is always blocked at the same place and it's impossible to suppress it !! Please, can you help me ? Thanks

Re: maven-eclipse-plugin 2.4 versioned projects

2008-02-27 Thread Salman Moghal
I've been pouring through maven-eclipse-plugin 2.4 code and realized that there is potentially a problem with org.apache.maven.plugin.eclipse.writers.wtp.EclipseWtpComponentWriter class (line 125), IMHO: writer.addAttribute( ATTR_DEPLOY_NAME, config.getProject().getArtifactId() ); It

scm plugin and fille permission

2008-02-27 Thread Benoit Decherf
It seems that mvn scm:checkout doesn't respect the file permissions. In cvs I have a file with exec permission (-rwxrwxr-x). If I checkout the project using mvn scm:checkout, I get: -rw-rw-r-- 1 decherfb decherfb 394 2007-08-21 12:01 /tmp/migrate/searchFeeder/clean.sh Using directly the cvs

Re: Compilation Failure Still Build Successful message

2008-02-27 Thread Emmanuel Venisse
If you use maven 2.0.7, the fix is explain in the Continuum FAQs Emmanuel On Wed, Feb 27, 2008 at 6:58 AM, Hemant Malik [EMAIL PROTECTED] wrote: Hi,abh In one of my submodules project, one of the sub module is having a compilation error, but the email subject in the notification is still

Re: scm plugin and fille permission

2008-02-27 Thread Emmanuel Venisse
Maybe an issue in the java cvs lib used by maven-scm. If you have cvs command line installed, you can use the native cvs: http://maven.apache.org/scm/cvs.html Emmanuel It seems that mvn scm:checkout doesn't respect the file permissions. In cvs I have a file with exec permission (-rwxrwxr-x).

Re: Cargo: custom ctx path for deployment

2008-02-27 Thread Jeff MAURY
Clifton, I remember I had problems with the context property of Cargo: it didn't work at all but I can't remember which container was involved. Regards Jeff MAURY On Wed, Feb 27, 2008 at 4:38 AM, Clifton [EMAIL PROTECTED] wrote: I have what seems like a simple task but is getting out hand.

Re: scm plugin and fille permission

2008-02-27 Thread Benoit Decherf
You are right. thanks. Benoit. Emmanuel Venisse wrote: Maybe an issue in the java cvs lib used by maven-scm. If you have cvs command line installed, you can use the native cvs: http://maven.apache.org/scm/cvs.html Emmanuel It seems that mvn scm:checkout doesn't respect the file

Re: Problem with snapshots

2008-02-27 Thread Jeff MAURY
This is because the file name with the timestamp is something internal to the repository. When the dependency is resolved to your WAR, the original file name is restored based on the artifactId and the version you mention in your POM. Maybe if you put Maven in debug mode, you could see that the

Re: maven-eclipse-plugin 2.4 versioned project

2008-02-27 Thread Siarhei Dudzin
I've done quite some troubleshooting around RAD6+maven. I would advise to override the finalName for the artifact so it doesn't have version at the end. It's even better if those match the project directory names. maven-eclipse-plugin 2.5-SNAPSHOT has quite a lot of improvements in RAD6/7

Problem with snapshots

2008-02-27 Thread Papapara Tudu
Hello, maybe I misunderstand something about snapshots, but I have the following problem: 1. I have a non-Maven project which I export into a jar file and then install as a snapshot onto my local repository running on Archiva with this command: mvn deploy:deploy-file -Dfile=Project.jar

Re: Problem with snapshots

2008-02-27 Thread [EMAIL PROTECTED]
Hi, The problem is that maven assumes that the -SNAPSHOT is the newest, not the oldest version available. You obviously have projects that declare dependencies on just -SNAPSHOT, but want the latest *dated* version to be used. So I suggest you delete the original -SNAPSHOT version, or rename it

Re: Multi-Module Hierarchy : Eclipse vs Maven Plugins

2008-02-27 Thread Siarhei Dudzin
Just FYI, Eclipse 3.3 does support hierarchical project layout. Siarhei On Mon, Feb 25, 2008 at 7:52 AM, Andrew Hughes [EMAIL PROTECTED] wrote: Thanks Graham! I works this out just as I got your email :) To explain this to others... taking a multi module maven project either out of

Re: Adding a Project using XML-RPC - Broken?

2008-02-27 Thread Olivier Lamy
looks related to CONTINUUM-1590 ? -- Olivier 2008/2/27, Emmanuel Venisse [EMAIL PROTECTED]: Can we see your code? Emmanuel On Wed, Feb 27, 2008 at 1:01 AM, kroe [EMAIL PROTECTED] wrote: I am tinkering with the ContinuumXmlRpcClient and think I found a bug. When calling

Re: Newbie... Help!!!!!!!

2008-02-27 Thread [EMAIL PROTECTED]
Keenan schrieb: Can anyone provide a complete settings.xml file with proxy settings, mirrors, repositories etc for maven 2.0.5 Pls.. its urgent See the references section of the Myfaces documentation page: http://maven.apache.org/guides/index.html Regards, Simon

Newbie... Help!!!!!!!

2008-02-27 Thread Keenan
Can anyone provide a complete settings.xml file with proxy settings, mirrors, repositories etc for maven 2.0.5 Pls.. its urgent TIA -- View this message in context: http://www.nabble.com/Newbie...-Help%21%21%21%21%21%21%21-tp15710307s177p15710307.html Sent from the Maven - Users mailing list

Re: Release plugin (prepare) doesn't update more than one dependencies in multi modules project

2008-02-27 Thread Zucchi Alessandro
Hi all, I found the time to upload a simple example that reproduce the problem. http://www.nabble.com/file/p15710300/test.zip test.zip Step to follow: 1- install project in your repository (updating your SSC url (svn/ cvs ..) 2- run: mvn -DpreparationGoals=clean,install

jaxws-maven-plugin jaxws:wsgen - Could not find class file

2008-02-27 Thread Henri Gomez
I get the same error reference in this thread : http://www.mail-archive.com/users@maven.apache.org/msg72977.html Did someone know if this problem is planned to be fixed in jaxws-maven-plugin ? Regards - To unsubscribe, e-mail:

Re: Problem with snapshots

2008-02-27 Thread Papapara Tudu
[EMAIL PROTECTED] wrote: The problem is that maven assumes that the -SNAPSHOT is the newest, not the oldest version available. You obviously have projects that declare dependencies on just -SNAPSHOT, but want the latest *dated* version to be used. So I suggest you delete the original

Re: Problem with snapshots

2008-02-27 Thread Papapara Tudu
Jeff MAURY wrote: This is because the file name with the timestamp is something internal to the repository. When the dependency is resolved to your WAR, the original file name is restored based on the artifactId and the version you mention in your POM. Maybe if you put Maven in debug

Re: Cargo: custom ctx path for deployment

2008-02-27 Thread Clifton
Thanx Jeff, But my problem isn't with Cargo or the container. Rather its a Maven misunderstanding. I need a way for one profile to override the properties of another is what it realy boils down to. If that can't be done then I need a different approach. Jeff MAURY wrote: Clifton, I

Dependency plugin

2008-02-27 Thread Shakun Gupta
Hi All, I am using the dependency plugin to copy all the dependencies to an output directory. But, the dependencies are also copied in my target/dependency directory, i.e., the default directory for this plugin. Can you please suggest how to avoid this. Regards, Shakun

Maven jar-plugin

2008-02-27 Thread Shakun Gupta
Hi All, I am using Maven 2, and i added the configuration of jar-plugin and war-plugin. I am able to assemble the war at a different place using outputDirectory property. But, this does not work with jar-plugin. I have read in the forums that this is an issue with the jar plugin and this will

MvnIndex.org launched

2008-02-27 Thread Lukas Krecan
I have written small Eclipse plugin that simplifies POM editing. It provides code competition of groupId, artifactId and version in POM dependencies. You can download it here http://mvnindex.org/. Moreover, you can search for artifacts on-line on the same page and download index of Maven

Re: Javascript support

2008-02-27 Thread nicolas de loof
Declare your js source directory at plugin level : plugin artifactIdjavascript-maven-plugin/artifact configuration sourceDirectorymy/source/directory/sourceDirectory /configuration Maybe the plugin should use the project.sourceDirectory as the compile goal is only

Re: MvnIndex.org launched

2008-02-27 Thread Henri Gomez
I have written small Eclipse plugin that simplifies POM editing. It provides code competition of groupId, artifactId and version in POM dependencies. You can download it here http://mvnindex.org/. Moreover, you can search for artifacts on-line on the same page and download index of Maven

Re: Javascript support

2008-02-27 Thread Adrian Herscu
Hi Nicolas, How do I specify a different source directory? I have looked into the sources and found this: http://svn.codehaus.org/mojo/trunk/sandbox/javascript-maven-tools/javascript-maven-plugin/src/main/java/org/codehaus/mojo/javascript/CompileMojo.java Tried the

need to host the site in the embeded jetty server of continuum

2008-02-27 Thread Arun Kathirvel Sarojam
HI, i am using continuum and maven2 for continous integration. the build will generate a site for my application. i am planning to use the embeded jetty server that comes with continuum for hosting this site. can any body suggest me how to do this. i tried to create a directory in

Re: Maven jar-plugin

2008-02-27 Thread Wendy Smoak
On Wed, Feb 27, 2008 at 5:08 AM, Shakun Gupta [EMAIL PROTECTED] wrote: I am using Maven 2, and i added the configuration of jar-plugin and war-plugin. I am able to assemble the war at a different place using outputDirectory property. But, this does not work with jar-plugin. I have read in

Re: MvnIndex.org launched

2008-02-27 Thread Rune Flobakk
Simple and very useful! Would it be possible to get completion if one starts to enter the artifactId, and, if the artifactId is unique regardless of the groupId, to get the groupId tag and value filled in automatically? Or perhaps immediately get a completion popup when the artifactId is

Re: Adding a Project using XML-RPC - Broken?

2008-02-27 Thread kroe
Code is below. I have verified that 55 is a project group ID by viewing the source on the add project page. Adding the same project works through the add project page. ContinuumXmlRpcClient continuumClient = new ContinuumXmlRpcClient(new URL(SCMConstants.CONTINUUM_XMLRPC_URL) ,

Re: Dependency plugin

2008-02-27 Thread Wayne Fay
Is this really a problem for you, or just an annoyance? Wayne On 2/27/08, Shakun Gupta [EMAIL PROTECTED] wrote: Hi All, I am using the dependency plugin to copy all the dependencies to an output directory. But, the dependencies are also copied in my target/dependency directory, i.e., the

Re: need to host the site in the embeded jetty server of continuum

2008-02-27 Thread Emmanuel Venisse
You can't. A better way would be to use the continuum webapp instead of the standalone version and to install in in a web container like tomcat or jetty. Then you'll can do what you want. Emmanuel On Wed, Feb 27, 2008 at 2:08 PM, Arun Kathirvel Sarojam [EMAIL PROTECTED] wrote: HI,

Re: Cargo: custom ctx path for deployment

2008-02-27 Thread VUB Stefan Seidel
Clifton wrote: I need a way for one profile to override the properties of another is what it realy boils down to. You gave yourself the answer, didn't you? Just declare a profile for dev, set the property to the dev value within the profile. Activate the profile using settings.xml, or mvn

Re: maven-eclipse-plugin 2.4 versioned project

2008-02-27 Thread Salman Moghal
Hello: Thanks so much for the response. Yes, I agree that it would be ideal if the name of the generated jar/war/ear file is kept same as the project directory name -- I believe that's what finalName does as per the docs (?). However, my teammates responsible for maven builds don't like the

RE: Best practice to represent an arbitrary collection of jars asa single dependency?

2008-02-27 Thread Brown, Carlton
Yes, we have a similar problem, not RAD but something like it. Your solution below is more or less what I figure I'll have to do. It's a variation on the other solutions mentioned, but it helps clear things up for me. So if I'm reading below correctly, you're essentially ignoring the real

Integration Tests

2008-02-27 Thread vitor lundberg
hello, in the maven lifecycle we have the integration tests. Can some one help me to understand how to implement thoses tests ?? thx, Vitor

Re: Integration Tests

2008-02-27 Thread Luca Marrocco
Hi Vitor, the simplest way is to create you integration test as junit classes under src/test/java directory. Luca - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: maven-eclipse-plugin 2.4 versioned projec

2008-02-27 Thread Siarhei Dudzin
On Wed, Feb 27, 2008 at 5:37 PM, Salman Moghal [EMAIL PROTECTED] wrote: Thanks so much for the response. Yes, I agree that it would be ideal if the name of the generated jar/war/ear file is kept same as the project directory name -- I believe that's what finalName does as per the docs (?).

Re: Integration Tests

2008-02-27 Thread vitor lundberg
Thx for replay Luc, but the problem is if I create my integration test under src/test/java my integration test will starts like a unit test under the lifecyle test and I wish that my integration test start after the package steep. so if I put my classes under the same repertory as the tests

What does: Skipping disabled repository central really mean?

2008-02-27 Thread Chris Helck
Hi, A certain user of mine gets Skipping disabled repository central when mvn (2.0.8) tries to download a plugin. I've printed the effective-pom and effective-settings and I don't see anything redirection of central with mirrors or repository. It certainly sounds like mvn is not looking in the

Re: Integration Tests

2008-02-27 Thread Luca Marrocco
2008/2/27, vitor lundberg [EMAIL PROTECTED]: I wish that my integration test start after the package steep. so if I put my classes under the same repertory as the tests classes maven dont make the differences that is a way to make a difference thoses tests ? i havent tried this feature

Re: maven-eclipse-plugin 2.4 versioned projec

2008-02-27 Thread Salman Moghal
Thanks again for the prompt response.. It is indeed as you mentioned finalName. If they don't want to have final name fixed you could probably somehow parse the ibm-specific deployment descriptors. Because artifact names are actually hardcoded there. So if your

Re: What does: Skipping disabled repository central really mean?

2008-02-27 Thread Jeff MAURY
Are you sure you have the connectivity to the central repository. I've seen this message once a connection is attempted against central and it fails: the repository is then disabled by Maven for further attempts. Regards Jeff MAURY On Wed, Feb 27, 2008 at 6:05 PM, Chris Helck [EMAIL PROTECTED]

Re: Integration Tests

2008-02-27 Thread Paul Benedict
See this posting: http://mail-archives.apache.org/mod_mbox/maven-users/200801.mbox/[EMAIL PROTECTED] Paul On Wed, Feb 27, 2008 at 11:06 AM, Luca Marrocco [EMAIL PROTECTED] wrote: 2008/2/27, vitor lundberg [EMAIL PROTECTED]: I wish that my integration test start after the package steep.

Is there any way to control the number of snapshot produced?

2008-02-27 Thread Baz
Hi, Is there a way that we can control the total number of snapshot of one specific version? I think I have seen it somewhere and forget about the syntax. Thank you. A.

How to set the classifier of an Artifact for install-plugin ?

2008-02-27 Thread Guillaume Durand
Hello, I wrote a packaging plugin replacing the jar-plugin and accepting a classifier as parameter to generate the proper artifact name. Once the artifact is created I use Artifact.setFile with the newly created artifact. It works fine but the install-plugin copies the artifact into the

RE: What does: Skipping disabled repository central really mean?

2008-02-27 Thread Chris Helck
Hi Jeff, Using a different pom the same user can download from central. Nevertheless, if this were the case, how would you correct it? Regards, Christopher -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff MAURY Sent: Wednesday, February 27, 2008

Re: What does: Skipping disabled repository central really mean?

2008-02-27 Thread Jeff MAURY
Are you running on Vista ? Jeff MAURY On Wed, Feb 27, 2008 at 6:51 PM, Chris Helck [EMAIL PROTECTED] wrote: Hi Jeff, Using a different pom the same user can download from central. Nevertheless, if this were the case, how would you correct it? Regards, Christopher -Original

RE: What does: Skipping disabled repository central really mean?

2008-02-27 Thread Chris Helck
No, Ubuntu. -Chris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff MAURY Sent: Wednesday, February 27, 2008 12:57 PM To: Maven Users List Subject: Re: What does: Skipping disabled repository central really mean? Are you running on Vista ? Jeff

Re: Integration Tests

2008-02-27 Thread Kalle Korhonen
plugin artifactIdmaven-surefire-plugin/artifactId configuration includes include**/*UnitTest.java/include /includes /configuration executions execution

How to list goals which are bound to a particular phase?

2008-02-27 Thread Ian Hummel
Hi everyone, Is there anyway to list the lifecycle and goals that will be run when I do e.g. mvn install without actually running the install? Thanks, - ian. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Maven release strategy

2008-02-27 Thread Sebastian Johnck
I am comparing the differences between performing one release from the top most module, which forces a release of all child modules, vs releasing one child module at a time. Which is better? Can any one recommend some good documentation on maven release strategies?

More than one source folder

2008-02-27 Thread Daniele Dellafiore
Is possible to configure pom to have more than one source folder? How? And if so, does the eclipse plugin support this? I am managing a pom for a project with external svn java sources that are, say, under /vendor/projectX/src If I specify the external source folder as a resource in pom, eclipse

Re: More than one source folder

2008-02-27 Thread Sebastian Johnck
Check out build-helper plugin Here is how I use it !--Getting the generated source dir added -- plugin groupIdorg.codehaus.mojo/groupId artifactIdbuild-helper-maven-plugin/artifactId

Re: maven-eclipse-plugin 2.4 versioned project

2008-02-27 Thread Arnaud HERITIER
and another task not recorded : to test the plugin with all 2.0.X version to update the minimum requirement. Arnaud On Wed, Feb 27, 2008 at 11:01 AM, Siarhei Dudzin [EMAIL PROTECTED] wrote: I've done quite some troubleshooting around RAD6+maven. I would advise to override the finalName for

Re: maven-eclipse-plugin 2.4 versioned project

2008-02-27 Thread Salman Moghal
Hello: Just wanted to confirm that maven-eclipse-plugin 2.5-SNAPSHOT contains the correct code for org.apache.maven.plugin.eclipse.writers.wtp.EclipseWtpComponentWriter (line 134): // we should use the eclipse project name as the deploy name. writer.addAttribute(

Re: More than one source folder

2008-02-27 Thread Daniele Dellafiore
rock'n'roll! :) On Wed, Feb 27, 2008 at 8:07 PM, Sebastian Johnck [EMAIL PROTECTED] wrote: Check out build-helper plugin Here is how I use it !--Getting the generated source dir added -- plugin

Started getting exception when packaging war

2008-02-27 Thread Allen, Daniel
Hi, all. I'm using the war:exploded goal, it was working before, and then I switched projects for a couple weeks, came back, and found that the same POM results in this exception now. Does anyone know if there was a non-backwards compatible update to the WAR plugin or to Maven itself that might

Re: Started getting exception when packaging war

2008-02-27 Thread Rémy Sanlaville
Hi Daniel, Just try to update your repository : mvn package -U or indicate the last version (2.1-alpha-1) of maven war plugin in you pom. We also had this error and it seems that it comes from an old version of a transitive dependency of the maven-war-plugin. HTH, Rémy

Re: Maven release strategy

2008-02-27 Thread Graham Leggett
Sebastian Johnck wrote: I am comparing the differences between performing one release from the top most module, which forces a release of all child modules, vs releasing one child module at a time. Which is better? It depends entirely on your needs. Releasing modules on their own means that

RE: Started getting exception when packaging war

2008-02-27 Thread Allen, Daniel
Still getting the same result, but adding the -U didn't update the WAR plugin (the only thing in the output that was listed as downloaded was a new version of the Surefire plugin). I know using --version gives the Maven version, but how can I check what version of a particular plugin I'm using?

Re: Started getting exception when packaging war

2008-02-27 Thread Olivier Lamy
Hi, A method has been changed but everything has been deployed on 25Feb. Can you cleanup a part of your local repo : - rm -rf ~/.m2/repository/org/apache/maven/plugins/maven-war-plugin - rm -rf ~/.m2/repository/org/apache/maven/shared/maven-filtering/ Then try again. But unless you reallly need

RE: Started getting exception when packaging war

2008-02-27 Thread Allen, Daniel
It's building again--thanks, Olivier! I'll add a version lock to the plugin delcaration too; that's a good idea. ~Dan Allen -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Olivier Lamy Sent: Wednesday, February 27, 2008 3:43 PM To: Maven Users List

Re: Create one jar including all dependencies

2008-02-27 Thread krishnan.1000
Thanks for the help. We used the maven assembly plugin to create a executable jar. Is it possible to create two executable jars for the same package. I could have have another plugin node for maven assembly krishnan.1000 wrote: Hi, I am a Maven newbie. So please forgive my ignorance. I am

maven-license-plugin

2008-02-27 Thread Joshua ChaitinPollak
Does anyone know about the maven-license-plugin? http://www.theserverside.com/news/thread.tss?thread_id=48526 http://code.google.com/p/maven-license-plugin/ It looks interesting, but I haven't tried it yet. Is there any movement to move it to codehaus? -Josh

Re: Trouble with Tomcat / MyFaces in Maven JUnits

2008-02-27 Thread Joshua ChaitinPollak
Hi Stefan, Thanks for the suggestion. For now I've just checked the myfaces libs into our webapp directory and moved on. Ugly, but it works. -Josh On Feb 26, 2008, at 7:37 AM, VUB Stefan Seidel wrote: Hi, I could be totally wrong, but I remember something like tomcat scanning the JARs

Specifying fileName for assembly-plugin

2008-02-27 Thread William Ferguson
Is it possible to generate an assembly whose filename does not get the artifactId appended to the end of the finalName? Eg the following config generates myproject-domain.zip (domain being the artifactId in the assembly descriptor). configuration finalNamemyproject/finalName

Excluding JARs in WEB-INF/lib but not dependencies

2008-02-27 Thread Guillaume Bilodeau
Hi all, For our portlet projects, we are keeping JAR files in src/main/webapp/WEB-INF/lib under source control to ease up getting a new project to a workspace. In our Maven2 build, we want to be able to exclude these JARs from the final WAR artifact, but not the JAR dependencies. We've tried

RE: Specifying fileName for assembly-plugin

2008-02-27 Thread William Ferguson
OK, I should have kept plugging away. Specifying an empty artifactId in the assembly descriptor achieves this. I was certain that it didn't use to though. William -Original Message- From: William Ferguson [mailto:[EMAIL PROTECTED] Sent: Thursday, 28 February 2008 8:38 AM To: Maven

Is ArchetypeProvider in mavenide/nb6.0 public api?

2008-02-27 Thread Srinivasan Chikkala
I am trying to add list of archetypes to the maven ide new project wizard ( New Project - Maven- Maven Project [Maven Archetypes] ) from my netbeans module, but the api org.codehaus.mevenide.netbeans.api.archetype.ArchetypeProvider is not a public api to include it in my module dependency.

RE: Best practice to represent an arbitrary collection of jars asa single dependency?

2008-02-27 Thread Olivier Dehon
I use the same version across the board which reflects the version (including patchlevel) of the WebSphere distribution. I do not want to have to figure out which JARs have been updated for each corrective package I receive, so I blindly load them all from the distribution every time. In my

Re: Is ArchetypeProvider in mavenide/nb6.0 public api?

2008-02-27 Thread mkleint
Srinivasan Chikkala wrote: I am trying to add list of archetypes to the maven ide new project wizard ( New Project - Maven- Maven Project [Maven Archetypes] ) from my netbeans module, but the api org.codehaus.mevenide.netbeans.api.archetype.ArchetypeProvider is not a public api to include it

Re: Is there any way to control the number of snapshot produced?

2008-02-27 Thread Martin Höller
Hi! On Wednesday 27 February 2008 wrote Baz: Is there a way that we can control the total number of snapshot of one specific version? I think I have seen it somewhere and forget about the syntax. I don't know of any maven-plugin to handle this, but if you use a repository manager like