[m2] Maven Documentation extension: http://docs.codehaus.org/display/MAVENUSER/Home

2006-01-25 Thread Fredy
You realy should include a Referenz on this site in the http://maven.apache.org/guides/index.html. Orhave i looked over it? Fredy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: What does SNAPSHOT mean as opposed to 1.0-SNAPSHOT

2006-01-25 Thread Fredy
Hi, ist the SNAPSHOT mechanism described somewhere? Fredy "Maven Users List" schrieb am 26.01.06 00:33:42: Pete wrote: > I understand that > > 1.0-SNAPSHOT > > means the artifact is still under development, and working towards a > 1.0Release. > > But what does SNAPSHOT mean ? We don't use

Re: Using Maven 2 from Eclipse/RAD 6.0

2006-01-25 Thread Fredy
Hi, http://maven.apache.org/eclipse-plugin.html Fredy "Maven Users List" schrieb am 25.01.06 20:34:50: Can I use Maven 2 with Eclipse / Rational Application Developer 6.0? Thanks, Sandeep --- ***National

Re: What does SNAPSHOT mean as opposed to 1.0-SNAPSHOT

2006-01-25 Thread Pablo Muñiz García
Hi all!! I have a question regarding this SNAPSHOT versions issue. Imagine the next situation, there's a project A with version 1.0-SNAPSHOT and another project B wich depends on the first one. ... A A 1.0-SNAPSHOT ... If I release A project, so it becomes 1.0

Re: [m2] filePermissions not being used on mvn deploy

2006-01-25 Thread Brett Porter
This should have been fixed in wagon 1.0-alpha-6, which is included in Maven 2.0.2. What version are you using? - Brett On 1/25/06, Kathryn Huxtable <[EMAIL PROTECTED]> wrote: > I have the same problem. > > Please, someone, tell us where to report this. > > -K > > > On 1/24/06 10:50 PM, "Treloar

Re: pdf of maven documentation

2006-01-25 Thread Brett Porter
The Maven generated sites already have a print stylesheet that stripts navigation and banners. - Brett On 1/26/06, Rinku <[EMAIL PROTECTED]> wrote: > > If its just for the convenience of printing it out, perhaps we could > format the Maven 2 guides using CSS stylesheets. > > See pages on this web

Re: [m2] Anyone have any examples of using springdoclet?

