Re: How to configure Maven for an overloaded intranet repository?

2022-09-29 Thread Benjamin Marwell
There are two approaches for your issue. First of all, you can try to use caches, so you don't need to download dependencies over and over again. There are also settings which might help, see the system properties in WAGON-545 [1]. E.g. retries and timeouts. But. To me it sounds from your descrip

How to configure Maven for an overloaded intranet repository?

2022-09-29 Thread David Karr
I work in a very large enterprise that uses a centralized intranet maven repository to get artifacts from. It often has load issues that result in builds failing with "failed to respond". The team that maintains it is working towards eventual mitigations for that, but it will be quite a while bef

how to configure maven-shade-plugin to execute using specific java version?

2019-05-17 Thread Sachin Tiwari
Hi, My default JAVA_HOME points to java 1.6 and I am trying use maven-shade-plugin version 3.2.1 which requires java 1.7+ So I looking for a way to configure my maven-shade-plugin to execute using required java version and not my default JAVA_HOME version. E.g. I had similar issue with maven-sur

Re: Need help.. How to configure POM for multi-module checkout

2019-03-25 Thread garym
Yeah, that's a good idea... On 2019/03/24 14:38:25, Kyle Marek wrote: > You can arbitrarily switch to other tags and branches with submodules. > It is just a simple `git checkout X` from the submodule's directory. > > -Kyle > > On 3/24/19 9:51 AM, ga...@oedata.com wrote: > > Hi Nick, > > > >

Re: Need help.. How to configure POM for multi-module checkout

2019-03-24 Thread garym
Hi Karl, Thank you for the suggestion to use maven-shade/maven-assembly-plugin(s). I was planning to use them, but haven't gotten around to them yet. I was hung up on the checkout/build thing. :- Maybe on Tuesday. The libraries are in 7 modules to manage the development cycle, specifically fu

Re: Need help.. How to configure POM for multi-module checkout

2019-03-24 Thread Karl Heinz Marbaise
Hi Gary, On 24.03.19 17:55, ga...@oedata.com wrote: Hi Nick, Thanks for the questions, I'll try to explain. The parent pom aggregates a library (jar) from different and sometimes interdependent modules. The parent pom checks out the module sources with the poms and compiles them into a sing

Re: Need help.. How to configure POM for multi-module checkout

2019-03-24 Thread garym
specific commit (until you update the > reference). > > Would that be a viable option for your purpose(s) ? > > Nick > > > From: garym@ > Sent: Sunday, March 24, 2019 1:26 AM > To: users@maven.apache.org > Subject: Re: Need help..

Re: Need help.. How to configure POM for multi-module checkout

2019-03-24 Thread Kyle Marek
You can arbitrarily switch to other tags and branches with submodules. It is just a simple `git checkout X` from the submodule's directory. -Kyle On 3/24/19 9:51 AM, ga...@oedata.com wrote: > Hi Nick, > > Thank you for that suggestion. That was also suggested on stackoverflow by > Karl. That met

Re: Need help.. How to configure POM for multi-module checkout

2019-03-24 Thread garym
Hi Nick, Thank you for that suggestion. That was also suggested on stackoverflow by Karl. That method is better suited for static-ish configurations. I need a BOM type system where I can dynamically switch between tags and branches for different modules, much like clear case. I'll be moving

Re: Need help.. How to configure POM for multi-module checkout

2019-03-24 Thread Nikki Novak
Nick From: garym@ Sent: Sunday, March 24, 2019 1:26 AM To: users@maven.apache.org Subject: Re: Need help.. How to configure POM for multi-module checkout Hi Karl, Thank you for replying on mail server. and thanks for sending me the links to you project poms. They

How to configure maven to checkout multiple modules before module reactor fails

2019-03-23 Thread garym
How should I configure maven parent pom to checkout code before Module list fails because the pom cannot be found. It seems the maven's reactor test for a module's pom occurs before the generate-sources phase when scm checkouts the projects with the projects' pom. How can I fix this ? thanks

Re: Need help.. How to configure POM for multi-module checkout

2019-03-23 Thread Kyle Marek
Not sure that it will help with version number matches, but you could also use Git submodules to bring multiple repositories together in a single tree. See: https://git-scm.com/book/en/v2/Git-Tools-Submodules On 3/23/19 9:26 PM, ga...@oedata.com wrote: > Hi Karl, > > Thank you for replying on mai

Re: Need help.. How to configure POM for multi-module checkout

