RE: How to contact uploader to maven central of org.eclipse.core artifacts

2010-09-13 Thread Bob Fields
I had seen the remaining org.eclipse metadata but didn't think it was a problem since a new update was going out soon anyway and would update the same metadata files again. I also noticed that the eclipse artifacts didn't show up under central-staging till yesterday, thanks. I'll re-download

AW: Maven failing due to javac path issue -- Windows

2010-09-13 Thread Stadelmann Josef
Please note: A JRE never has developer tools like compilers or generators and the like. Nothing to develop something. That's why JAVA_HOME as environment variable must point to a SDK-root with javac.exe in it and not to a JRE-root. And second: JAVA_HOME is an environment variable AND is

How does maven resolve the plugin version to be used when outside a project

2010-09-13 Thread Baptiste MATHUS
Hi all, I'm currently trying to manually run dependency:get, but it doesn't work since maven is trying to use 2.0 plugin version (ang get mojo came with 2.1). Apart from using the full form command, how does maven decide which version to use for a plugin? Does it use the version defined in

Re: How does maven resolve the plugin version to be used when outside a project

2010-09-13 Thread Antonio Petrelli
2010/9/13 Baptiste MATHUS m...@batmat.net: Hi all, I'm currently trying to manually run dependency:get, but it doesn't work since maven is trying to use 2.0 plugin version (ang get mojo came with 2.1). Apart from using the full form command, how does maven decide which version to use for a

maven-site-plugin and custom skin

2010-09-13 Thread Thomas Scheffler
Hi, I use the maven-site-plugin with a custom skin. I do not want to specify the version in maven project. There is no way to store the the version in a corporate pom.xml, as properties are not heritable. So I tent to use the latest release resolving mechanism of the site plugin.

Dependency:get requires repositoryUrl

2010-09-13 Thread Baptiste MATHUS
Hi all, Having a look at dependency:get goal, I began trying to use it, but I realized repositoryUrl is marked as required parameter, and I really don't understand why. When having a correctly set maven environment, I thought specifying GAV whould be sufficient to retrieve the jar/pom.

Re: How does maven resolve the plugin version to be used when outside a project

2010-09-13 Thread Baptiste MATHUS
Hi Antonio, Thanks for your answer, but I know the configuration to be done in the pom. As I stated, not clearly enough I guess, I'd like to understand how the version is defined w*hen used outside a project context* (i.e. a directory*not containing a pom.xml *). Thanks 2010/9/13 Antonio

Re: How does maven resolve the plugin version to be used when outside a project

2010-09-13 Thread Antonio Petrelli
2010/9/13 Baptiste MATHUS m...@batmat.net: Hi Antonio, Thanks for your answer, but I know the configuration to be done in the pom. As I stated, not clearly enough I guess, I'd like to understand how the version is defined w*hen used outside a project context* (i.e. a directory*not

Re: How does maven resolve the plugin version to be used when outside a project

2010-09-13 Thread Thomas Markus
Hi, try something like mvn org.apache.maven.plugins:maven-help-plugin:2.1:describe -Dplugin=help regards Thomas Am 13.09.2010 10:59, schrieb Baptiste MATHUS: Hi all, I'm currently trying to manually run dependency:get, but it doesn't work since maven is trying to use 2.0 plugin version

Re: How does maven resolve the plugin version to be used when outside a project

2010-09-13 Thread Baptiste MATHUS
I also said I know the full form... :) Thanks 2010/9/13 Thomas Markus t.mar...@proventis.net Hi, try something like mvn org.apache.maven.plugins:maven-help-plugin:2.1:describe -Dplugin=help regards Thomas Am 13.09.2010 10:59, schrieb Baptiste MATHUS: Hi all, I'm currently trying

Re: How does maven resolve the plugin version to be used when outside a project

2010-09-13 Thread Thomas Markus
sry, its defined in super-pom. for 2.2.1 check lib/maven-2.2.1-uber.jar org/apache/maven/project/pom-4.0.0.xml. dont know how to redefine (change pom-4.0.0.xml) regards Thomas Am 13.09.2010 11:37, schrieb Baptiste MATHUS: I also said I know the full form... :) Thanks 2010/9/13 Thomas

Re: How does maven resolve the plugin version to be used when outside a project