2006-01-25 Thread Kees de Kooter
You mean something like this? /** * @spring.bean * id="machineDao" * * @spring.property * name="sessionFactory" * ref="sessionFactory" */ public class MachineDao extends MasterDao { ... } - To unsubscribe, e-mail: [EMAI

Re: War

2006-01-25 Thread Maria Odea Ching
Hi Elizabeth, You can set the source directory using the warSourceDirectory parameter, which has a default value of ${basedir}/src/main/webapp, in the pom.xml as shown below: ... sample.plugin ... path/to/directory ... Thanks, Odea Sommers, Elizabeth wrote: I wan

Re: pdf of maven documentation

2006-01-25 Thread Rinku
If its just for the convenience of printing it out, perhaps we could format the Maven 2 guides using CSS stylesheets. See pages on this website: http://www.ird.govt.nz/ Try a File -> Print Preview from the browser menu and the CSS formats them for printing purposes. Cheers, Rahul Jason v

Re: What does SNAPSHOT mean as opposed to 1.0-SNAPSHOT

2006-01-25 Thread Jason van Zyl
Pete wrote: I understand that 1.0-SNAPSHOT means the artifact is still under development, and working towards a 1.0Release. But what does SNAPSHOT mean ? We don't use this convention anymore. We always try to show moving toward the next version. I am trying to understand if it can help

[m2] [webstart] Dealing with already signed jars

2006-01-25 Thread jerome lacoste
Hi all, One of the last thing I want to fix before making the m2 webstart plugin beta is related to signing jars that are already signed. I haven't had to face the issue yet, but it seems that there's a potential issue when dealing with including such dependencies in a webstart application. In p

What does SNAPSHOT mean as opposed to 1.0-SNAPSHOT

2006-01-25 Thread Pete
I understand that 1.0-SNAPSHOT means the artifact is still under development, and working towards a 1.0Release. But what does SNAPSHOT mean ? I am trying to understand if it can help when doing a Maven Release using a manual approach (i.e updating pom versions manually, as the mvn release plu

Re: Using Maven 2 from Eclipse/RAD 6.0

2006-01-25 Thread Jason van Zyl
Dixit, Sandeep (ProSource Solutions) wrote: Can I use Maven 2 with Eclipse / Rational Application Developer 6.0? You mean from inside Eclipse? http://maven.apache.org/eclipse-plugin.html Thanks, Sandeep

Re: pdf of maven documentation

2006-01-25 Thread Jason van Zyl
John Napier wrote: Is maven documentation available in pdf (or some form other than a million little html files)? Currently we don't have PDF generation, but there is an issue raised in JIRA I believe: http://jira.codehaus.org/browse/DOXIA Getting started is so much faster and easier on

Re: [m2] question about reuse of war projects

2006-01-25 Thread Jason van Zyl
Dário Luís Coneglian Oliveros wrote: Hi there, Suppose you have a war artifact (a.war) created by project A and decide to reuse it in project B by copying 'a.war' content into 'b.war' and updating with new information. Does anybody know if this is possible using Maven ? I was wondering if I co

Re: .svn directories in jar

2006-01-25 Thread Jason van Zyl
Ither Seed wrote: Hi people, i have this problem: when i compile a project using m2, the created jar include the svn subdirectories and files (.svn, entries, format, etc) What can i do to generate the jar without this files? I think is a config problem. By the way, i'm new in this list and try to

Re: configuring scm

2006-01-25 Thread Jason van Zyl
Christopher Chase wrote: Hi, I'm configuring the scm tag in the pom for use with continuum. Could someone explain what should be in the connection element? I don't understand the description here http://maven.apache.org/maven-model/maven.html#class_scm Here's an example from Maven's POM:

Re: [m2] Project setup for Hot Deploy

2006-01-25 Thread Jason van Zyl
Paul Hepworth wrote: Hi I would like the war:exploded target to copy only the changed jsp files to the exploded war directory. **As a side note, the compile target for java has my desired behaviour by only compiling java files that have changed. Any ideas? We are thinking about tools to ge

Re: [m2] Axis webapp archetype

2006-01-25 Thread Jason van Zyl
Fredy wrote: Hi all, is there somewhere an archettype for an complete axis-webapp? Currently there is not. Is there somewhere a list of all archetypes? http://docs.codehaus.org/display/MAVENUSER/FAQs#FAQs-HowdoIgetalistofarchetypes%3F Fredy ---

ContinuumBuildExecutorException: Could not find Maven project descriptor

2006-01-25 Thread Johnson, Jonathan
I'm getting an exception and not sure why it means. Being new to Continuum I have yet to get it to build any of my modules. Here is my platform Red Hat Maven 2.0.2 Continuum 1.0.2 Java 1.5.0_06 I'm getting this exception when running a build on a single, simple module within my

Re: archetype for ear, ejb-jar, war and jar directory structure

2006-01-25 Thread Jason van Zyl
Roland Oertig wrote: Hi all Can someone tell me if the mvn archetype create has an option to create a nice, state of the art, directory structure for application server (J2EE) development in Eclipse? Somehow similar to the -DarchetypeArtifactId=maven-archetype-webapp. I tried e.g. -DarchetypeA

Re: [m2] Is it possible to include/exclude sources in maven like ant file/patternset?

2006-01-25 Thread Jason van Zyl
Fredy wrote: Hi all, i want to reorganize our project(s) in steps, parallel to the standard development. is it possible to Do something like that: in Maven2 pom.xml? Also to reduce the sourceDirectory? Sorry, not possible. One strategy I often use is to write a simple shell script which b

Re: Maven and IDE's (Idea, mostly)

2006-01-25 Thread Jason van Zyl
Geoffrey De Smet wrote: The latest maven idea plugin release generates ipr's etc, but contain many problems, however they have fixed those problems in the next version. I use the latest snapshot of the idea plugin with maven 2.0.2 (requires at least 2.0.1, 2.0 will corrupt it) and this works li

Re: [m2] programmatic exclusion of a dependency

2006-01-25 Thread Jason van Zyl
Nigel Magnay wrote: Hi people I'm trying to produce a fix for the cobertura mojo. When it instruments the code, it adds cobertura as a dependency to the projects 'test' cycle by doing this.project.setDependencyArtifacts( set ); where the set has included the artifact cobertura-1.7 in the

Re: Extending Maven's POM XML

2006-01-25 Thread Jason van Zyl
jean safar wrote: Hi, Is it possible to extend the XML description for POMs in Maven 2? No, but we are discussing adding a element to the POM for general extensions. We are thinking about changes to the POM for integration testing so this might all get rolled into 2.0.3. Currently you cann

Re: [m2] Anyone have any examples of using springdoclet?

2006-01-25 Thread Mick Knutson
I am actually trying to see how you are using it in your java classes. Do you have any examples of that? Thanks Mick Knutson http://www.BASELogic.com http://www.MickKnutson.com MSN Messenger: [EMAIL PROTECTED] --

Extending Maven's POM XML

2006-01-25 Thread jean safar
Hi, Is it possible to extend the XML description for POMs in Maven 2? Best regards, -- Jean Safar

mvn and java.library.path

2006-01-25 Thread Kevin S. Clarke
Hi, I'm in the process of moving from Maven 1 and Tomcat to Maven 2 and Jetty. I'm having a problem, though, that I'm not understanding. I have a program (that is a 3rd party app, not open source) that calls some native libraries. When I run the program (a webapp) in standalone Jetty, it works

Re: Forgot password

2006-01-25 Thread Bob Herrrmann
Yikes, I have no USER table, there are about 15 tables under the SA schmea, but no USER table. There is a USERGROUP table. I thought it was a little gruff when it through an exception when attempting to log in. Looks like my DB got corrupted. I did run it in console mode (run.sh console) and

pdf of maven documentation

2006-01-25 Thread John Napier
Is maven documentation available in pdf (or some form other than a million little html files)? Getting started is so much faster and easier on the eyes when one can just print (most) everything out, mark it up, etc. Thank you, --John John Napier Sr. Software Engineer Infrastructure Gr

Re: [m2] Anyone have any examples of using springdoclet?

2006-01-25 Thread Kees de Kooter
It is quite similar to the hibernate stuff: One problem I have not solved yet: xdoclet chokes on JDK 5 generics syntax: List - To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

Using Maven 2 from Eclipse/RAD 6.0

2006-01-25 Thread Dixit, Sandeep (ProSource Solutions)
Can I use Maven 2 with Eclipse / Rational Application Developer 6.0? Thanks, Sandeep --- ***National City made the following annotations ---

Re: configuring scm

2006-01-25 Thread Dennis Lundberg
There is a patch available in http://jira.codehaus.org/browse/MNG-1677 -- Dennis Lundberg Emmanuel Venisse wrote: We need to fix this description. In connection element, you must provide a scm url (http://maven.apache.org/scm/scm-url-format.html) Emmanuel Christopher Chase a écrit : Hi,

RE: Maven manual Release steps ?

2006-01-25 Thread Brian E. Fox
I just did one yesterday and you pretty much have the steps correct. I opted to check out the tag for the official release build, mimicking release. You just need to be careful that your find and replace only gets what you want. Fortunately for me, we where using 4 digit releases (2.1.0.0) that di

Maven manual Release steps ?

2006-01-25 Thread Pete
Given that the mvn release:prepare / perform still has known major issues. Does anyone out there have a reliable method for doing a manual release. e.g . 1) Can you just do a search and replace 1.0-SNAPSHOT replace with 1.0 I guess you have to look at each dependency fi

Re: Forgot password

2006-01-25 Thread Emmanuel Venisse
You need to modify manually database. Change your password in User table, password must be encrypted whith sha1. Emmanuel Bob Herrrmann a écrit : Ok, if I forgot my continuum password (which is the only admin account), what corrective measure (besides reinstall) do I have? thanks -bob

[m2] Anyone have any examples of using springdoclet?

2006-01-25 Thread Mick Knutson
I have spring setup in maven, as well as hibernate and hibernate works fine. I want to see someone's java code that they are using to generate the spring descriptors. Thanks Mick Knutson http://www.BASELogic.com h

[m2] javadoc plugin and offline links

2006-01-25 Thread D D
Hi, I'm trying to use the javadoc plugin (beta-3) in offline mode. It looked like it was not taking into account the offlineLinks parameter, so i looked into the sources and found something strange (in JavadocReport.java, line 829): if ( !isOffline ) { addLinkArguments( arguments ); ad

RE: [m2] question about reuse of war projects

2006-01-25 Thread Brian E. Fox
Yes it is possible. The svn version of the war plugin does something like that, but I personally haven't used it. I currently create a war and exclude all jars etc. I think use the dependency plugin to unpack it early in by build lifecycle of the dependent war. Works like a charm for me. The onl

[m2] question about reuse of war projects

2006-01-25 Thread Dário Luís Coneglian Oliveros
Hi there, Suppose you have a war artifact (a.war) created by project A and decide to reuse it in project B by copying 'a.war' content into 'b.war' and updating with new information. Does anybody know if this is possible using Maven ? I was wondering if I could have a template war project in orde

Re: [m2] Wagon fails with HTTP destination

2006-01-25 Thread Matthew L Daniel
> It seems nobody has ever tried http. That's certainly not true, but you are right that WebDAV support has been very quiet on these lists. I found the instructions here to be useful: http://jira.codehaus.org/browse/MNG-1580 -- /v\atthew ---

[ANN] Java Web User Group / BOF XV / Oracle City of London / Frid ay 3rd February 2006 @ 19:00

2006-01-25 Thread Pilgrim, Peter
Dear All I would like to formally announce that JAVAWUG (Java Web User Group) is holding the fifteenth Birds-of-Feather (Meet up) at the ``Oracle City of London'' offices on Friday, 3rd January 2006. The meeting will take place in a room with Audio/Visual facilities between 7-9:30 pm. There wil

Re: Application.xml

2006-01-25 Thread Stein Kråbøl
Have problems with this myself. I get on module added. My pom.xml: org.apache.maven.plugins maven-ear-plugin com.mycompany.Test test-ejb com.mycompany.app

another "cycle was detected" during multiproject

2006-01-25 Thread Florian Cavagnini
Hello I'm trying to build an ear with maven 1.1-beta2 the structure is like this: I have two levels of repertories: the root at top level with the main project.xml and 3 subdirectories with a project.xml inherited from the main project.xml. a jar directory where we can find the java sources. a wa

Forgot password

2006-01-25 Thread Bob Herrrmann
Ok, if I forgot my continuum password (which is the only admin account), what corrective measure (besides reinstall) do I have? thanks -bob

Re: :ext: CVS connection method

2006-01-25 Thread Emmanuel Venisse
You're right, we create the directory before to run the checkout. You're the first one that have a problem with this. Please file an issue, i'll look at it later. Emmanuel Carlo Bonamico a écrit : Emmanuel Venisse wrote: No, I don't know what's happen. Do you run the command line in the sam

.svn directories in jar

2006-01-25 Thread Ither Seed
Hi people, i have this problem: when i compile a project using m2, the created jar include the svn subdirectories and files (.svn, entries, format, etc) What can i do to generate the jar without this files? I think is a config problem. By the way, i'm new in this list and try to search previous mai

Re: archetype for ear, ejb-jar, war and jar directory structure

2006-01-25 Thread Tim Morrow
I also could not use the ear archetype successfully, however I did find this link: http://jira.codehaus.org/browse/ARCHETYPE-8 which contains a sample project and have been using it successfully. It separates out ejbs, web app, other sources and includes an ear packaging project. Tim On 1/25/06

Re: configuring scm

2006-01-25 Thread Emmanuel Venisse
We need to fix this description. In connection element, you must provide a scm url (http://maven.apache.org/scm/scm-url-format.html) Emmanuel Christopher Chase a écrit : Hi, I'm configuring the scm tag in the pom for use with continuum. Could someone explain what should be in the connection

RE: [m2] Project setup for Hot Deploy

2006-01-25 Thread Paul Hepworth
Done: http://jira.codehaus.org/browse/CARGO-259 -Original Message- From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: 25 January 2006 14:58 To: 'Maven Users List' Cc: 'Scott Ryan' Subject: RE: [m2] Project setup for Hot Deploy > -Original Message- > From: Paul Hepworth [mail

Re: [m2] hibernatedoclet problem

2006-01-25 Thread Kees de Kooter
I installed Maven 2.0.2 the other day and after that it worked... Not sure what the root cause of the problem was. On 1/25/06, Thomas Van de Velde <[EMAIL PROTECTED]> wrote: > Having the same issue here. Any answers? > > On 1/16/06, Kees de Kooter <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > I

Re: [m2] hibernatedoclet problem

2006-01-25 Thread Mick Knutson
Are you using modules (sub projects)? Thanks Mick Knutson http://www.BASELogic.com http://www.MickKnutson.com MSN Messenger: [EMAIL PROTECTED] --

Application.xml

2006-01-25 Thread Saravanakumar . B
Hi All, How to dynamically add a new module in application.xml using maven. Regards Saravana

RE: [m2] Project setup for Hot Deploy

2006-01-25 Thread Vincent Massol
> -Original Message- > From: Paul Hepworth [mailto:[EMAIL PROTECTED] > Sent: mercredi 25 janvier 2006 15:53 > To: Maven Users List > Subject: RE: [m2] Project setup for Hot Deploy > > http://cargo.codehaus.org/WebLogic+8.x > > Has red crosses by the hot deploy sections. You know what?

configuring scm

2006-01-25 Thread Christopher Chase
Hi, I'm configuring the scm tag in the pom for use with continuum. Could someone explain what should be in the connection element? I don't understand the description here http://maven.apache.org/maven-model/maven.html#class_scm Thanks Chris __

RE: [m2] Project setup for Hot Deploy

2006-01-25 Thread Paul Hepworth
http://cargo.codehaus.org/WebLogic+8.x Has red crosses by the hot deploy sections. Even so, wouldn't I still get the problem that the war target is copying all of my jsp's again? -Original Message- From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: 25 January 2006 14:48 To: 'Maven Us

RE: [m2] Project setup for Hot Deploy

2006-01-25 Thread Vincent Massol
> -Original Message- > From: Paul Hepworth [mailto:[EMAIL PROTECTED] > Sent: mercredi 25 janvier 2006 15:12 > To: Maven Users List > Subject: [m2] Project setup for Hot Deploy > > Hi > > I'm trying to adopt Maven for our project which consists of several > ejb-jar modules and several wa

Re: [m2] hibernatedoclet problem

2006-01-25 Thread Thomas Van de Velde
Having the same issue here. Any answers? On 1/16/06, Kees de Kooter <[EMAIL PROTECTED]> wrote: > > Hi, > > I picked up the following snippet from this mailing list. The goal > runs without error messages but no sources are being generated. Any > clues? > > > > >

[m2] Logging configuration of surefire tests

2006-01-25 Thread Mauro Talevi
Hi, I've been trying to configure the log output of m2 tests via a log4j.xml file in target/test-classes (which works in m1) but it seems not to be picking it up. Result is that test output is swamped with logging. Any pointers as to where/how the logging output for tests can be configured? Che

Re: Difference between Maven 2.0.1 and 2.0.2

2006-01-25 Thread Geoffrey De Smet
maven.apache.org > info reports > issue tracking > jira > changelog [EMAIL PROTECTED] wrote: Hi Does anybody know the explicit difference e.g. changes between Maven 2.0.1 and 2.0.2 or know where to find it??? Regards. Christian Peter Zürcher Kantonalbank Tel. +41 (0) 44 292 95 36, Fax +41 (0

Fwd: Difference between Maven 2.0.1 and 2.0.2

2006-01-25 Thread tony nys
Peter, go here http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=10500&fixfor=12125 Tony --- [EMAIL PROTECTED] wrote: > Subject: Difference between Maven 2.0.1 and 2.0.2 > To: "Maven Users List" > From: [EMAIL PROTECTED] > Date: Wed, 25 Jan 2006 14:31:50 +0100 > > Hi > > Do

[m2] Including a portlet.xml when doing a war build ?

2006-01-25 Thread Malcolm Wong Ho
How do i include a portlet.xml into a war build ? DISCLAIMER: This message may contain information which is confidential, private or privileged in nature. If you are not the intended recipient, you may not peruse, use, disseminate, distribute or copy this message or file which is attached to

[m2] Axis webapp archetype

2006-01-25 Thread Fredy
Hi all, is there somewhere an archettype for an complete axis-webapp? Is there somewhere a list of all archetypes? Fredy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: :ext: CVS connection method

2006-01-25 Thread Carlo Bonamico
Emmanuel Venisse wrote: No, I don't know what's happen. Do you run the command line in the same directory that continuum do it: /srv/build/continuum/apps/continuum/working-directory/47 Can you remove all directories in /srv/build/continuum/apps/continuum/working-directory and retry to check

[m2] Project setup for Hot Deploy

2006-01-25 Thread Paul Hepworth
Hi I'm trying to adopt Maven for our project which consists of several ejb-jar modules and several wars. When building with Ant, we had the ability to hot deploy to our server using the Weblogic Deployer Tool. This I can still achieve using an Ant script executed via the antrun task. (I've look

RE: m2: I'd like some help with maven-proxy

2006-01-25 Thread Frank Russo
That was it. I copied that from somewhere and didn't notice it. Thanks... Frank Russo Senior Developer FX Alliance, LLC -Original Message- From: Max Cooper [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 24, 2006 5:04 PM To: Maven Users List Subject: RE: m2: I'd like some help with

Re: :ext: CVS connection method

2006-01-25 Thread Emmanuel Venisse
No, I don't know what's happen. Do you run the command line in the same directory that continuum do it: /srv/build/continuum/apps/continuum/working-directory/47 Can you remove all directories in /srv/build/continuum/apps/continuum/working-directory and retry to checkout with continuum? Genera

Re: [m2] Jalopy Plugin?

2006-01-25 Thread Ralph Pöllath
On 25.01.2006, at 14:41, Brian E. Fox wrote: And it should me jalopy-maven-plugin. Plugins on apache are maven- -plugin, plugins on mojo are xxx-maven-plugin. Aaahhh.. that makes perfect sense. Not. Cheers, -Ralph. -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTE

RE: [m2] Jalopy Plugin?

2006-01-25 Thread Brian E. Fox
And it should me jalopy-maven-plugin. Plugins on apache are maven--plugin, plugins on mojo are xxx-maven-plugin. -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 25, 2006 5:55 AM To: Maven Users List Subject: Re: [m2] Jalopy Plugin? The p

Difference between Maven 2.0.1 and 2.0.2

2006-01-25 Thread christian . peter
Hi Does anybody know the explicit difference e.g. changes between Maven 2.0.1 and 2.0.2 or know where to find it??? Regards. Christian Peter Zürcher Kantonalbank Tel. +41 (0) 44 292 95 36, Fax +41 (0) 44 292 94 67 Briefadresse: , http://www.zkb.ch ___

RE: install-file generatePom not working in 2.0.2

2006-01-25 Thread Frank Russo
I wiped my plugins and the reloaded and now all is well. I guess the -U command would have done the same. Thanks... Frank Russo Senior Developer FX Alliance, LLC -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 24, 2006 5:04 PM To: Maven Users List

RE: [m2] Jalopy & Checkstyle compatible configuraiton files

2006-01-25 Thread Stefan Fritz
Hi all, I got Jalopy and Checkstyle running but now I wonder whether anybody can tell where I can get configuration files for Jalopy and Checkstyle which adhere to the same coding convention e.g: sun coding convention. Regards Stefan -

Re: Shipping different environments - different property/xml files

2006-01-25 Thread Pete
Have a look at these for some ideas http://www.nabble.com/How-to-for-building-for-different-environments-t494243.html#a1343428 http://www.nabble.com/How-to-use-different-context.xml-files--t444332.html#a1213765 On 24/01/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi there, > > Firstly

archetype for ear, ejb-jar, war and jar directory structure

2006-01-25 Thread Roland Oertig
Hi all Can someone tell me if the mvn archetype create has an option to create a nice, state of the art, directory structure for application server (J2EE) development in Eclipse? Somehow similar to the -DarchetypeArtifactId=maven-archetype-webapp. I tried e.g. -DarchetypeArtifactId=maven-archety

Shipping different environments - different property/xml files

2006-01-25 Thread martin . kuhn
I use profiles to select one subdir for resources vs another. This works well. But I haven't found a solution to name my archives with the environment (test or prod). I use the definition ${artifactId}-envname-${version} in my solution definition. In the target directory the archive is name

Re: Release plugin needs MAJOR warnings...

2006-01-25 Thread Emmanuel Venisse
It's similar to this : http://jira.codehaus.org/browse/MRELEASE-6 Emmanuel Pete a écrit : I believe there is also still an issue where if you have flattened the root pom to be alongside the sub modules - because Eclipse doesn't support nested Projects. If you then do a mvn release:prepare from

[m2] Is it possible to include/exclude sources in maven like ant file/patternset?

2006-01-25 Thread Fredy
Hi all, i want to reorganize our project(s) in steps, parallel to the standard development. is it possible to Do something like that: in Maven2 pom.xml? Also to reduce the sourceDirectory? Thanks Fredy - To unsubscribe

RE: [m2] Jalopy Plugin?

2006-01-25 Thread Stefan Fritz
THANKS! :-D From: Jurgen Lust [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 25, 2006 12:57 PM To: Maven Users List Subject: Re: [m2] Jalopy Plugin? Aha, the artifactId is jalopy-maven-plugin, not maven-jalopy-plugin... Jurgen Stefan Fritz schreef:

Re: [m2] Jalopy Plugin?

2006-01-25 Thread Jurgen Lust
Aha, the artifactId is jalopy-maven-plugin, not maven-jalopy-plugin... Jurgen Stefan Fritz schreef: I chaged it to 1.0-SNAPSHOT but it still fails. I think it doesn't look in the local repository first. Do I have to tell maven to look first in my internal repository? Where? C:\dev\esb\se

RE: [m2] Jalopy Plugin?

2006-01-25 Thread Stefan Fritz
I chaged it to 1.0-SNAPSHOT but it still fails. I think it doesn't look in the local repository first. Do I have to tell maven to look first in my internal repository? Where? C:\dev\esb\services\myservice>mvn site [INFO] Scanning for projects... [INFO]

Re: [m2] Generating was5 ejb code ?

2006-01-25 Thread Dion Gillard
Be aware that using 'vanilla ant' to run the ws* tasks is not supported by IBM. You need to use the wsant batch/shell script. On 1/25/06, Lee Meador <[EMAIL PROTECTED]> wrote: > In the middle of this code: > > > inputJar="${project.build.directory}/${project.build.finalName}.jar" > worki

Re: Release plugin needs MAJOR warnings...

2006-01-25 Thread Pete
I believe there is also still an issue where if you have flattened the root pom to be alongside the sub modules - because Eclipse doesn't support nested Projects. If you then do a mvn release:prepare from the flattened root, it only seems to Tag the flattened root and NOTHING else i.e. not the sub

Re: [m2] Jalopy Plugin?

2006-01-25 Thread Emmanuel Venisse
The plugin version isn't 1.0b11 but 1.0-SNAPSHOT Emmanuel Stefan Fritz a écrit : Sorry I'm a newbie: I compiled it and it installed in my local repository. My pom: ... org.codehaus.mojo maven-jalopy-plugin 1.0b11 ... mvn site [INFO] Scanning for

Re: [m2] Jalopy Plugin?

2006-01-25 Thread Jurgen Lust
Stefan Fritz schreef: Sorry I'm a newbie: I compiled it and it installed in my local repository. My pom: ... org.codehaus.mojo maven-jalopy-plugin 1.0b11 ... You are confusing the jalopy version with the jalopy plugin version. I believe the plug

[m2] programmatic exclusion of a dependency

2006-01-25 Thread Nigel Magnay
Hi people I'm trying to produce a fix for the cobertura mojo. When it instruments the code, it adds cobertura as a dependency to the projects 'test' cycle by doing this.project.setDependencyArtifacts( set ); where the set has included the artifact cobertura-1.7 in the 'test' scope. The pr

RE: [m2] Jalopy Plugin?

2006-01-25 Thread Stefan Fritz
Sorry I'm a newbie: I compiled it and it installed in my local repository. My pom: ... org.codehaus.mojo maven-jalopy-plugin 1.0b11 ... mvn site [INFO] Scanning for projects... [INFO] --

Re: [m2] Jalopy Plugin?

2006-01-25 Thread Jurgen Lust
Stefan Fritz schreef: Thanks Jurgen, can you tell me what I've to do, to tell maven to download it from this location? Or do I have to build it manually? Yes, you should build it manually: mvn install will install it in your local repository, and then you can use it. Stefan -

RE: [m2] Jalopy Plugin?

2006-01-25 Thread Stefan Fritz
Thanks Jurgen, can you tell me what I've to do, to tell maven to download it from this location? Or do I have to build it manually? Stefan -Original Message- From: Jurgen Lust [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 25, 2006 11:26 AM To: Maven Users List Subject: Re: [m2] J

Re: [m2] Jalopy Plugin?

2006-01-25 Thread Jurgen Lust
It hasn't been released on the central repository yet. You can check it out of subversion though, it works perfectly... https://svn.mojo.codehaus.org/mojo/trunk/mojo/jalopy-maven-plugin Jurgen Stefan Fritz schreef: Hi all, ist there already a Jalopy plugin for maven 2? I found http://mojo.

[m2] Jalopy Plugin?

2006-01-25 Thread Stefan Fritz
Hi all, ist there already a Jalopy plugin for maven 2? I found http://mojo.codehaus.org/jalopy-maven-plugin/howto.html But it doesn't seem to work: [INFO] The plugin 'org.codehaus.mojo:maven-jalopy-plugin' does not exist or no valid version could be found TIA Stefan -

RE: [M2] Is generating an application.xml with connector module possible?

2006-01-25 Thread Peschier J. (Jeroen)
Ah, there's a jboss-sar-maven-plugin. I completely missed that. It appears I need to build it myself as it's not on ibiblio. I'll give it a try. -Oorspronkelijk bericht- Van: Stephane Nicoll [mailto:[EMAIL PROTECTED] Verzonden: dinsdag 24 januari 2006 14:27 Aan: Maven Users List Onderw

RE: mvn clean is slow

2006-01-25 Thread Vincent Massol
> -Original Message- > From: dan tran [mailto:[EMAIL PROTECTED] > Sent: mardi 24 janvier 2006 15:48 > To: Maven Users List > Subject: Re: mvn clean is slow > > does Ant encounter the same issue? That's what I was going to suggest. We can simply do the following (this is meant to be pseu

Re: Maven and IDE's (Idea, mostly)

2006-01-25 Thread Geoffrey De Smet
The latest maven idea plugin release generates ipr's etc, but contain many problems, however they have fixed those problems in the next version. I use the latest snapshot of the idea plugin with maven 2.0.2 (requires at least 2.0.1, 2.0 will corrupt it) and this works like a charm: mvn idea:ide