2019-03-23 Thread garym
Hi Karl, Thank you for replying on mail server. and thanks for sending me the links to you project poms. They look awesome. The is a difference between your projects and my situation. Your projects all the modules reside in the same repository. In my case, they reside in different repositories

Re: Need help.. How to configure POM for multi-module checkout

2019-03-23 Thread Karl Heinz Marbaise
Hi, I will give you the same answer as on StackOverflow. The way you are going sounds wrong... As I already suggested is the way to go creating a multi module build which comprises of several modules which is located within a single Git repository. this can be build by using a single command.

Need help.. How to configure POM for multi-module checkout

2019-03-23 Thread Gary M
Hi, I need some help with scm checking out multiple modules and building them. I have several projects I'm consolidating into a single jar. Reactor checks for module poms before generate-sources executes. How do I fix this issue ? thanks.. g POM sample to give you an idea of what I've done.

How to configure java.util.logging for a forked failsafe invocation?

2018-07-24 Thread Scott Kurz
Hi, As suggested here: https://stackoverflow.com/a/12276898/634324 I'm simply doing this (using the updated rather than deprecated prop name) which forks a JVM (the default): maven-failsafe-plugin 2.22.0 ${proj

AW: How to configure maven-dependency-plugin's encoding used for unpack?

2015-03-18 Thread Markus Karg
ndreas.gud...@gmail.com] Gesendet: Dienstag, 17. März 2015 20:20 An: Maven Users List Betreff: Re: How to configure maven-dependency-plugin's encoding used for unpack? Markus, as for an "ASAP" quick fix, did you try using the vfs-maven-plugin to unpack your zip files? I don't

Re: How to configure maven-dependency-plugin's encoding used for unpack?

2015-03-17 Thread Andreas Gudian
e pluging management team. So if you can ensure > this, we will lookup some people coding the solution. > > > > Thanks! > > -Markus > > > > > > -Ursprüngliche Nachricht- > > Von: kristian.rosenv...@zenior.no [mailto:kristian.rosenv...@zenior.no] > Im Auftrag

Re: How to configure maven-dependency-plugin's encoding used for unpack?

2015-03-17 Thread Kristian Rosenvold
lookup > some people coding the solution. > > Thanks! > -Markus > > > -Ursprüngliche Nachricht- > Von: kristian.rosenv...@zenior.no [mailto:kristian.rosenv...@zenior.no] Im > Auftrag von Kristian Rosenvold > Gesendet: Dienstag, 17. März 2015 08:39 > An: Mave

AW: How to configure maven-dependency-plugin's encoding used for unpack?

2015-03-17 Thread Markus Karg
nsure this, we will lookup some people coding the solution. Thanks! -Markus -Ursprüngliche Nachricht- Von: kristian.rosenv...@zenior.no [mailto:kristian.rosenv...@zenior.no] Im Auftrag von Kristian Rosenvold Gesendet: Dienstag, 17. März 2015 08:39 An: Maven Users List Betreff: Re: How to

AW: AW: How to configure maven-dependency-plugin's encoding used for unpack?

2015-03-17 Thread Markus Karg
st to make me understand. :-) Thanks -Markus -Ursprüngliche Nachricht- Von: Hervé BOUTEMY [mailto:herve.bout...@free.fr] Gesendet: Dienstag, 17. März 2015 08:36 An: Maven Users List Betreff: Re: AW: How to configure maven-dependency-plugin's encoding used for unpack? Le mardi 17

Re: How to configure maven-dependency-plugin's encoding used for unpack?

2015-03-17 Thread Kristian Rosenvold
t; I'm talking about http://jira.codehaus.org/browse/MDEP-436 >> >> Thank you for your kind help. >> >> Regards >> -Markus >> >> >> -Ursprüngliche Nachricht- >> Von: kristian.rosenv...@zenior.no [mailto:kristian.rosenv...@zenior.no]

Re: How to configure maven-dependency-plugin's encoding used for unpack?

2015-03-17 Thread Kristian Rosenvold
ncy-plugin > for that single artifactItem shall use CP850. :-) > > I'm talking about http://jira.codehaus.org/browse/MDEP-436 > > Thank you for your kind help. > > Regards > -Markus > > > -Ursprüngliche Nachricht- > Von: kristian.rosenv...@zenior.no [

AW: How to configure maven-dependency-plugin's encoding used for unpack?

2015-03-17 Thread Markus Karg
: kristian.rosenv...@zenior.no [mailto:kristian.rosenv...@zenior.no] Im Auftrag von Kristian Rosenvold Gesendet: Montag, 16. März 2015 20:25 An: Maven Users List Betreff: Re: How to configure maven-dependency-plugin's encoding used for unpack? I don't really see that the dependency plug

