Re: Maven Meetup Locations

2010-06-21 Thread Manos Batsis
On 06/21/2010 10:55 PM, Jason van Zyl wrote: The Maven Meetups Sonatype puts on have been very popular in the past. We're starting to take input from users on where they should be in the future: Sonatype’s coming to a city near you FWIW, we would be happy to host one in Athens Greece ;-) Che

Assembly with modules of specific classifier

2010-06-21 Thread Adrian Shum
Dear all, Assume I have a multi-module project "foo:bar", with several sub-modules, one of them is "foo:bar-rpt". I made an assembly descriptor in foo:bar-rpt to generate a jar with dependencies, with classifier "uber", and the generation is hooked at the package phase. I try to create a assemb

Re: Maven Meetup Locations

2010-06-21 Thread Mark Derricutt
Bring on Auckland New Zealand ;-) Then we can get you guys on Illegal Argument as well :) -- Pull me down under... On Tue, Jun 22, 2010 at 7:55 AM, Jason van Zyl wrote: > Sonatype’s coming to a city near you - To unsubscribe,

How to build a module without the installation of dependent modules?

2010-06-21 Thread Benyi Wang
I have a maven project like this: my-project module-A module-B two modules A and B are in the sibling folders with the parent my-project. Module B is a dependent of module A. If I run "mvn test" in my-project folder, it works fine. But if I run "mvn test" in module-B folder, it asks me to instal

Re: Maven Meetup Locations

2010-06-21 Thread Jason van Zyl
Vote for Boston then at the link: http://www.sonatype.com/people/2010/06/sonatypes-coming-to-a-city-near-you/ Boston would be pretty easy because we have quite a few people there. On Jun 21, 2010, at 6:13 PM, Martin Gainty wrote: > > boston? > > Martin Gainty > __

Re: Maven Meetup Locations

2010-06-21 Thread Jemos Infra
London, we've got good beer :-) On Mon, 2010-06-21 at 15:55 -0400, Jason van Zyl wrote: > The Maven Meetups Sonatype puts on have been very popular in the past. We're > starting to take input from users on where they should be in the future: > > Sonatype’s coming to a city near you > > Thanks,

RE: Maven Meetup Locations

2010-06-21 Thread Martin Gainty
boston? Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterle

Re: Maven Meetup Locations

2010-06-21 Thread Arnaud Héritier
Go go go Frenchies Vote for Paris :-) Arnaud On Jun 21, 2010, at 9:57 PM, Jason van Zyl wrote: > Link pasted incorrectly: > > http://www.sonatype.com/people/2010/06/sonatypes-coming-to-a-city-near-you/ > > On Jun 21, 2010, at 3:55 PM, Jason van Zyl wrote: > >> The Maven Meetups Sonatype puts

Re: maven-javadoc-plugin

2010-06-21 Thread Anders Hammar
It's not correct to define a plugin twice as you've done. You can declare one or more executions within one plugin declaration, however. That being said, I don't think that's the solution to your problem. I just wanted to point out the incorrect Maven POM config, to prevent future issues. /Anders

Re: Maven Meetup Locations

2010-06-21 Thread Andrew Close
On Mon, Jun 21, 2010 at 2:55 PM, Jason van Zyl wrote: > The Maven Meetups Sonatype puts on have been very popular in the past. We're > starting to take input from users on where they should be in the future: > > Sonatype’s coming to a city near you no Chicago? :) i've voted... -- Andrew Close

Re: Maven Meetup Locations

2010-06-21 Thread Jason van Zyl
Link pasted incorrectly: http://www.sonatype.com/people/2010/06/sonatypes-coming-to-a-city-near-you/ On Jun 21, 2010, at 3:55 PM, Jason van Zyl wrote: > The Maven Meetups Sonatype puts on have been very popular in the past. We're > starting to take input from users on where they should be in th

Maven Meetup Locations

2010-06-21 Thread Jason van Zyl
The Maven Meetups Sonatype puts on have been very popular in the past. We're starting to take input from users on where they should be in the future: Sonatype’s coming to a city near you Thanks, Jason -- Jason van Zyl Founder, Apache Mav

Re: maven-javadoc-plugin

2010-06-21 Thread Jacob Robertson
I used the following "reportSets" and called "mvn clean site" and it works for me. org.apache.maven.plugins maven-javadoc-plugin 2.7 internal

Re: Controlling plugin execution order within a phase?

2010-06-21 Thread Jason van Zyl
On Jun 21, 2010, at 2:06 PM, Laird Nelson wrote: > Maven's documentation indicates that plugins bound to a phase will execute > in the order they are defined. > > http://jira.codehaus.org/browse/MNG-2258 indicates that this is not the > case. > > I am using Maven 2.2.1. > > What options do I h

