Re: Commit additional files with release plugin

2012-11-05 Thread Stephen Connolly
What SCM are you using. with SVN and IIRC with Git it currently works, but that is likely a side-effect of the way those SCMs work. On 5 November 2012 06:30, Thorsten Höger li...@hoegernet.de wrote: Done! http://jira.codehaus.org/browse/MRELEASE-798 Regards, Thorsten Am 04.11.2012 20:37,

mvn build 3.1-snapshot failes when building core

2012-11-05 Thread Stadelmann Josef
my svn trunk update has Completed: At revision: 1405720 using maven 3.0.5-snapshot to build maven 3.1-snapshot it always fails when building the CORE any ideas welcome ! or shall I file a JIRA ? Josef cd E:\asf\maven\maven-3\trunk; JAVA_HOME=C:\\Program Files\\Java\\jdk1.6.0_30

Can not get a jar from maven central

2012-11-05 Thread eugene
So, the problem is pretty much in the subject of the question. Today we are not able to retrieve SOME jar files from the maven repo, but some are retrieved without a problem. This is pretty weird. :) Here is what the error says: jvm 1    | 2012-11-05 09:19:14 ERROR [qtp20866423-84 ] -

Maven dependency plugin does not respect mirror configuration

2012-11-05 Thread Polani, Jyothi P
Hello users, I have a sample project in my environment, where in I do not have direct access to central repo but through mirror (nexus). It has not been a problem while downloading the artifacts, however while generating the dependencies report (mvn site), it does not look at my mirror, but

Test scope to avoid cyclic dependency

2012-11-05 Thread zebahmad
I have ProjectOuter which depends on ProjectCore. However, many of the tests of ProjectCore are placed in ProjectOuter. ProjectOuter has a large bunch of enterprise level initializations and dependencies, etc which is utilized by the BaseTestCase(present in ProjectOuter). Every test case then

Re: [ANN] gwt-maven-plugin 2.5.0 Released

2012-11-05 Thread Mathieu Gamonnet
Thanks 2012/11/5 Thomas Broyer t.bro...@gmail.com Hi, I'm pleased to announce the release of the gwt-maven-plugin version 2.5.0. http://mojo.codehaus.org/gwt-**maven-plugin/http://mojo.codehaus.org/gwt-maven-plugin/ To get this update, simply specify the version in your project's plugin

Re: mvn build 3.1-snapshot failes when building core

2012-11-05 Thread Stuart McCulloch
On 5 Nov 2012, at 09:30, Stadelmann Josef wrote: my svn trunk update has Completed: At revision: 1405720 using maven 3.0.5-snapshot to build maven 3.1-snapshot Any particular reason why you're using one unreleased snapshot to build a different snapshot? it always fails when building

Help with scm plugin

2012-11-05 Thread Eyal Goren
Hi, I am trying to perform checkout using the maven-scm-plugin (Using SVN), but I keep getting: (Checkout branch) on project installation: Cannot run checkout command : Can't load the scm provider. No such provider: 's'. - [Help 1] Is this error familiar? I did manage to create a branch, just

How to compile classes into customized plugin

2012-11-05 Thread adrien ruffie
Hello all I have a customized plugin, which produce patch for an application, but in The current public class PatchBuilderMojo extends AbstractMojo A list of java file is provided and need to be compile in order to only package it. Any one know how I can only compile these

Re: Can not get a jar from maven central

2012-11-05 Thread eugene
Here is some more output if needed: wget -dv http://repo1.maven.org/maven2/org/codehaus/woodstox/woodstox-core-asl/4.1.4/woodstox-core-asl-4.1.4.jar Setting --verbose (verbose) to 1 DEBUG output created by Wget 1.12 on linux-gnu. --2012-11-05 10:40:08--

Re: Can not get a jar from maven central

2012-11-05 Thread Ron Wheeler
You might be blacklisted. I got a pretty quick response to the http link. Have you done anything that might have made Maven Central think that you should be blacklisted? If so, you probably have to reassure them that you will not do it again. Do you have your own repo in place? Ron On

Re: Can not get a jar from maven central

2012-11-05 Thread eugene
Hello Ron, As a matter of fact we do have our own repo, nexus based. We have A LOT of projects that we have to mavenize, thus, yes I think that maven thinks we are doing something wrong. But then again, all that we do is get some jars from it, nothing else, nothing more, isn't maven suppose to

Re: Can not get a jar from maven central

2012-11-05 Thread Milos Kleint
wget is blacklisted. Milos On Mon, Nov 5, 2012 at 2:52 PM, Ron Wheeler rwhee...@artifact-software.com wrote: You might be blacklisted. I got a pretty quick response to the http link. Have you done anything that might have made Maven Central think that you should be blacklisted? If so, you

Re: Help with scm plugin

2012-11-05 Thread Wayne Fay
(Checkout branch) on project installation: Cannot run checkout command : Can't load the scm provider. No such provider: 's'. - [Help 1] Looks like the URL might be wrong. What does it look like? Wayne - To unsubscribe,

Re: Can not get a jar from maven central

2012-11-05 Thread Brian Fox
N oone has been blacklisted in a while. Can you give us the headers like shown here: $ curl -I http://repo1.maven.org/maven2/org/apache/avalon/framework/avalon-framework-api/4.3.1/avalon-framework-api-4.3.1.jar

Re: Can not get a jar from maven central

2012-11-05 Thread eugene
Hello Brian, Here you go: curl -I http://repo1.maven.org/maven2/org/codehaus/woodstox/woodstox-core-asl/4.1.4/woodstox-core-asl-4.1.4.jar -v * About to connect() to repo1.maven.org port 80 (#0) * Trying 68.232.34.223... * connected * Connected to repo1.maven.org (68.232.34.223) port 80 (#0)