Re: AW: How to configure maven-dependency-plugin's encoding used for unpack?

2015-03-17 Thread Hervé BOUTEMY
ctly > > > display them, so people on the Windows world will virtually every > > > create > > > > CP850-ZIPs! > > > > > > > > > > > Do you know about any plans to support this, or what is the intended > > > future of this issue

AW: How to configure maven-dependency-plugin's encoding used for unpack?

2015-03-17 Thread Markus Karg
tian.rosenv...@zenior.no] Im Auftrag von Kristian Rosenvold Gesendet: Montag, 16. März 2015 21:19 An: Maven Users List Betreff: Re: How to configure maven-dependency-plugin's encoding used for unpack? There is no way to specify unarchiver encoding in the dependency plugin, I have check

AW: How to configure maven-dependency-plugin's encoding used for unpack?

2015-03-17 Thread Markus Karg
...@gmail.com] Im Auftrag von Baptiste Mathus Gesendet: Dienstag, 17. März 2015 06:40 An: Maven Users List Betreff: Re: How to configure maven-dependency-plugin's encoding used for unpack? And this is actually not even always true, CP1252 is also often used on Windows (in France for ex

AW: How to configure maven-dependency-plugin's encoding used for unpack?

2015-03-17 Thread Markus Karg
März 2015 07:06 An: Maven Users List Betreff: Re: How to configure maven-dependency-plugin's encoding used for unpack? This is really only a question about the borked "zip file" explorer that is default in windows. Quality zip clients always works fine on Windows. The miserab

Re: How to configure maven-dependency-plugin's encoding used for unpack?

2015-03-16 Thread Kristian Rosenvold
ssue? > > > > Thanks > > -Markus > > > > -Ursprüngliche Nachricht- > > Von: kristian.rosenv...@zenior.no [mailto:kristian.rosenv...@zenior.no] > > Im Auftrag von Kristian Rosenvold > > Gesendet: Montag, 16. März 2015 13:46 > > An: Maven User

Re: How to configure maven-dependency-plugin's encoding used for unpack?

2015-03-16 Thread Baptiste Mathus
ure of this issue? > > Thanks > -Markus > > -Ursprüngliche Nachricht- > Von: kristian.rosenv...@zenior.no [mailto:kristian.rosenv...@zenior.no] > Im Auftrag von Kristian Rosenvold > Gesendet: Montag, 16. März 2015 13:46 > An: Maven Users List > Betreff: Re: How to conf

Re: How to configure maven-dependency-plugin's encoding used for unpack?

2015-03-16 Thread Kristian Rosenvold
old > Gesendet: Montag, 16. März 2015 13:46 > An: Maven Users List > Betreff: Re: How to configure maven-dependency-plugin's encoding used for > unpack? > > I did not actually look at the implementation on the dependency plugin, > but it is actually technically impossible

Re: How to configure maven-dependency-plugin's encoding used for unpack?

2015-03-16 Thread Kristian Rosenvold
gliche Nachricht- > Von: kristian.rosenv...@zenior.no [mailto:kristian.rosenv...@zenior.no] > Im Auftrag von Kristian Rosenvold > Gesendet: Montag, 16. März 2015 13:46 > An: Maven Users List > Betreff: Re: How to configure maven-dependency-plugin's encoding used for > unpack?

AW: How to configure maven-dependency-plugin's encoding used for unpack?

2015-03-16 Thread Markus Karg
intended future of this issue? Thanks -Markus -Ursprüngliche Nachricht- Von: kristian.rosenv...@zenior.no [mailto:kristian.rosenv...@zenior.no] Im Auftrag von Kristian Rosenvold Gesendet: Montag, 16. März 2015 13:46 An: Maven Users List Betreff: Re: How to configure maven-dependency-plugin&#

Re: How to configure maven-dependency-plugin's encoding used for unpack?

2015-03-16 Thread Kristian Rosenvold
I did not actually look at the implementation on the dependency plugin, but it is actually technically impossible to supply the encoding parameter to *unzip* via the tag. So until this is fixed, UTF-8 zip archives are the only ones that will work (with plexus unzip archiver). Kristian 2015-03-1

Re: How to configure maven-dependency-plugin's encoding used for unpack?