RE: maven-javadoc-plugin

2010-06-21 Thread Meeusen, Christopher W.
I got it halfway working. I changed my plugin settings to look like this: org.apache.maven.plugins maven-javadoc-plugin 2.7 ${basedir}/target/docs/internal/ private true org.apache.mave

Re: Controlling plugin execution order within a phase?

2010-06-21 Thread Wayne Fay
> How, in other words, in a given phase, can I sequence two or more plugins so > that the first one's results are visible to the second? Bind them to separate phases. There are an awful lot of phases available to you in the default lifecycle. Wayne ---

maven-javadoc-plugin

2010-06-21 Thread Meeusen, Christopher W.
I'm trying to modify my pom.xml so that it creates two different versions of javadoc for my 1 project. I want an internal version (has everything in it ) and an external version for the same project (only public modifier visible). I've spent some time reading through the instructions here: http:/

Controlling plugin execution order within a phase?

2010-06-21 Thread Laird Nelson
Maven's documentation indicates that plugins bound to a phase will execute in the order they are defined. http://jira.codehaus.org/browse/MNG-2258 indicates that this is not the case. I am using Maven 2.2.1. What options do I have to overcome this critical, jaw-droppingly severe bug? How, in ot

Re: Android jars available in Maven central

2010-06-21 Thread Kathryn Huxtable
Yay! -K On Jun 21, 2010, at 11:26 AM, Manfred Moser wrote: > Just a quick heads up that thanks to a combined community effort the > android jar files are now available in maven central. > > http://www.simpligility.com/2010/06/android-artifacts-hit-maven- > central/ > > manfred > > >

[maven-release-plugin] problem with a multi-module project, perform phase

2010-06-21 Thread Daniele Dellafiore
Hi everyone. MRP just suceeded in the prepare but fails immediately the perform phase, with a: Working directory "/home/[...] /myProject/target/checkout/myProject" does not exist! In fact it does not exists, the target/checkout folders contains: src/ pom.xml company-parent-1.0/ where src/ and

Android jars available in Maven central

2010-06-21 Thread Manfred Moser
Just a quick heads up that thanks to a combined community effort the android jar files are now available in maven central. http://www.simpligility.com/2010/06/android-artifacts-hit-maven- central/ manfred - To unsubscribe, e-m

AW: how to configure build processes with mavn

2010-06-21 Thread Bernhard Neuhauser
Hi, I think, there are 2 features available supporting your requirement. 1) /profiles/profile 2) /build/plugins/plugin/executions/execution I know that 1) can be triggered via "mvn -Pconf1,conf2" but for the ability to execute more than one profile at once, the profile need to c

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

Profile activation with file exists using ant pattern

2010-06-21 Thread Dominique Jean-Prost
Hello, Judging from http://docs.codehaus.org/display/MAVENUSER/Profiles, I can't use properties in the element of profile activation. Can I use ant pattern ? example : src/main/resources/**/*.gwt.xml

Re: how to use space as pathSeparator in dependency:generate-resources?

2010-06-21 Thread Christophe Bliard
Thanks a lot! It works! I previously tried with and got the same bad result, but with \u0020 it does exactly what I need. Christophe Bliard Le lundi 21 juin 2010 à 13:44 +0200, Anders Hammar a écrit : > Have your tried the unicode char? > \u0020 > > /Anders > > On Mon, Jun 21, 2010 at 12:36,

Re: how to use space as pathSeparator in dependency:generate-resources?

2010-06-21 Thread Anders Hammar
Have your tried the unicode char? \u0020 /Anders On Mon, Jun 21, 2010 at 12:36, Christophe Bliard < cbli...@besancon.parkeon.com> wrote: > Hi, > > I am trying to export the classpath in a file as a space-separated list > of jar by using the dependency:generate-resources plugin. Here is the > plu

how to use space as pathSeparator in dependency:generate-resources?

2010-06-21 Thread Christophe Bliard
Hi, I am trying to export the classpath in a file as a space-separated list of jar by using the dependency:generate-resources plugin. Here is the pluging configuration maven-dependency-plugin generate-resources build-classpath

Maven failed to resolve repo1.maven.org

2010-06-21 Thread Akshay Dev Vankhede
I installed Maven 2.2.1 on Ubuntu 8.04. When I first tried to run mvn it didn't work. I have a direct connection to internet and I do not have firewall policies which prohibit internet access from any program (such as java.exe, as I found in one post) Looking at the stack-trace it seems like the r