Re: Deploying two jars in the same project

2008-09-18 Thread Giancarlo Degani
Hello, maybe you can try using the assembly plugin and the classifier field . Try to find a mail sent 3 days ago to this mailing list with subject Maven and Configuration packages, I think that you have the same problem... I hope this can help you. Giancarlo 2008/9/18 mscarpentier [EMAIL

Re: wanna deploy jar here, sources there, etc.

2008-07-18 Thread Giancarlo Degani
Maybe you can try with a specific profile for each type of artifact/repository. Something like this : project... modelVersion4.0.0/modelVersion groupIdcom.mycompany/groupId artifactIdmultirepo/artifactId packagingjar/packaging version1.0-SNAPSHOT/version namemultirepo/name

Re: How do I deploy my jar in my remote repository?

2008-06-30 Thread Giancarlo Degani
The id value is not important, you have to match the id tag defined into your pom with an id tag defined in the server section of your settings.xml. This is an example: pom.xml repository idarchiva.acme.internal/id nameInternal Release Repository/name

Suggestion for artifact parametrization

2008-06-24 Thread Giancarlo Degani
Hello, I'm trying to package some web applications into a single ear but I've got a problem with the configuration. The ear is made by two web application, this web apps require a configuration which depend on the deployment environment ( development, test and production ), so I have to change

Re: How can I deploy parent module without deploying sub modules?

2008-06-17 Thread Giancarlo Degani
Have you tried with the command mvn -N deploy ? Giancarlo 2008/6/17, youhaodeyi [EMAIL PROTECTED]: I want to deploy my parent module to the remote repository but not its child modules. How can I do this? -- View this message in context:

Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Giancarlo Degani
[X ] Our team uses HTTP to retrieve our artifacts Best regards. Giancarlo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: The Maven team needs help from translators

2007-11-26 Thread Giancarlo Degani
Hi, I will try to help with the italian translations. Giancarlo 2007/11/24, Dennis Lundberg [EMAIL PROTECTED]: Hi all We are preparing the next release of the maven-project-info-reports-plugin. The current localizations are lacking translations for lots of resources. We need your help

Re: add dependency (newbie question) ?

2007-11-14 Thread Giancarlo Degani
I think that the following link can help you: http://maven.apache.org/guides/getting-started/index.html#How_do_I_use_external_dependencies Giancarlo 2007/11/14, Nicola Benaglia [EMAIL PROTECTED]: Hi ! This is my first partecipation at this mailing listand obviously with a very simple

Re: new to maven

2007-10-25 Thread Giancarlo Degani
hi, you can try with the eclipse plugin: http://maven.apache.org/plugins/maven-eclipse-plugin/ Giancarlo 2007/10/25, Ian Godman [EMAIL PROTECTED]: Hi I am new to Maven 2. I have been converting an application consisting of 4 eclipse projects, 3 producing library jars the the final one

Re: Howto use libraries which are not in the repository?

2007-10-12 Thread Giancarlo Degani
Hi, you shoul read this: http://maven.apache.org/general.html#importing-jars Giancarlo 2007/10/12, Vanja Petreski [EMAIL PROTECTED]: Install them either in the local or inhouse repository and use it :) Vanja On 10/12/07, Thai Dang Vu [EMAIL PROTECTED] wrote: Hi, How can I use

Re: Using Maven for EJB Deployment with RAD

2007-08-29 Thread Giancarlo Degani
Hi, you can set that properties in the build section of your pom: build sourceDirectory../src/sourceDirectory testSourceDirectory../test/testSourceDirectory See http://maven.apache.org/general.html#dir-struct Greetings Giancarlo 2007/8/29, Hemant Ved [EMAIL PROTECTED]: Hi