2015-03-16 Thread Adrien Rivard
If I'm reading the documentation correctly, only apply to filter resources, not to zip them. In any case I would try using utf-8. On Mon, Mar 16, 2015 at 12:34 PM, Kristian Rosenvold < kristian.rosenv...@gmail.com> wrote: > I dont believe there is support for specifying encoding to unzip. At

Re: How to configure maven-dependency-plugin's encoding used for unpack?

2015-03-16 Thread Kristian Rosenvold
I dont believe there is support for specifying encoding to unzip. At least assembly only provides config to zip. Call it a bug, call it a feature :( Kristian 2015-03-16 12:12 GMT+01:00 Markus Karg : > To preserve German umlauts in file names within a ZIP, we are using... > > > CP850 > > > ...

How to configure maven-dependency-plugin's encoding used for unpack?

2015-03-16 Thread Markus Karg
To preserve German umlauts in file names within a ZIP, we are using... CP850 ...in the maven-assembly-plugin configuration, which is working well. :) Next we want to use maven-dependency-plugin to unpack that ZIP. How can we configure maven-dependency-plugin:unpack so it will apply CP850 when

RE: How to configure maven

2014-01-22 Thread Walters, Jay
Sorry - the bad repo is in the rampart pom.xml file. I must have fat fingered the text search first time around. -Original Message- From: Walters, Jay [mailto:walte...@hmc.harvard.edu] Sent: Wednesday, January 22, 2014 11:49 AM To: 'Maven Users List' Subject: RE: How to confi

RE: How to configure maven

2014-01-22 Thread Walters, Jay
To: 'users@maven.apache.org' Subject: How to configure maven Sorry for asking such a easy question, but googling apache maven anything doesn't get to the answer too easily. I have a previously working local repository in my home\.m2 directory. I am on windows and JDK 1.

How to configure maven

2014-01-22 Thread Walters, Jay
Sorry for asking such a easy question, but googling apache maven anything doesn't get to the answer too easily. I have a previously working local repository in my home\.m2 directory. I am on windows and JDK 1.6.0_21. I have previously used this with maven 2.2.1 and 3.0.4. I also downloaded a

Re: How to configure a profile to NOT upload build aritfact to a repository?

2012-11-03 Thread Anders Hammar
> deploy plugin has a skip option [1] > So add this option in a profile ? > I'd say the only use case for the skip param would be if you have some Maven project the should NEVER upload it's artifact. Then you could configure this so that it will not be uploaded even if "mvn deploy" is executed. B

Re: How to configure a profile to NOT upload build aritfact to a repository?

2012-11-03 Thread Olivier Lamy
deploy plugin has a skip option [1] So add this option in a profile ? HTH, -- Olivier [1] http://maven.apache.org/plugins/maven-deploy-plugin/faq.html#skip 2012/11/3 Anders Hammar : > As Berrie explained, the correct solution here is to just do a "mvn > install" build in this case. Starting to us

Re: How to configure a profile to NOT upload build aritfact to a repository?

2012-11-03 Thread Anders Hammar
As Berrie explained, the correct solution here is to just do a "mvn install" build in this case. Starting to use profiles is not the solution. It (almost) never is. /Anders On Sat, Nov 3, 2012 at 10:22 AM, Barrie Treloar wrote: > On Sat, Nov 3, 2012 at 2:35 AM, wrote: > > > Greetings, > > > >

Re: How to configure a profile to NOT upload build aritfact to a repository?

2012-11-03 Thread Barrie Treloar
On Sat, Nov 3, 2012 at 2:35 AM, wrote: > Greetings, > > I have a project that builds and then artifacts are automatically uploaded > to our Nexus repository. I have a special case where I need the code to > build but I don't want the artifacts to be uploaded. > > I set up a profile for the speci

How to configure a profile to NOT upload build aritfact to a repository?

2012-11-03 Thread carlos.a.de.la.paz
Greetings, I have a project that builds and then artifacts are automatically uploaded to our Nexus repository. I have a special case where I need the code to build but I don't want the artifacts to be uploaded. I set up a profile for the special case. However it is still trying to upload bec

Re: how to configure maven plugins using compony repository with nexus

2012-01-13 Thread Ansgar Konermann
Am 13.01.2012 07:12 schrieb "chandrasheker" : > > Hi, > > How to configure maven plugins to company repository with nexus ui.i > download the jar from internal company repository It's described in the manual of Sonatype Nexus. Please rtfm. Besides, the exception

how to configure maven plugins using compony repository with nexus

2012-01-12 Thread chandrasheker
Hi, How to configure maven plugins to company repository with nexus ui.i download the jar from internal company repository while run application but it gives the following excepiton org.apache.maven.lifecycle.LifecycleExecutionException: at

