Re: Multi-module project: assembly is not picking up dependencies

2007-03-08 Thread Sasha O
Just checked: the same thing happens on the Better Builds with Maven examples -- 'mvn assembly:assembly' fails. See below. Tried using Maven 2.0.4 or 2.0.5. Would appreciate any insight on how to make Maven work for me. Thanks. === [INFO] Failed to resolve artifact.

Re: Status of maven dependency analysis mojo?

2007-03-08 Thread Steinar Bang
Brian E. Fox [EMAIL PROTECTED]: The merged plugin is sitting here: /maven/sandbox/trunk/plugins/maven-dependency-plugin/pom.xml Once alpha-2 is released, this will be merged into the dependency plugin trunk. Ok. Thanx! What goals do I run to generate the reports? None of the regular

Re: minijar bombs out when found duplicate classes

2007-03-08 Thread Torsten Curdt
On 08.03.2007, at 08:36, Dan Tran wrote: My project with minijar:minijars gives this error Embedded error: duplicate entry: org/xml/sax/SAXException.class [INFO] -- -- [INFO] For more information, run Maven with the -e

How not to download the sources

2007-03-08 Thread mkmichem
Hi there Just a quick question Can someone pls tell me how to configure maven such that it does not download the **-sources.jar for all the dependencies in the pom.xml file. Im on a limited internet supply ... Ive tried creating a build.properties file, and then setting (included at $HOME,

Re: Continuum reports

2007-03-08 Thread Emmanuel Venisse
you can look at the rpc client. if you use 1.1, a new version (that will be merge in trunk) is available in sandbox : http://svn.apache.org/viewvc/maven/sandbox/trunk/continuum/continuum-client/ Emmanuel Morgovsky, Alexander (US - Glen Mills) a écrit : I am very happy with the way that

Re: stop a build from GUI in version 1.1

2007-03-08 Thread Emmanuel Venisse
all the code is there but we need to link the gui to it. This feature will be available only for *nix system Emmanuel L. J. a écrit : Sorry if this question has been asked, in 1.0.3, you can't stop a build from the GUI but will this be added as part of version 1.1 new features?

continuum error after killing the application

2007-03-08 Thread Tilman.Rossmy
I had to kill the container process, that hosts the continuum webapp, now after a reboot continuum does not find the the old derby schema anymore (no admin user, no project groups nothing). Is there a file lock that I have to remove? Or a database table record that locks the schema? I?ve checked

Re: continuum error after killing the application

2007-03-08 Thread Emmanuel Venisse
do you have an error or something in your logs when continuum start? Emmanuel [EMAIL PROTECTED] a écrit : I had to kill the container process, that hosts the continuum webapp, now after a reboot continuum does not find the the old derby schema anymore (no admin user, no project groups

Re: Status of maven dependency analysis mojo?

2007-03-08 Thread Steinar Bang
Steinar Bang [EMAIL PROTECTED]: Brian E. Fox [EMAIL PROTECTED]: The merged plugin is sitting here: /maven/sandbox/trunk/plugins/maven-dependency-plugin/pom.xml Once alpha-2 is released, this will be merged into the dependency plugin trunk. Ok. Thanx! What goals do I run to generate

Re: [m2] included features with PDE-maven-plugin

2007-03-08 Thread Magali Helene
Yes, it has his own feature.xml, which includes the first one with the includes/ tag. Here is this feature.xml : ?xml version=1.0 encoding=UTF-8? feature id=com.arcadsoftware.skipper.features label=ARCAD Plugin For Changer version=2.0.0.2 provider-name=ARCAD Software

Re: Best practices for using mvn release, then releasing against the branch

2007-03-08 Thread Erik Drolshammer
neil hart wrote: When we use the release plugin it works well by: - Changing our x.x-SNAPSHOT to x.x - Checks in and tags our code with the x.x version number - Changes x.x to x.x+1. We would like to have some way of starting a branch from the tagged code and have it change our x.x to

RE: continuum error after killing the application

2007-03-08 Thread Tilman.Rossmy
well apart from the jdo warnings (like schema sa not found which seem to appear all the time anyway) there is this fatal error: 2007-03-07 18:07:27,372 INFO [STDOUT] [FATAL ERROR] 2007-03-07 18:07:27,372 INFO [STDOUT] EnvironmentCheck Failure.

Re: continuum error after killing the application

2007-03-08 Thread Emmanuel Venisse
It's a wrong fatal error, this message isn't important and not related to your db pb. [EMAIL PROTECTED] a écrit : well apart from the jdo warnings (like schema sa not found which seem to appear all the time anyway) there is this fatal error: 2007-03-07 18:07:27,372 INFO [STDOUT] [FATAL

Re: continuum error after killing the application

2007-03-08 Thread Emmanuel Venisse
maybe you can use an external derby server instead of the embedded derby db so when you'll stop your container, the db will continue to work. [EMAIL PROTECTED] a écrit : well apart from the jdo warnings (like schema sa not found which seem to appear all the time anyway) there is this fatal

RE: classpath order

2007-03-08 Thread Jörg Schaible
Jagan Padmanabha Pillai -X (jpadmana - Insight wrote on Thursday, March 08, 2007 1:28 AM: The order of classpaths/dependencies seems to change when different people are working. Everyone is using the same pom.xml file, no changes. Does anyone know why this is happening. Its the same

Re: Status of maven dependency analysis mojo?

2007-03-08 Thread Mark Hobson
That exception would occur if the build directory didn't exist or is not a directory - in your case: /media/sda8/someuser/p4/depot/someproject/MAIN/com.somecompany.someproject/target Does that directory exist? What's your environment? Cheers, Mark On 08/03/07, Steinar Bang [EMAIL PROTECTED]

Re: findbugs plugin

2007-03-08 Thread Rémy Sanlaville
Hi, I just try it now and it works well. Did you add the repository section for the codehaus repository in your pom ? repository idcodehaus/id nameCodehaus Repository/name url http://repository.codehaus.org//url releases enabledtrue/enabled /releases

Re: derby error

2007-03-08 Thread Robert Dale
java.lang.OutOfMemoryError: Java heap space Increase your heap, add to your jvm options: +mxSIZEm where SIZE is in mb If it's running the default size, ie. you're not specifying a size, then try 128. if you are specifying a size, try adding 20% or so. -- Robert Dale On 3/8/07, [EMAIL

Re: [m2] [ANN] Artifactory - new Maven 2 proxy repository

2007-03-08 Thread Yoav Landman
We have just released a minor version update for Artifactory (1.2.0.1) which fixes a couple of known reported issues, so you are welcome to use it. Release notes are here: http://sourceforge.net/project/shownotes.php?release_id=491127group_id=175347 Yoav Landman wrote: Hi all, We would

Re: Status of maven dependency analysis mojo?

2007-03-08 Thread Steinar Bang
Mark Hobson [EMAIL PROTECTED]: That exception would occur if the build directory didn't exist or is not a directory - in your case: /media/sda8/someuser/p4/depot/someproject/MAIN/com.somecompany.someproject/target Does that directory exist? Yes. It contains a file called

[m2] tomcat-maven-plugin [Virus checked]

2007-03-08 Thread Wolfgang . Schrecker
Hi all, I have a problem with tomcat-maven-plugin: it seems to load from http://snapshots.maven.codehaus.org , as I can find it in my local repository, but all mvn tomcat: ... result in: [ERROR] BUILD ERROR [INFO] [INFO]

Re: [m2] disappearing dependency

2007-03-08 Thread Jerome Lacoste
On 3/6/07, Guillaume Lederrey [EMAIL PROTECTED] wrote: Might be ... but it did work correctly before I added the dependency on ojdbc ... strange ... I'll check and let you know. what does happen if you build your web module only (after installing your root pom using mvn -N if necessary) ?

Re: [m2] disappearing dependency

2007-03-08 Thread Jerome Lacoste
On 3/8/07, Jerome Lacoste [EMAIL PROTECTED] wrote: On 3/6/07, Guillaume Lederrey [EMAIL PROTECTED] wrote: Might be ... but it did work correctly before I added the dependency on ojdbc ... strange ... I'll check and let you know. [...] I am reviewing the mvn -X install log of the full

JNI shared libs: attachments or separate artifacts?

2007-03-08 Thread Steinar Bang
I'm trying to use maven to distribute .so/DLL files used by a JNI class. The plan was to use dependency:unpack to drop the .so files and DLLs into a directory in LD_LIBRARY_PATH (or PATH on Win32). The questions are: 1. should the DLLs be separate artifacts, or can they be attachments to

RE: continuum error after killing the application

2007-03-08 Thread Tilman.Rossmy
found the solution to my problem, rather trivial: Started the JBoss that hosts our Continuum from $JBOSS_HOME/bin thus the Continuum database was installed at $JBOSS_HOME/bin/database. After I had to kill the JBoss Instance I restarted it with the following script from $USER_HOME: #!/bin/sh

Re: Running surefire for test and integration-test and producing two reports

2007-03-08 Thread Pete
Steve, I've had the same issue myself regarding the integration test JUnits not appearing in the site, what I found was it doesn't matter what is put in the reporting section of the pom regarding configuring the 'maven-surefire-plugin' itself. Instead Maven seems to use the

RE: Using the POM classpath for integration testing

2007-03-08 Thread Philippe Kernevez
Hi, I just had the mechanism to the plugin. Had this parameter to use Maven POM instead of FitNesse classpath. classPathProvidermaven/classPathProvider The default value is fitnesse. The new SNAPSHOT is available in the repository. There is an example there:

Add compilation date in the manifest

2007-03-08 Thread MATHUS Baptiste
Hi all, I'm looking for the variable that could be used to declare an additional property compilationDate in the manifest. I've been looking at this page as a starting point : http://maven.apache.org/guides/mini/guide-manifest.html But I can't find anywhere on the net how the variable

How to change the invoked goals at runtime

2007-03-08 Thread Daniel Beland
Hi, I am trying to migrate our projects to maven 2.0.5 (have been using maven 1 for 2 years now). I would like to know how I can invoke maven to package the artifact only when the version does not contain SNAPSHOT, and install it if it contains SNAPSHOT. In maven 1 I was using a goal like

Re: How to change the invoked goals at runtime

2007-03-08 Thread Jerome Lacoste
On 3/8/07, Daniel Beland [EMAIL PROTECTED] wrote: Hi, I am trying to migrate our projects to maven 2.0.5 (have been using maven 1 for 2 years now). I would like to know how I can invoke maven to package the artifact only when the version does not contain SNAPSHOT, and install it if it

Load properties from file/url to pom.xml

2007-03-08 Thread Rahamim, Zvi \(Zvi\)
Hi, I know that inside pom.xml there is a section that I can define properties. Is there a way to load properties from a property file / url? I need this because I have a couple of pom.xml files that should load the same property file. Thanks!

Re: How to change the invoked goals at runtime

2007-03-08 Thread Daniel Beland
Ok let me explin it with more details. I have projects A, B and C, giving artifacts a-1.0.jar, b-1.0.war and c-1.0.war. B as a dependency on a-1.0.jar C as a dependency on a-1.0.jar. We modify A and B only = (A version should become a-1.1-SNAPSHOT.jar) But the developer commit it and forget

Re: minijar bombs out when found duplicate classes

2007-03-08 Thread Dan Tran
On 3/8/07, Torsten Curdt [EMAIL PROTECTED] wrote: On 08.03.2007, at 08:36, Dan Tran wrote: My project with minijar:minijars gives this error Embedded error: duplicate entry: org/xml/sax/SAXException.class [INFO] -- --

Re: How to change the invoked goals at runtime

2007-03-08 Thread Jerome Lacoste
On 3/8/07, Daniel Beland [EMAIL PROTECTED] wrote: Ok let me explin it with more details. I have projects A, B and C, giving artifacts a-1.0.jar, b-1.0.war and c-1.0.war. B as a dependency on a-1.0.jar C as a dependency on a-1.0.jar. We modify A and B only = (A version should become

Re: [m2] Best Practice for Deploying an Application w/Dependencies

2007-03-08 Thread John J. Franey
mark_in_gr wrote: What would be the most efficient way to format my executable jar application, though? Depends on your apps requirements. I think unpacked leads to less of a burden on host filesystem. jar-with-dependencies is easiest to configure, for sure. Using the maven

Re: Load properties from file/url to pom.xml

2007-03-08 Thread Wayne Fay
The use of externally properties files was purposefully abandoned in M2. In your case, I'd make a single shared parent pom and have the other poms use it as their parent, so you will inherit the properties set in the parent. Or utilize profiles.xml or settings.xml to share the properties.

Re: Best practices for using mvn release, then releasing against the branch

2007-03-08 Thread neil hart
On 3/8/07, Erik Drolshammer [EMAIL PROTECTED] wrote: snip _Questions_: a. Is this the procedure you want? b. Is this procedure supported by the release-plugin? c. Is this best practice? If not, what's wrong or should be changed? The release plugin will create the tag/branch for you.

Re: [m2] included features with PDE-maven-plugin

2007-03-08 Thread Dan Tran
strange it should work since each feature is independently built. do you know some opensource that has similar set up that I can repoduce this issue? -D On 3/8/07, Magali Helene [EMAIL PROTECTED] wrote: Yes, it has his own feature.xml, which includes the first one with the includes/ tag.

Re: How to change the invoked goals at runtime

2007-03-08 Thread Daniel Beland
I had a look at the new release plugin, saw what you mean, It will update the version back to SNAPSHOT, nice little feature that was missing in maven 1. Thanks for your help On 08/03/07, Daniel Beland [EMAIL PROTECTED] wrote: Hi, I am trying to migrate our projects to maven 2.0.5 (have

Re: JNI shared libs: attachments or separate artifacts?

2007-03-08 Thread Dan Tran
On 3/8/07, Steinar Bang [EMAIL PROTECTED] wrote: I'm trying to use maven to distribute .so/DLL files used by a JNI class. The plan was to use dependency:unpack to drop the .so files and DLLs into a directory in LD_LIBRARY_PATH (or PATH on Win32). The questions are: 1. should the DLLs be

RE: Continuum reports

2007-03-08 Thread Morgovsky, Alexander \(US - Glen Mills\)
Thank you. May you please send me the instructions for building this client? Perhaps this client is already built and I could download it from somewhere. If this is the case, please let me know the location of such a distributable. Also, are there any documents with instructions or

RE: Load properties from file/url to pom.xml

2007-03-08 Thread Rahamim, Zvi \(Zvi\)
The problem is that the couple of pom.xml file already have different parents... Can you give me a hint of how to implement this?(I need that when loading - before build time - the properties will be available) Thanks! -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent:

Re: How to change the invoked goals at runtime

2007-03-08 Thread Jerome Lacoste
On 3/8/07, Daniel Beland [EMAIL PROTECTED] wrote: I had a look at the new release plugin, saw what you mean, It will update the version back to SNAPSHOT, nice little feature that was missing in maven 1. Thanks for your help and another thing that might help you is the dependency plugin. In

Re: RE: Load properties from file/url to pom.xml

2007-03-08 Thread Thorsten Heit
The problem is that the couple of pom.xml file already have different parents... What prevents you to let these pom.xml files be children of a common pom.xml that contains your properties? Cheers Thorsten - To unsubscribe,

Re: Code coverage with AspectJ?

2007-03-08 Thread Michael Waluk
Hi, I can't find much else regarding using AspectJ with Clover. Were you able to get it working with an example AspectJ project? Has anyone been successful with this yet? We have it to the point where we are getting 0% coverage for some reason, but I haven't spent much time on it. I'd bother

Re: Load properties from file/url to pom.xml

2007-03-08 Thread Wayne Fay
Since you can't use a shared parent, I'd go the settings.xml route then with a single profile that you share between multiple projects. You can activate multiple profiles during a build so I don't think this will have any undesired effects on your process, and is probably the best way forward

RE: Load properties from file/url to pom.xml

2007-03-08 Thread Rahamim, Zvi \(Zvi\)
My problem is that the property file should be used by users that are in different countries... -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Thursday, March 08, 2007 6:24 PM To: Maven Users List Subject: Re: Load properties from file/url to pom.xml Since you can't

seeing what phase a plugin is bound to

2007-03-08 Thread EJ Ciramella
Is there any way to see what lifecycle goal the ear plugin is bound to?

Next release????

2007-03-08 Thread kentlam
When is the next release of continuum coming out? Is it even in active development? The bugs are so annoying in continuum I am about to ditch it and use Bamboo instead. -- View this message in context: http://www.nabble.com/Next-release-tf3369141.html#a9374229 Sent from the Continuum -

Re: Next release????

2007-03-08 Thread Emmanuel Venisse
we have some discussion on dev list to release a first alpha in few days. Even if it's an alpha, this version will be stable and we want to add more features to the final version. Emmanuel kentlam a écrit : When is the next release of continuum coming out? Is it even in active development?

Re: Code coverage with AspectJ?

2007-03-08 Thread Howard Lewis Ship
Hey, do you know what happened to the training I was supposed to be coming out for? Bal has dropped off the map. On 3/8/07, Michael Waluk [EMAIL PROTECTED] wrote: Hi, I can't find much else regarding using AspectJ with Clover. Were you able to get it working with an example AspectJ project?

Re: seeing what phase a plugin is bound to

2007-03-08 Thread Wayne Fay
Maven-Ear-Plugin consists of 2 goals: http://maven.apache.org/plugins/maven-ear-plugin/plugin-info.html ear:ear is bound to package phase. ear:generate-application-xml is bound to generate-resources phase. Wayne On 3/8/07, EJ Ciramella [EMAIL PROTECTED] wrote: Is there any way to see what

mvn clean problems

2007-03-08 Thread Ben Tatham
I am having a problem that was reported last year, but the workaround they mentioned doesn't seem to be working. Here was the original posting: http://mail-archives.apache.org/mod_mbox/maven-dev/200603.mbox/[EMAIL PROTECTED] Basically, I am getting a java.lang.NoClassDefFoundError for

Re: JNI shared libs: attachments or separate artifacts?

2007-03-08 Thread Steinar Bang
On 3/8/07, Steinar Bang [EMAIL PROTECTED] wrote: The questions are: 1. should the DLLs be separate artifacts, or can they be attachments to the JNI jar artifact? (if so, how are they referenced from an artfactItem in the artifactItems list of dependency:unpack? I only know how to do

conditions in profiles.xml

2007-03-08 Thread Rodrigo M. G.
Hi... I'd like to declare some conditional properties in my profiles.xml, I'd like to set the value of a property depending of the value of another. Something that I can do in ant, like this: condition property=var1 value=true contains string=${var2_STR} substring=http /

RE: seeing what phase a plugin is bound to

2007-03-08 Thread EJ Ciramella
So why would an ear try and get built during mvn compile? -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Thursday, March 08, 2007 11:52 AM To: Maven Users List Subject: Re: seeing what phase a plugin is bound to Maven-Ear-Plugin consists of 2 goals:

Re: JNI shared libs: attachments or separate artifacts?

2007-03-08 Thread Steinar Bang
Steinar Bang [EMAIL PROTECTED]: Dan Tran [EMAIL PROTECTED]: I would have dll to depend on the jar, then use dependency:copy to place those artifact on your footprint/workspace Good idea. Thanx! Note that I don't build the DLLs with maven. They are built on build servers for each

Re: Changing the goal of a project

2007-03-08 Thread Thierry Lach
I've just added this to JIRA (http://jira.codehaus.org/browse/CONTINUUM-1207). I'm willing to work on this, but I'd need a little bit of guidance since I'm not familiar with plexus etc. as it is used for database access. On 2/27/07, Wendy Smoak [EMAIL PROTECTED] wrote: On 2/27/07, Morgovsky,

Re: [m2] Tools.jar Apple

2007-03-08 Thread jsolderitsch
Question -- Which pom file under .m2? I find myself in exactly the same situation and error condition trying to use the jax-ws plug-in on Mac OS X? Ryan Cuprak wrote: Managed to get around the problem. I edited the pom file under .m2 to point directly at the classes.jar file on MacOS

Maven uberjar plugin

2007-03-08 Thread Mykel Alvis
Not that it's all that difficult to do now, but has anyone actually worked on extending the functionality of the assembly plugin to produce an actual uberjar in addition to the things it does now?

Fails to build archiva

2007-03-08 Thread Raphaël Piéroni
Hi, I have some problem to build archiva from sources: First the maven-meeper subproject don't have a pom. second, (after created a dummy pom for it) i have [INFO] Result of /home/local/jdk1.6.0/jre/../bin/jarsigner -keystore src/keystore/keystore -storepass ** -keypass **

Re: Maven uberjar plugin

2007-03-08 Thread Torsten Curdt
On 08.03.2007, at 19:55, Mykel Alvis wrote: Not that it's all that difficult to do now, but has anyone actually worked on extending the functionality of the assembly plugin to produce an actual uberjar in addition to the things it does now?

Re: [m2] Tools.jar Apple

2007-03-08 Thread Ryan Cuprak
I edited: /Users/username/.m2/repository/org/codehaus/mojo/jaxws-maven-plugin/ 1.0-beta-1-SNAPSHOT/jaxws-maven-plugin-1.0-beta-1-SNAPSHOT.pom However, I hit another roadblock once I got past that problem. The plugin can't find the class file for the Webservice annotation tag. Plan to

Re: Fails to build archiva

2007-03-08 Thread Brett Porter
On 08/03/2007, at 11:09 AM, Raphaël Piéroni wrote: Hi, I have some problem to build archiva from sources: First the maven-meeper subproject don't have a pom. http://svn.apache.org/viewvc/maven/archiva/trunk/maven-meeper/pom.xml? view=log second, (after created a dummy pom for it) i

Re: minijar bombs out when found duplicate classes

2007-03-08 Thread Torsten Curdt
Well, I am on it to make it better handled ...but what do you suggest should minijar do? ...only one will be active in you classpath. This case, can you display a message showing the bad jars? is it possible to pickup the first one? (very much depending on how maven setup the order of

Re: [m2] Tools.jar Apple

2007-03-08 Thread Dan Tran
what is the location of classes.jar relative to java.home under OS X? On 3/8/07, Ryan Cuprak [EMAIL PROTECTED] wrote: I edited: /Users/username/.m2/repository/org/codehaus/mojo/jaxws-maven-plugin/ 1.0-beta-1-SNAPSHOT/jaxws-maven-plugin-1.0-beta-1-SNAPSHOT.pom However, I hit another roadblock

Re: Maven uberjar plugin

2007-03-08 Thread Mykel Alvis
Yep. Found it about 30 seconds after I posted that. On 3/8/07, Torsten Curdt [EMAIL PROTECTED] wrote: On 08.03.2007, at 19:55, Mykel Alvis wrote: Not that it's all that difficult to do now, but has anyone actually worked on extending the functionality of the assembly plugin to produce an

Re: minijar bombs out when found duplicate classes

2007-03-08 Thread Wayne Fay
There are a couple of jars containing the same class in my project. That's bad :) Yeah, those are my dependency jars :( Dan, can you not use exclusions etc to get rid of the artifacts/dependencies which are bringing in these duplicated classes? I've seen some ugly runtime issues resulting

lifecycle phase is restarting over

2007-03-08 Thread Dave Maung
I have the following life cycle set up in compile phase, I have some ant task running, and in package phase, I have assembly plugin set up. The problem is if I execute mvn package, it is calling compile lifecycle phase twice. Is there way to stop occuring it? I am using Maven 2.0.5? Dave

Re: [m2] Tools.jar Apple

2007-03-08 Thread Ryan Cuprak
It is: ../../System/Library/Frameworks/JavaVM.framework/Versions/1.5/ Classes/classes.jar On Mar 8, 2007, at 2:43 PM, Dan Tran wrote: what is the location of classes.jar relative to java.home under OS X? On 3/8/07, Ryan Cuprak [EMAIL PROTECTED] wrote: I edited:

Re: [m2] Tools.jar Apple

2007-03-08 Thread jsolderitsch
Yes -- I found two plug-in poms in my .m2 -- this one and jaxws-maven-plugin-1.0-beta-1-20070203.171044-8.pom I changed the latter one first and that didn't help and then I changed the one you mentioned and I was past the tools.jar block. And I was able to build a deployable war file based on a

Re: lifecycle phase is restarting over

2007-03-08 Thread Kai Uwe Bachmann
Hello, I think you use the assembly goal of the plugin. When you take a look at the documentation you will see that this goal calls the package phase by itself. If you use the attach goal it wouldn't call an other goal. Best Regards Kai Uwe Bachmann Am 08.03.2007 um 20:56 schrieb Dave

Re: [m2] Tools.jar Apple

2007-03-08 Thread Ryan Cuprak
Any chance you could send me your pom.xml file? I am a little baffled why the JAXWS plugin is failing on what appears to be a classpath issue with the annotations. How did using a legacy repository affect things? Thanks, -Ryan On Mar 8, 2007, at 3:08 PM, jsolderitsch wrote: Yes --

Inter module dependencies with release plugin

2007-03-08 Thread Paul Gier
I have a multi-module project where some modules depend on others. parent |--module1 |--module2 `--module3 And module 2 depends on the current snapshot version of module 1. I would like to release them all at the same time, but the problem is that the release plugin tells me that module 2

Re: Next release????

2007-03-08 Thread kentlam
Thanks Emmanuel, looking forward to the new version. Emmanuel Venisse wrote: we have some discussion on dev list to release a first alpha in few days. Even if it's an alpha, this version will be stable and we want to add more features to the final version. Emmanuel kentlam a écrit

Re: lifecycle phase is restarting over

2007-03-08 Thread Dave Maung
thanks for answering my question. I did attached goal, however, it seems to failed to asseble The error that I am getting is [INFO] [INFO] Error adding file 'C:\webapps\targe t\classes' to archive: C:\webapps\target\c

Re: [m2] Maven Archetypes

2007-03-08 Thread Jason Melnick
I don't believe that this currently exists, but it would make archetype infinitely more useful. I would like to be able to populate different items in an archetype by either reading a database or parsing out other xml files for use in an enterprise setting. An example would be populating the scm

Installing 3rd party jar to remote repository with sources jar

2007-03-08 Thread Hayes, Peter
Is it possible to use the deploy:deploy-file target to deploy a 3rd party jar into a remote repostory while including an attached sources jar? I don't see any parameters on http://maven.apache.org/plugins/maven-deploy-plugin/deploy-file-mojo.htm l that would indicate that this is possible. Peter

Re: Installing 3rd party jar to remote repository with sources jar

2007-03-08 Thread Wendy Smoak
On 3/8/07, Hayes, Peter [EMAIL PROTECTED] wrote: Is it possible to use the deploy:deploy-file target to deploy a 3rd party jar into a remote repostory while including an attached sources jar? I don't see any parameters on http://maven.apache.org/plugins/maven-deploy-plugin/deploy-file-mojo.htm

maven dependency classpath

2007-03-08 Thread Jagan Padmanabha Pillai -X \(jpadmana - Insight Solutions, Inc. at Cisco\)
Does anyone know how maven creates the classpath from the dependencies. Whats the order it creates ? How can we control the order ? Thanks!!

Re: [m2] Archetype Plugin parameters and templates

2007-03-08 Thread Jason Melnick
maven-archetype-quickstart source has no velocity templates - and neither do any of the other projects of the maven-archetype-bundles. Is the archetype plugin not extensible via new archetype-bundles? allan ramirez-4 wrote: Eric Jacob wrote: Hi Jason, Thanks for your fast answer.

Re: maven dependency classpath

2007-03-08 Thread Rod Mclaughlin
That's a good question! If we can control the classpath order, we can avoid the 'cglib-full' issue (the issue is that class x.y.Z is on the classpath twice, our code requires method a(), and the first example of x.y.Z on the classpath does not have a method a() but the second does, so if we

Local modules

2007-03-08 Thread Michal Palička
Hello all, is there a way to specify a module as local, so that the module could not be deployed to shared repository? The module should be able to install to my local repository though. Perhaps I should describe our use case: In our project, we use a separate module that contains

Re: seeing what phase a plugin is bound to

2007-03-08 Thread Wayne Fay
A good question, which I really cannot answer. Let me run my EAR project in debug mode and see if anything pops out... Wayne On 3/8/07, EJ Ciramella [EMAIL PROTECTED] wrote: So why would an ear try and get built during mvn compile? -Original Message- From: Wayne Fay [mailto:[EMAIL

Re: seeing what phase a plugin is bound to

2007-03-08 Thread Wayne Fay
I think you must have something misconfigured, EJ... [INFO] Building myproj-ear [INFO]task-segment: [package] [INFO] [INFO] [ear:generate-application-xml] [INFO] [resources:resources] [INFO] [ear:ear] During the

[apt] How to center text or figure ?

2007-03-08 Thread Eddy Caron
Hello all, I hope it's right mailing for this question. I can't found a specific mailing for trivial question about apt. Do you know how to center text or figure with apt syntax ? Regards, Eddy

Re: minijar bombs out when found duplicate classes

2007-03-08 Thread Dan Tran
the problem is I dont know which jar files has duplicate classes and I have 49 jars in my dep list ;-) On 3/8/07, Wayne Fay [EMAIL PROTECTED] wrote: There are a couple of jars containing the same class in my project. That's bad :) Yeah, those are my dependency jars :( Dan, can you not

Re: minijar bombs out when found duplicate classes

2007-03-08 Thread Rod Mclaughlin
I have written a couple of small shell scripts which search Maven for a given class, eg. mvngrep.sh ClassVisitor will find all those jars containing class org.objectweb.asm.ClassVisitor. The next step is to write a java program which searches for an example of the class which contains a

Solved: Fails to build archiva

2007-03-08 Thread Raphaël Piéroni
Sorry for the noise, a fresh checkout solved the problem 2007/3/8, Brett Porter [EMAIL PROTECTED]: On 08/03/2007, at 11:09 AM, Raphaël Piéroni wrote: Hi, I have some problem to build archiva from sources: First the maven-meeper subproject don't have a pom.

Re: minijar bombs out when found duplicate classes

2007-03-08 Thread Torsten Curdt
On 08.03.2007, at 23:02, Rod Mclaughlin wrote: I have written a couple of small shell scripts which search Maven for a given class, eg. mvngrep.sh ClassVisitor will find all those jars containing class org.objectweb.asm.ClassVisitor. Actually once I had the idea to index the whole maven

RE: seeing what phase a plugin is bound to

2007-03-08 Thread EJ Ciramella
What about the compile phase, does it try to do anything ear related? -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Thursday, March 08, 2007 4:30 PM To: Maven Users List Subject: Re: seeing what phase a plugin is bound to I think you must have something

FW: jcoverage

2007-03-08 Thread vinay.hegde1
please mail users@maven.apache.org On 08/03/2007, at 2:34 AM, [EMAIL PROTECTED] wrote: hi i m Vinay i m developing project in maven. i want to use jcoverage as report. can u plz tell me how should i write

Re: MAVEN 2.0 and SCM-SVN

2007-03-08 Thread Dan Tran
By convention, any thing generated by the build execution should be placed under ${project.build.directory) ( ie target) scm:checkout is not the exception either. A good use case of this, maven release:perform which checkouts a know tag into target/checkout and performs the build from there.

Re: [m2] Tools.jar Apple

2007-03-08 Thread Ryan Cuprak
Hello, Got my jaxws stuff working! Added the repository: repository idjava.net/id urlhttps://maven-repository.dev.java.net/nonav/repository/url layoutlegacy/layout /repository (deleted entries javax entries and .m2 and re-downloaded - only

Re: [m2] Tools.jar Apple

2007-03-08 Thread Dan Tran
Ryan, I should have said this out loud early so you dont have to go thru this any way, if maven folk willing to fix http://jira.codehaus.org/browse/MEV-498 an all will be okie -Dan On 3/8/07, Ryan Cuprak [EMAIL PROTECTED] wrote: Hello, Got my jaxws stuff working! Added the repository:

Re: [m2] Tools.jar Apple

2007-03-08 Thread Dan Tran
also, what did you change in the plugin's pom? If it is valid, i will fix the plugin -D On 3/8/07, Dan Tran [EMAIL PROTECTED] wrote: Ryan, I should have said this out loud early so you dont have to go thru this any way, if maven folk willing to fix http://jira.codehaus.org/browse/MEV-498

Re: [m2] Tools.jar Apple

2007-03-08 Thread Ryan Cuprak
The only change to a plugin (plugin itself) that I made was to jaxws-maven-plugin-1.0-beta-1-SNAPSHOT.pom and the sun.jdk section now looks like: dependency groupIdsun.jdk/groupId artifactIdtools/artifactId version1.5.0/version scopesystem/scope

Re: FW: jcoverage

2007-03-08 Thread Wayne Fay
There is no JCoverage report available in Maven2. This plugin is only available with Maven1. (Since you mention pom.xml, I assume you are using M2 and not M1.) Wayne On 3/8/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: please mail users@maven.apache.org On 08/03/2007, at 2:34 AM, [EMAIL

Re: [m2] Tools.jar Apple

2007-03-08 Thread Dan Tran
From the source, jaxws-maven-plugin should should pickup your classes.jar if you have it as your denpendecy. Also, and latest source and snapshot seems to be out of sync, could you fetch the source and build it and test it with your build. -D On 3/8/07, Ryan Cuprak [EMAIL PROTECTED] wrote:

Re: FW: jcoverage

2007-03-08 Thread Subhash Chandran
Use cobertura instead. http://mojo.codehaus.org/cobertura-maven-plugin/usage.html http://mvnrepository.com/artifact/cobertura/cobertura Subhash. On 3/9/07, Wayne Fay [EMAIL PROTECTED] wrote: There is no JCoverage report available in Maven2. This plugin is only available with Maven1. (Since

  1   2   >