2010-09-13 Thread Anders Hammar
If it's defined in the super-POM, that's the version being used. If not, Maven will use the latest version available. /Anders On Mon, Sep 13, 2010 at 10:59, Baptiste MATHUS m...@batmat.net wrote: Hi all, I'm currently trying to manually run dependency:get, but it doesn't work since maven is

Re: MASSEMBLY-445 now has patch /w tests

2010-09-13 Thread Stevo Slavić
ping On Sun, Aug 29, 2010 at 9:19 PM, Stevo Slavić ssla...@gmail.com wrote: Hello Apache Maven users, Can some Maven developer please mark MASSEMBLY-445http://jira.codehaus.org/browse/MASSEMBLY-445as issue with patch tests, if not have a look at it? Thanks in advance! Regards,

AW: Maven failing due to javac path issue -- Windows

2010-09-13 Thread Stadelmann Josef
I just found a bigger better explanation from an unknown autor you migth have to care when using JAVA and a Windows System Josef JAVA_HOME vs java.home What's the difference between JAVA_HOME and java.home? JAVA_HOME is the JDK install directory, e.g., C:\jdk5. It's meant to be set as an

Mojo Mailing lists

2010-09-13 Thread Greg Akins
I tried to join the mojo mailing lists last week and never got a response from the moderator. Does anyone know if those lists are active? My reason for joining was to get help with the xmlbean mojo. Does anyone know where would be the most appropriate place to ask those questions? -- Greg

Cannot run mvn deploy:deploy-file

2010-09-13 Thread motes motes
I am trying to run mvn deploy:deploy-file using PSCP using maven 3 on windows 7. I have made it work without using maven using the following command: pscp bob.txt m...@repository:/var/lib/tomcat5.5/webapps/p2/deploytest/bob.txt but when I try to run the following maven goal: mvn

Re: Archetype plugin 2.0-alpha-6 release?

2010-09-13 Thread Lóránt Pintér
I just tried it. With 2.0-alpha-5 the build hangs for a while, and then produces the internal archetypes. With 2.0-alpha-6-SNAPSHOT it shows several remote archetypes instantly. So I think it's working properly. Is there something specific to check? Lóránt On Wed, Sep 8, 2010 at 23:56, Hervé

Re: Plans to release Maven 3.0

2010-09-13 Thread Tim
Sry I don't have timestamped build info (like what you would see in the logs when running via teamcity). I know there's a 3rd party plugin for timestamped builds from cmdline but is there any out of the box option? It's very very consistent the difference in speed so timestamping should help in

Re: Dependency:get requires repositoryUrl

2010-09-13 Thread Wayne Fay
Having a look at dependency:get goal, I began trying to use it, but I realized repositoryUrl is marked as required parameter, and I really don't understand why. Did you read the description for this goal in the documentation? Description: Downloads a single artifact transitively from a

Re: Dependency:get requires repositoryUrl

2010-09-13 Thread Baptiste MATHUS
Sure, I read it. I just think that this attribute should be optional by default. I think I'll file an improvement request. Cheers 2010/9/13 Wayne Fay wayne...@gmail.com Having a look at dependency:get goal, I began trying to use it, but I realized repositoryUrl is marked as required

Duplicate web.xml in war file

2010-09-13 Thread João Ferreira
Hi I'm getting a wierd behaviour from maven-war-plugin version 2.1. In the generated war i have 2 web.xml files. Follows the execution of the plugin in debug mode... Don't know if matters but this a is overlay war (will be used in other war...). If you check the log u see [DEBUG] adding entry

[ANN] Sonar mojo 1.0-beta-2

2010-09-13 Thread Simon Brandhof
The Mojo team is pleased to announce the release of Sonar Maven Plugin, version 1.0-beta-2. It makes configuration easier when using a repository manager like Archiva or Nexus. Indeed no additional settings are required anymore ! Let's remind that the version 1.0-beta-1 needs to declare a mirror

Re: maven-site-plugin and custom skin

2010-09-13 Thread Dennis Lundberg
Hi I'm not that I understand what it is you want to do. When you say you don't want to specify a version, do you mean for the Site Plugin or for the skin? The skin is not configured in the pom.xml file, but rather in a site.xml file. The site.xml file are inherited in the same way as pom.xml

Re: Duplicate web.xml in war file