Re: How to configure properties-maven-plugin to report built in properties/variables

2012-01-04 Thread Guillaume Polet
You can achieve this very easily by using the maven-ant-plugin combined with the echoproperties Ant task (http://ant.apache.org/manual/Tasks/echoproperties.html). Cheers, Guillaume Le 3/01/2012 17:22, David Hoffer a écrit : How can I get project variables/properties exported to property file?

Re: How to configure properties-maven-plugin to report built in properties/variables

2012-01-04 Thread Ansgar Konermann
Am 03.01.2012 17:22 schrieb "David Hoffer" : > > How can I get project variables/properties exported to property file? What are you going to do with these properties files? Depending on your use case, there might be quite easy solutions for you, without putting a lot of properties into files. A

Re: How to configure properties-maven-plugin to report built in properties/variables

2012-01-04 Thread Karl Heinz Marbaise
Hi, if you create a site and using the project-info-report-plugin will show a page with the information about the source repository which contains exactly the information about the area... http://maven.apache.org/plugins/maven-project-info-reports-plugin/ Example of this: http://maven.apa

How to configure properties-maven-plugin to report built in properties/variables

2012-01-03 Thread David Hoffer
How can I get project variables/properties exported to property file? I'm using properties-maven-plugin and it's good but it only reports things I have explicitly created as properties in my project. I need to also get a report on things that maven already defined such as: scm:svn:https:/

Re: How to configure plugin with default values

2011-08-18 Thread Mark H. Wood
On Thu, Aug 18, 2011 at 10:40:23AM -0600, David Hoffer wrote: > I'm creating a plugin and having trouble getting the container > (plexus) to configure initial values. I've started with the > dependency plugin as a basis and see that somehow mojo parameters get > set with default values...I assume

How to configure plugin with default values

2011-08-18 Thread David Hoffer
I'm creating a plugin and having trouble getting the container (plexus) to configure initial values. I've started with the dependency plugin as a basis and see that somehow mojo parameters get set with default values...I assume this is happening by the container but what's the secret to making thi

how to configure maven-test-plugin

2010-10-28 Thread mounir sabour
understand why it is a dependency not a plugin !) how to configure this plugin in the pom.xml to modify properties lik maven.junit.jvmand maven.junit.jvmargs thanks in advance -- -- الله المعين منير الصبور

Fwd: how to configure maven-test-plugin

2010-10-28 Thread mounir sabour
understand why it is a dependency not a plugin !) how to configure this plugin in the pom.xml to modify properties lik maven.junit.jvmand maven.junit.jvmargs thanks in advance -- -- الله المعين منير الصبور -- -- الله المعين

Re: how to configure build processes with mavn

2010-06-22 Thread Anders Hammar
Having different "flavors" of your artifacts, depending on which environment you build for is not recommended. In Maven, a specific artifact defined by GAV (i.e. a specific version of your artifact) cannot (should not) change. We've had numerous discussions regarding this on the list. It simply isn

AW: how to configure build processes with mavn

2010-06-21 Thread Bernhard Neuhauser
Nachricht- Von: Mariyan Nenchev [mailto:mnenc...@trinitascapital.com] Gesendet: Montag, 21. Juni 2010 14:59 An: users@maven.apache.org Betreff: how to configure build processes with mavn Hi, I have a huge java project with several modules. The build is based on maven. There are many parame

how to configure build processes with mavn

2010-06-21 Thread Mariyan Nenchev
Hi, I have a huge java project with several modules. The build is based on maven. There are many parameters, that are used in the project and i have placed them in the database. They are environment specific (for example parameter x has value1 for TEST, value2 for UAT, value3 for PROD so on..). I

Re: maven-javadoc-plugin how to configure both aggregate and non-appregate reports

2009-11-02 Thread Stephen Connolly
false 2009/11/2 David Hoffer : > I'm using the latest version of maven-javadoc-plugin using its new > reportSets options,  Since I have a multi module project I'd like the top > level to have aggregate javadoc reports and then at the java child projects > have javadocs for that module too. > >

maven-javadoc-plugin how to configure both aggregate and non-appregate reports

2009-11-02 Thread David Hoffer
I'm using the latest version of maven-javadoc-plugin using its new reportSets options, Since I have a multi module project I'd like the top level to have aggregate javadoc reports and then at the java child projects have javadocs for that module too. However I never get any javadocs reports at th

Re: How to configure proxy for multiple protocols

