Maven 2.2.1 Question

2010-07-27 Thread Massimo Heitor
Any idea why I would get these types of warnings and errors with Maven 2.2.1? The "POM ... is invalid" warnings sound fairly straight forward, but those were just downloaded from the default Maven repo, and this happens on multiple build systems, so I suspect it's a n issue with Maven's servers rat

Disappearing Maven resources? (beanutils, xalan, rampart)

2010-07-27 Thread Massimo Heitor
I'm maintaining a legacy Java project. I setup a Maven pom.xml a while ago, and it used to work, but now, several dependencies that used to automatically download and work perfectly, have just stopped working on the standard Maven servers. The three dependencies are: commons-beanutils:commons-bean

Re: Why all these errors with mvn site:site concerning https://maven-repository.dev.java.net/nonav/repository

2010-07-27 Thread Brian Fox
one of the reports in there hits all repos known to the build. There's a bug against it. On Tue, Jul 27, 2010 at 2:29 PM, Rick R wrote: > I keep getting all these errors about > https://maven-repository.dev.java.net/nonav/repository. I tried googling > about it but the responses are confusing. >

Re: scp config help needed

2010-07-27 Thread Brian Fox
You should use a repo manager and deploy over http, then you'll be on the well-worn path. On Mon, Jul 26, 2010 at 11:11 AM, Refr Bruhl wrote: > > Team > > I can get maven to scp files to a remote repository. > > However when I config the server entry in the settings file it seems like the > dire

Re: [Help wanted] YUI Doc support in Maven JSTools Plugin

2010-07-27 Thread Manos Batsis
On 07/27/2010 09:05 PM, Manos Batsis wrote: Anyone willing to test the YUI Doc Mojo now in CVS? Philip Guerrant made the initial contribution ages ago but either forgot about it or just noticed :-/ Just to be clear, I meant it was me that either forgot or had just noticed! Anyway, made som

Why all these errors with mvn site:site concerning https://maven-repository.dev.java.net/nonav/repository

2010-07-27 Thread Rick R
I keep getting all these errors about https://maven-repository.dev.java.net/nonav/repository. I tried googling about it but the responses are confusing. (I'm using maven 2.2.1 and 2.1.1 of the site plugin) tons more. [ERROR] Unable to determine if resource org.springframework:spring-conte

[Help wanted] YUI Doc support in Maven JSTools Plugin

2010-07-27 Thread Manos Batsis
Anyone willing to test the YUI Doc Mojo now in CVS? Philip Guerrant made the initial contribution ages ago but either forgot about it or just noticed :-/ Anyway, made some changes for it to work on windows machines but I dont really use YUI Doc so I would be really happy if someone could ver

How to put classes in a directory of your choice in a jar

2010-07-27 Thread Laurent Martelli
Hi, I was asking myself a few days ago how could I package java classes in a directory of my choice in a jar package. Yes, I know, this is a strange idea. But anyway, since I found a solution, I would like to share it with you. The idea is to use a directory in target/ where you put the classes a

Re: release:update-versions only for development versions?

2010-07-27 Thread Stephen Connolly
mvn versions:set versions:commit -DnewVersion=1.0.0 On 27 July 2010 15:46, prenaud76 wrote: > > The update-versions goal of the maven-release-plugin:2.0 is driving me > nuts! > No matter what I do it keeps adding a -SNAPSHOT to the version I specify on > the command line, which leads me to belie

Re: What happened to commons-net 2.1?

2010-07-27 Thread Jörg Schaible
Hi Stuart, Stuart Sierra wrote: > Does anyone know what happened to Apache commons-net version 2.1? It > was in the Maven central repository as of a couple of weeks ago. I was > using it in my projects. Now it's disappeared. > > See for yourself: > http://repo2.maven.org/maven2/commons-net/com

Re: What happened to commons-net 2.1?

2010-07-27 Thread Martijn Verburg
I discovered the same issue, I assume it was pulled for some reason, maybe check with the commons-net guys. Cheers, Martijn On Tue, Jul 27, 2010 at 3:48 PM, Stuart Sierra wrote: > Does anyone know what happened to Apache commons-net version 2.1?  It > was in the Maven central repository as of a

What happened to commons-net 2.1?

2010-07-27 Thread Stuart Sierra
Does anyone know what happened to Apache commons-net version 2.1? It was in the Maven central repository as of a couple of weeks ago. I was using it in my projects. Now it's disappeared. See for yourself: http://repo2.maven.org/maven2/commons-net/commons-net/ Even the metadata file at http://re

release:update-versions only for development versions?

2010-07-27 Thread prenaud76
The update-versions goal of the maven-release-plugin:2.0 is driving me nuts! No matter what I do it keeps adding a -SNAPSHOT to the version I specify on the command line, which leads me to believe the goal is intended to be used only for development versions and not for release versions. I want

Re: adding non-class files to a JAR

2010-07-27 Thread Stephane Nicoll
And it's not meant to be used with files that will be read from the classpath anyway. s/m/r (deprecated to src/main/application) is for the deployment descriptor of the ear only. S. --- [image: Linkedin] [image: Twitter] On Fri, Ju