2010-09-13 Thread Dennis Lundberg
Thanks for the report. This is already in our issue tracker as a known issue for 2.1: http://jira.codehaus.org/browse/MWAR-235 On 2010-09-13 17:16, João Ferreira wrote: Hi I'm getting a wierd behaviour from maven-war-plugin version 2.1. In the generated war i have 2 web.xml files. Follows

compile failure warning and build succesfull?

2010-09-13 Thread Daniele Dellafiore
Hi. For the first time in years, I am shocked seeing a maven behavior: [WARNING] /contacts-client-rest/src/main/java/commons/rest/client/ContactsClient.java:[17,42] cannot find symbol symbol : class Profile location: class commons.rest.client.ContactsClient [INFO]

Re: compile failure warning and build succesfull?

2010-09-13 Thread Joao Maciel
Well, it seems to be a compilation warning, not a compilation error, in'it? On Mon, Sep 13, 2010 at 2:05 PM, Daniele Dellafiore ilde...@gmail.comwrote: Hi. For the first time in years, I am shocked seeing a maven behavior: [WARNING]

Re: compile failure warning and build succesfull?

2010-09-13 Thread Daniele Dellafiore
yes it is, but the class with the warning has this method: public ContactsServerResponse register(Profile profile) { and the corresponding import import lavazza.commons.profiles.core.domain.Profile; if the import is not found, the class just does not compile, and the project is not really

Re: Plans to release Maven 3.0

2010-09-13 Thread Tim
Hey Brett, The slow down is only visible on my MBP apparently. I just ran this on my linux box and it's significantly faster. No windows (thankfully) box to try this out on. MBP using m2 1 minute 11 seconds MBP using m3 1:14.573s Linux using m2 39 seconds Linux using m3 30.972s There are 11

[Maven3] PluginManagement Reporting

2010-09-13 Thread Hilco Wijbenga
I just tried Maven3 (3.0-beta-3) with our build and got a (to me) surprising result. I have the following in my POM: build pluginManagement plugins plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-project-info-reports-plugin/artifactId

Re: [Maven3] PluginManagement Reporting

2010-09-13 Thread Dennis Lundberg
On 2010-09-13 21:57, Hilco Wijbenga wrote: I just tried Maven3 (3.0-beta-3) with our build and got a (to me) surprising result. I have the following in my POM: build pluginManagement plugins plugin groupIdorg.apache.maven.plugins/groupId

Re: [Maven3] PluginManagement Reporting

2010-09-13 Thread Hilco Wijbenga
On 13 September 2010 13:17, Dennis Lundberg denn...@apache.org wrote: PluginManagement have never worked for reporting plugins, unfortunately. There's an open issue for it in JIRA. Using the config above, you have no guarantee which version of the reporting plugins are being used.

Re: [Maven3] PluginManagement Reporting

2010-09-13 Thread Dennis Lundberg
On 2010-09-13 22:29, Hilco Wijbenga wrote: On 13 September 2010 13:17, Dennis Lundberg denn...@apache.org wrote: PluginManagement have never worked for reporting plugins, unfortunately. There's an open issue for it in JIRA. Using the config above, you have no guarantee which version of the

Re: Archetype plugin 2.0-alpha-6 release?

2010-09-13 Thread Hervé BOUTEMY
ok, that's it: your proxy settings is now taken into account, it shows the fix works thanks for your help, I'll can do the release with confidence on this issue regards, Hervé Le lundi 13 septembre 2010, Lóránt Pintér a écrit : I just tried it. With 2.0-alpha-5 the build hangs for a while,

Welcome Stephen Connolly to the Maven PMC

2010-09-13 Thread Brian Fox
Stephen has just joined us on the Maven PMC. He is the author of the very popular versions-maven-plugin at Codehaus and has recently been doing maintenance of the Surefire plugin at the Maven project. Welcome Stephen! --Brian Fox Maven PMC Chair

Re: Welcome Stephen Connolly to the Maven PMC

2010-09-13 Thread Jesse Farinacci
Congratulations, Stephen! On Mon, Sep 13, 2010 at 10:03 PM, Brian Fox bri...@infinity.nu wrote: Stephen has just joined us on the Maven PMC. He is the author of the very popular versions-maven-plugin at Codehaus and has recently been doing maintenance of the Surefire plugin at the Maven