[ANN] Maven Maven Project Info Reports Plugin 2.5 Released

2012-08-05 Thread Hervé Boutemy
The Maven team is pleased to announce the release of the Maven Project Info Reports Plugin, version 2.5 The Maven Project Info Reports Plugin is a plugin that generates standard reports for the specified project. http://maven.apache.org/plugins/maven-project-info-reports-plugin You should

[ANN] Maven Dependency Plugin 2.5 Released

2012-08-05 Thread Hervé Boutemy
The Maven team is pleased to announce the release of the Maven Dependency Plugin, version 2.5 The dependency plugin provides the capability to manipulate artifacts. It can copy and/or unpack artifacts from local or remote repositories to a specified location.

Re: (java.net.SocketException) caught when connecting to the target host: Invalid argument: connect

2012-08-05 Thread Markku Saarela
On Windows networking if you have many network adapters like WLAN, VPN, LAN etc. disabling one adapter migh be not enought. The you could disable IPv6 permanently on all adapters. Here is instructions how do that: http://www.addictivetips.com/windows-tips/how-to-disable-ipv6-in-windows-7/

Re: Using the Maven Deploy Plugin

2012-08-05 Thread chan
Hi all, Even I've setup this to local repository for deploy http://localhost:8081/nexus/index.html#view-repositories BUT it gives me the same 400 error above... @I've tried all the solutions suggested before, but nothing worked. Even I deleted the earlier from local file system repository...