Re: Default remote repository URL is invalid to build Maven

2013-01-21 Thread Brett Porter
On 21/01/2013, at 9:25 PM, Shixiang Wen wrote: > pull: > [artifact:pom] Downloading: > org/apache/maven/maven-parent/21/maven-parent-21.pom from repository central > at http://repo1.maven.org/maven2 > [artifact:pom] Error transferring file: Connection timed out: connect It seems that the place

Re: Default remote repository URL is invalid to build Maven

2013-01-21 Thread Anders Hammar
Are you behind a web proxy? If so, I belive you need to configure this. I don't personally build Maven with ant, so I don't know how but there should be a clue somewhere (maybe in build.xml?). The http://repo1.maven.org/maven2 repo is fine. That's not the problem here. /Anders On Tue, Jan 22,

Default remote repository URL is invalid to build Maven

2013-01-21 Thread Shixiang Wen
Hi, I tried to build maven 3.0.4 by following commands: set M2_HOME=C:\Data\wengm\workspace\maven-3.0.4-SNAPSHOT set PATH=%M2_HOME%;%PATH% ant However, I failed with following error: C:\Data\wengm\workspace\apache-maven-3.0.4>ant Buildfile: C:\Data\wengm\workspace\apache-maven-3.0.4\build.xml

Re: Possible Regression in maven-compiler-plugin:3.0?

2013-01-21 Thread Chris Graham
Hey Mirko. Fair enough. :-) -Chris On Tue, Jan 22, 2013 at 10:06 AM, Mirko Friedenhagen < mfriedenha...@gmail.com> wrote: > Hello Chris, > > I would desire such a change even if it was unplanned ;-). > > Regards Mirko > > On Mon, Jan 21, 2013 at 11:54 PM, Chris Graham > wrote: > > Which is a

Re: Possible Regression in maven-compiler-plugin:3.0?

2013-01-21 Thread Mirko Friedenhagen
Hello Chris, I would desire such a change even if it was unplanned ;-). Regards Mirko On Mon, Jan 21, 2013 at 11:54 PM, Chris Graham wrote: > Which is a change in behaviour. > > The question is: Is this a desired change ? > > -Chris > > > On Tue, Jan 22, 2013 at 12:03 AM, Anders Hammar wrote:

Re: Possible Regression in maven-compiler-plugin:3.0?

2013-01-21 Thread Chris Graham
Which is a change in behaviour. The question is: Is this a desired change ? -Chris On Tue, Jan 22, 2013 at 12:03 AM, Anders Hammar wrote: > On Mon, Jan 21, 2013 at 1:11 PM, Chris Graham > wrote: > > > Now I know > > that this is wrong > > > > > Well, I believe you're answering your own quest

Re: Accepting a patch for Maven Doxia (issue 480)

2013-01-21 Thread Olivier Lamy
Done. Apologize for delay. 2013/1/14 Andrius Velykis : > Dear Maven developers, > > I would like to inquire about the procedures necessary to contribute a > patch to Maven codebase. > > I have submitted an issue to Maven Doxia (DOXIA-480) with an attached test > case and a patch. It is related to

maven-shared pull request: [SUREFIRE-946] Allow execution of a callback aft...

2013-01-21 Thread agudian
Github user agudian closed the pull request at: https://github.com/apache/maven-shared/pull/2 - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: Possible Regression in maven-compiler-plugin:3.0?

2013-01-21 Thread Anders Hammar
On Mon, Jan 21, 2013 at 1:11 PM, Chris Graham wrote: > Now I know > that this is wrong > Well, I believe you're answering your own question here. :-) You have an issue in your project that the old version accepted. /Anders

Possible Regression in maven-compiler-plugin:3.0?

2013-01-21 Thread Chris Graham
Hey All. I've been upgrading our old Java 1.4 builds (using m-c-p 2.3.1 to Java 1.6 using 3.0), and I'm wondering if I've run across a regression issue or not. The project that I was building generates some source (EJB stubs etc) and it also appears that the devs have also checked that code in as