Re: Can not get a jar from maven central

2012-11-05 Thread Jason Swank
Hi, I'm opening a ticket with the CDN provider regarding this issue; the diagnostic info you've provided will hopefully provide enough information to track down the root cause of the issue. If you'd like to respond offline to me with your IP address, that will also be helpful: $ curl

Re: Can not get a jar from maven central

2012-11-05 Thread Tomasz Pik
On Mon, Nov 5, 2012 at 3:45 PM, Jason Swank jsw...@sonatype.com wrote: Hi, I'm opening a ticket with the CDN provider regarding this issue; the diagnostic info you've provided will hopefully provide enough information to track down the root cause of the issue. One more case from my side:

Re: Commit additional files with release plugin

2012-11-05 Thread Thorsten Höger
Hi, I'm using git and tested it under Windows and Linux (Fedora). Regards, Thorsten Am 05.11.2012 09:54, schrieb Stephen Connolly: What SCM are you using. with SVN and IIRC with Git it currently works, but that is likely a side-effect of the way those SCMs work. On 5 November 2012 06:30,

Re: Can not get a jar from maven central

2012-11-05 Thread Martin Hoeller
Hi! Could it be MVNCENTRAL-252? See also this thread some weeks ago: http://maven.40175.n5.nabble.com/Broken-link-for-avalon-td5726894.html - martin On 05 Nov 2012, Brian Fox wrote: N oone has been blacklisted in a while. Can you give us the headers like shown here: $ curl -I

Re: Can not get a jar from maven central

2012-11-05 Thread Jason Swank
Yes, these are all related; we've also received a number of new reports over the last few hours. The CDN provider is asking for traceroute information from affected users: $ traceroute -n repo1.maven.org Regards, Jason On Mon, Nov 05, 2012 at 04:15:25PM +0100, Martin Hoeller wrote:

Obtaining remote repository index using indexer-core 5.0.0

2012-11-05 Thread Melvin
Hi, is there a tutorial or code-snippet available for obtaining/updating the index of a remote repository? Version 5.0.0 would be preferred. Thanks. -- View this message in context: http://maven.40175.n5.nabble.com/Obtaining-remote-repository-index-using-indexer-core-5-0-0-tp5729555.html

Re: Obtaining remote repository index using indexer-core 5.0.0

2012-11-05 Thread Tamás Cservenák
Here you go: https://github.com/cstamas/maven-indexer-examples/tree/master/indexer-example-01 On Mon, Nov 5, 2012 at 6:00 PM, Melvin werbu...@johannet.de wrote: Hi, is there a tutorial or code-snippet available for obtaining/updating the index of a remote repository? Version 5.0.0 would

Re: Mavne2 updates to local repository in a closed area

2012-11-05 Thread Wayne Fay
Can a repository manager be setup to check for updates to an existing repository rather than searching within a POM? You'd have to ask the developers who build/support the repository manager or check the repository manager's website for information pertaining to features. Wayne

Re: profile help

2012-11-05 Thread Curtis Rueden
Hi Billy, mvn clean install lite,optional Presumably you mean: mvn -P lite,optional clean install ? Do I really need to setup two different 'optional' profiles (lite-optional and complete-optional) such that my optional build knows it lite or complete? That really depends on what each

RE: Mavne2 updates to local repository in a closed area

2012-11-05 Thread David Pompliano
Thank you Wayne. I shall. David From: wayne...@gmail.com Date: Mon, 5 Nov 2012 11:31:22 -0600 Subject: Re: Mavne2 updates to local repository in a closed area To: users@maven.apache.org Can a repository manager be setup to check for updates to an existing repository rather than

Re: Can not get a jar from maven central

2012-11-05 Thread Jason Swank
Hi, This issue has been traced to two errant CDN nodes; the provider has advised us that these nodes have been removed for maintenance. If possible, can you confirm that this artifact is now accessible for you? Regards, Jason On Mon, Nov 05, 2012 at 04:05:57PM +0100, Tomasz Pik wrote:

[ANN] ASF Parent 12 Released

2012-11-05 Thread Dennis Lundberg
The Maven team is pleased to announce the release of the Apache Software Foundation Parent POM version 12. This project consists of a POM that contains settings that are likely to be useful to any Apache project that is building and releasing code with Maven 2/3. By using this project as a

Re: Can not get a jar from maven central

2012-11-05 Thread Rafał Krzewski
Apparently I'm affected by this also. I'm located in Warsaw, Poland. Traceroute: 1 192.168.2.2 1.147 ms 3.477 ms 3.552 ms 2 62.121.67.254 10.100 ms 15.193 ms 15.199 ms 3 89.75.20.142 15.229 ms 15.310 ms 16.009 ms 4 84.116.252.61 16.170 ms 16.040 ms 16.579 ms 5

Re: Can not get a jar from maven central

2012-11-05 Thread Tomasz Pik
On Mon, Nov 5, 2012 at 7:48 PM, Jason Swank jsw...@sonatype.com wrote: Hi, This issue has been traced to two errant CDN nodes; the provider has advised us that these nodes have been removed for maintenance. If possible, can you confirm that this artifact is now accessible for you? I've

Re: Can not get a jar from maven central

2012-11-05 Thread eugene
Same here - works fine now. Thank you for the effort! Cheers, Eugene. -- View this message in context: http://maven.40175.n5.nabble.com/Can-not-get-a-jar-from-maven-central-tp5729478p5729651.html Sent from the Maven - Users mailing list archive at Nabble.com.