2009-10-14 Thread Hugo Palma
Thanks for your response. I've created an issue for this http://jira.codehaus.org/browse/MNG-4394 On Wed, Oct 14, 2009 at 11:32, Michal Hlavac wrote: > network proxy settings in maven has really bad design. As I know, only > one proxy can active at the same time. > > m. > > Hugo Palma wrote / n

Re: How to configure proxy for multiple protocols

2009-10-14 Thread Michal Hlavac
network proxy settings in maven has really bad design. As I know, only one proxy can active at the same time. m. Hugo Palma wrote / napísal(a): > I'm trying to use the same proxy for both http and https but i'm having no > success. > I've tried configuring like this: > > > > myhttp

How to configure proxy for multiple protocols

2009-10-14 Thread Hugo Palma
I'm trying to use the same proxy for both http and https but i'm having no success. I've tried configuring like this: myhttp true http 192.168.0.4 8080 myhttps true https 192.168.0.4 8080 But only the first proxy

Re: Maven Resource Plugin - Filtering: How to configure custom Token to be filtered

2009-09-24 Thread Olivier Lamy
probably a bug. (I have to investigate more) Can you create a issue [1] and attach a simple project to reproduce the issue. Thanks ! -- Olivier [1] http://jira.codehaus.org/browse/MRESOURCES 2009/9/24 Torsten Krah : > Am Donnerstag, 24. September 2009 13:55:08 schrieb Olivier Lamy: >> Have a look

Re: Maven Resource Plugin - Filtering: How to configure custom Token to be filtered

2009-09-24 Thread Torsten Krah
Am Donnerstag, 24. September 2009 13:55:08 schrieb Olivier Lamy: > Have a look at delimiters [1] parameters in the resources mojo Hi, thx for this hint. Did have a look there - delimiters does sounds nice (i need to turn off useDefaultDelimiters to get them respected), however its not working as

Re: Maven Resource Plugin - Filtering: How to configure custom Token to be filtered

2009-09-24 Thread Olivier Lamy
Hi, Have a look at delimiters [1] parameters in the resources mojo HTH, -- Olivier http://maven.apache.org/plugins/maven-resources-plugin/resources-mojo.html#delimiters 2009/9/24 Torsten Krah : > Hi, > > i want to migrate from antmod to maven. > I wonder if it is possible to configure additional

Maven Resource Plugin - Filtering: How to configure custom Token to be filtered

2009-09-24 Thread Torsten Krah
Hi, i want to migrate from antmod to maven. I wonder if it is possible to configure additional tokens to replace my property placeholders ( not only @...@ and ${} ). I want to replace $$ ones. I've read http://maven.apache.org/shared/maven-filtering/usage.html but looking at latest tru

Re: How to configure maven-site-plugin to publish jar?

2009-04-15 Thread Dennis Lundberg
David Hoffer wrote: > Can and if possible how can I configure the maven-site-plugin so that it > bundles the entire site in a jar and then deploys it? Ideally the whole > process would remain contained within the site-deploy phase. > > -Dave > You can use the site:jar goal for this purpose: htt

How to configure maven-site-plugin to publish jar?

2009-04-13 Thread David Hoffer
Can and if possible how can I configure the maven-site-plugin so that it bundles the entire site in a jar and then deploys it? Ideally the whole process would remain contained within the site-deploy phase. -Dave

Re: how to configure existing project for maven2

2009-04-10 Thread Gabriel Euzet
Hi, Some questions you need to find responses : * is your project single module or multiple ? => one pom or several pom with one parent * does your project tree respects the default structure used by maven (src/main/java, src/main/resources, ...) ? modify your project structure or configure it

how to configure existing project for maven2

2009-04-10 Thread rohan chauhan
Hi al, I'm wondering that how can i configure an existing project in maven2. How to create pom.xml file for that. And is it necessary to have pom.xml file in each sub-folder of root folder Do not follow where the path may lead. Go instead where there is no

How to configure maven-idea-plugin to include/exclude directories?

2009-04-01 Thread David Hoffer
How can I configure maven-idea-plugin to allow target/generated-sources as IDEA source but disallow all others? Having target included by default seriously slows down IDEA when it finds new javadocs, etc. -Dave - To unsubscribe,

Re: How to configure resources plugin to copy extra files

2009-02-24 Thread trollswagen
> > src/main/java > > **/*.xml > > > > > > > > > -- View this

Re: How to configure resources plugin to copy extra files

2009-02-16 Thread Blueshirts
; resources >> >> >> ${basedir}/target/classes> outputDirectory> >> >> >> src/main/java >> >> **/*.x

Re: How to configure resources plugin to copy extra files

2008-12-18 Thread zorro2b
; resources >> >> >> ${basedir}/target/classes> outputDirectory> >> >> >> src/main/java >> >>

Re: How to configure resources plugin to copy extra files

2008-12-17 Thread Brett Porter
${basedir}/target/classesoutputDirectory> src/main/java **/*.xml -- View this message in context: http:

How to configure resources plugin to copy extra files

2008-12-17 Thread zorro2b
**/*.xml -- View this message in context: http://www.nabble.com/How-to-configure-resources-plugin-to-copy-extra-files-tp21067611p21067611.html Sent from the Maven - Users

Re: How to configure..

2008-12-11 Thread Wayne Fay
Please guide me how to > configure this. You probably want to configure the settings.xml file on each of your developer's workstations. But it is hard to tell what exaxctly you are asking, or what your problem is. You will have better luck on this list if you ask specific, detailed quest

Re: How to configure..

2008-12-11 Thread zuluala
ach > developer instance like mirror or something else. So that the developer > can test locally their part without touching the main pom.xml. Please > guide me how to configure this. > > Thanks, > Radha.C > > > > > -

How to configure..

2008-12-11 Thread radha c
how to configure this. Thanks, Radha.C - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: how to configure hibernate3-maven-plugin

2008-12-08 Thread Rusty Wright
I have a vague memory that the AppFuse archetypes use the hibernate plugin, but I can't swear to it; try this: http://appfuse.org/display/APF/AppFuse+QuickStart dahoffer wrote: Can someone point me to an example of how to use hibernate3-maven-plugin to: 1. Create hibernate mapping files fro

how to configure hibernate3-maven-plugin

2008-12-06 Thread dahoffer
http://www.nabble.com/how-to-configure-hibernate3-maven-plugin-tp20876624p20876624.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re[2]: Netbeans plugin: how to configure repository location?

2008-10-20 Thread Milos Kleint
Under miscelaneous is maven. Alternatively you can edit the settings.xml file manually. Milos On Mon, Oct 20, 2008 at 6:18 PM, Dmitry S. Kravchenko <[EMAIL PROTECTED]> wrote: > Hi, Milos! > > I can't locate it. Tools/Options has the common buttons at the top: > General, Editor, Java Code, Fonts &

Re[2]: Netbeans plugin: how to configure repository location?

2008-10-20 Thread Dmitry S. Kravchenko
Hi, Milos! I can't locate it. Tools/Options has the common buttons at the top: General, Editor, Java Code, Fonts & Colors, Keymap, C/C++, Miscelaneous. > the Tools/Options shall have a panel where you can set the local > repository. That will write in your ~/.m2/settings.xml file the > appropriat

Re: Netbeans plugin: how to configure repository location?

2008-10-20 Thread Milos Kleint
the Tools/Options shall have a panel where you can set the local repository. That will write in your ~/.m2/settings.xml file the appropriate settings entry.. Milos On Mon, Oct 20, 2008 at 5:33 PM, Dmitry S. Kravchenko <[EMAIL PROTECTED]> wrote: > Hi! > > I'm a Maven newbie. > > I found a way to

Netbeans plugin: how to configure repository location?

2008-10-20 Thread Dmitry S. Kravchenko
Hi! I'm a Maven newbie. I found a way to configure repository location in standalone version of Maven. Is it a way to do the same with Maven plugin for Netbeans? It is still placing repository in .m2 folder within %HOME%. Thanks. Dims. -

Re: How to configure a JBoss to link to the webapp folder of a WAR project

2008-09-02 Thread Pedro Viegas
relates >> to the official business of Sender. This transmission is of a confidential >> nature and Sender does not endorse distribution to any party other than >> intended recipient. Sender does not necessarily endorse content contained >> within this transmission. > Date:

Re: How to configure a JBoss to link to the webapp folder of a WAR project

2008-09-02 Thread Pedro Viegas
not endorse distribution to any party other than > intended recipient. Sender does not necessarily endorse content contained > within this transmission. > Date: Mon, 1 Sep 2008 18:30:35 +0100> From: > [EMAIL PROTECTED]> To: users@maven.apache.org> Subject: Re: How to > c

RE: How to configure a JBoss to link to the webapp folder of a WAR project

2008-09-01 Thread Martin Gainty
this transmission. > Date: Mon, 1 Sep 2008 18:30:35 +0100> From: [EMAIL PROTECTED]> To: users@maven.apache.org> Subject: Re: How to configure a JBoss to link to the webapp folder of a WAR project> > Many apologies!> My previous post had so many tipos I had to repost it here...

Re: How to configure a JBoss to link to the webapp folder of a WAR project

2008-09-01 Thread Pedro Viegas
Many apologies! My previous post had so many tipos I had to repost it here... Will be more careful in the future... and type slower too! :-D Hi again, Following a tip from John Newman I used this Eclipse plugin... http://andrei.gmxhome.de/filesync/ This allows us to configure an automated file c

Re: How to configure a JBoss to link to the webapp folder of a WAR project

2008-09-01 Thread Pedro Viegas
Hi Siarhei, Thanks for the tip. I haven't explored the WTP project before, only read about it very briefly. I will try this approach, even though it will surely force me to change a bit of my deployment and modules to comply to some rules I have read on the site. One question though, why did it p

Re: How to configure a JBoss to link to the webapp folder of a WAR project

2008-09-01 Thread Pedro Viegas
Hi again, Following a tip from John Newman I used this Eclipse plugin... http://andrei.gmxhome.de/filesync/ This allows us to configure an automaed file copy operation for specific project folders to whateve folder we want to. So I configured the plugin to copy the webapp folder to the exploded w

Re: How to configure a JBoss to link to the webapp folder of a WAR project

2008-07-11 Thread Siarhei Dudzin
Hi, It pretty much 'just works'. I have a multi module eclipse (Eclipse Europa version) projects with WTP 2 enabled in the maven-eclipse-plugin configuration. No m2eclipse plugin (tried it - but put it aside) - just maven-eclipse-plugin. Just download sources of maven-eclipse-plugin - it has seve

Re: How to configure a JBoss to link to the webapp folder of a WAR project

2008-07-11 Thread Pedro Viegas
By the way... one more thing... There is also the option of using the: mvn war:inplace This should solve all my problems... except that I cannot change the webapp folder to webapp.war! And since the webapp folder does not terminate with a ".war" extension JBoss does not deploy it. Tries to but is

Re: How to configure a JBoss to link to the webapp folder of a WAR project

2008-07-11 Thread Pedro Viegas
Hi David, Sorry for to confusing post. I'll try to explain better. I have hot deployment in place. It is working, just not in the best way. What I have suceeded so far: I have setup JBoss deploy URLs to search my ${maven.project}/target/{projectWAR} I deploy using mvn war:exploded so I don't hav

Re: How to configure a JBoss to link to the webapp folder of a WAR project

2008-07-11 Thread Pedro Viegas
Hi Siarhei, I too use JBoss tools and Eclipse Plugin. How did you set this up? Thanks, On Thu, Jul 10, 2008 at 8:08 PM, Siarhei Dudzin <[EMAIL PROTECTED]> wrote: > What's wrong with JBoss Tools? We use maven-eclipse-plugin + JBoss Tools, > works well so far... > > Siarhei > > On Thu, Jul 10, 20

Re: How to configure a JBoss to link to the webapp folder of a WAR project

2008-07-10 Thread David Brown
Hello Pedro, I'm not sure by your statements if you are using a HOT deploy or not. In the case you are using a hot deploy try using an exploded war under server/default/deploy and see if you see any difference. The JSPs are compiled by the container once they are invoked at the browser. As an ex

Re: How to configure a JBoss to link to the webapp folder of a WAR project

2008-07-10 Thread Siarhei Dudzin
What's wrong with JBoss Tools? We use maven-eclipse-plugin + JBoss Tools, works well so far... Siarhei On Thu, Jul 10, 2008 at 7:37 PM, Pedro Viegas <[EMAIL PROTECTED]> wrote: > Hi all, > > I've been trying to build an environment for developing web applications > that generate WAR files with a

How to configure a JBoss to link to the webapp folder of a WAR project

2008-07-10 Thread Pedro Viegas
Hi all, I've been trying to build an environment for developing web applications that generate WAR files with a productive debug/development process. I'm using JBoss as the application server. Tomcat is a no go and Jetty has issues with some bytecode APIs I use. All is working fine in the traditi

RE: how to configure a mirror?

2008-04-04 Thread Brian E. Fox
TED] Sent: Friday, April 04, 2008 7:25 AM To: Maven Users List Subject: how to configure a mirror? Hi, I am trying to configure a mirror. We have development teams around the world so I would like to be able to configure the central mirror with a property that would be define in a profile fo

  1   2   3   >