Re: Hibernate and Maven

2007-01-01 Thread Fabricio Lemos
Did you look if the jar file you downloaded contais the class oracle.jdbc.driver.OracleDriver? On 12/31/06, juergen.schumacher [EMAIL PROTECTED] wrote: Hi, I try to use the maven-hibernate3 plugin. The problem is that the driver for the database can not be found. This really drives me crazy

ArtifactResolutionException

2007-01-01 Thread Ole Ersoy
Hi, I'm getting a strange exception when trying to resolve an artifact. If the version on the artifact is 1.0-SNAPSHOT. If I try to resolve the artifact using this as the version I get a NullPointerException, along with this in the stacktrace: at

Re: ArtifactResolutionException

2007-01-01 Thread Ole Ersoy
Hmmm... Getting warmer: It's trying to look at the remote repositories, but failing, since I don't pass a list of remote repositories: for ( Iterator i = remoteRepositories.iterator(); i.hasNext(); ) I would think that it should check whether remote repositories are passed and then search them

Re: ArtifactResolutionException

2007-01-01 Thread Tom Huybrechts
On 1/1/07, Ole Ersoy [EMAIL PROTECTED] wrote: Hmmm... Getting warmer: It's trying to look at the remote repositories, but failing, since I don't pass a list of remote repositories: for ( Iterator i = remoteRepositories.iterator(); i.hasNext(); ) I would think that it should check whether

Re: ArtifactResolutionException

2007-01-01 Thread Ole Ersoy
Tom, Guess what... I did that and now it works! Thanks! It's good to have it working, although seems that I should be able to pass null, rather than create an empty list of remote repositories. I would also think it would search my local repository reference first. I'll ask on the Dev list.

Problem with ear-plugin

2007-01-01 Thread Petar Tahchiev
Hi guys, Happy New Year to all of you. I have the following problem: I have a project in which I produce some jars and wars which get installed in the local repository. The in one of my modules I want to package some of those jars and wars into an ear archive, so I do this in my pom: build

Re: [ANN] Maven Plugin Plugin 2.2 Released

2007-01-01 Thread Jerome Lacoste
On 12/30/06, Brett Porter [EMAIL PROTECTED] wrote: The Maven team is pleased to annonunce the release of the Maven Plugin Plugin, version 2.2. http://maven.apache.org/plugins/maven-plugin-plugin/ You can run mvn -U to get the latest version of the plugin. FYI, this upgrade broke my build

Re: ArtifactResolutionException

2007-01-01 Thread Ole Ersoy
Actually now that I think about it, it probably makes sense since Maven wants to check remote repositories for SNAPSHOT updates. --- Ole Ersoy [EMAIL PROTECTED] wrote: Tom, Guess what... I did that and now it works! Thanks! It's good to have it working, although seems that I should

Re: [ANN] Maven Plugin Plugin 2.2 Released

2007-01-01 Thread Brett Porter
Thanks - have you opened a corresponding plugin plugin issue? On 02/01/07, Jerome Lacoste [EMAIL PROTECTED] wrote: On 12/30/06, Brett Porter [EMAIL PROTECTED] wrote: The Maven team is pleased to annonunce the release of the Maven Plugin Plugin, version 2.2.

Re: mvn -- still runs delete test?

2007-01-01 Thread franz see
Good day to you, Mark, On 12/30/06, mxc [EMAIL PROTECTED] wrote: 1) I have some hbm.xml files I have placed in the resources folder under /src/java/main. However when running test these resources cannot be accessed by the class being tested. If I package the jar the files are copied

XMLBeans - class not found

2007-01-01 Thread juergen.schumacher
Hi, when I am using the maven xmlbeans plugin i always got the message java.lang.NoClassDefFoundError: javax/xml/stream/XMLStreamException. But the stax dependency is added and the class javax.xml.stream.XMLStreamException is definitly added to the classpath Any ideas? have a nice day, juergen

Apache mirror

2007-01-01 Thread apache
new apache mirror at http://apache.mirror-server.net/ apache.mirror-server.net -- View this message in context: http://www.nabble.com/Apache-mirror-tf2906408s177.html#a8119821 Sent from the Maven - Users mailing list archive at Nabble.com.

Customizing Maven2 output

2007-01-01 Thread Saminda Abeyruwan
Hi all, In my project we have dependencies for Maven1 and Maven2 artifacts. When Maven2 tries to download Maven1 poms I'm always seen the following Warning in the build, [WARNING] POM for 'org.apache.axis2:axis2-security:pom:1.1:compile' is invalid. It will be ignored for artifact resolution.

RE: Problem with ear-plugin

2007-01-01 Thread Bryan Loofbourrow
Peter, Happy New Year. According to the page here: http://maven.apache.org/plugins/maven-ear-plugin/modules.html there is no such thing as warModule. Do you want webModule? That's what I've used successfully for wars. Also note that webModule does not have an includeInApplicationXml flag. I

RE Scheduled build do not see changes in source code

2007-01-01 Thread Guillaume BETEND
Hello all, Is your Scm Url is OK ? Cheers -- Guillaume BETEND Carlos Henriquez

RE: Problem with ear-plugin

2007-01-01 Thread Bryan Loofbourrow
A second point, one you may already know but it's not clear from your example. In general, I am pretty sure that the xxxModule configurations are only necessary when you want to configure something about that module's inclusion. The main way you tell the ear pom what you want in the ear is by

RE: idea plugin question

2007-01-01 Thread Roald Bankras
Hey Christian Best wishes! Sounds interesting. But what things are you refering too? For myself I can think of two: - copyright plugin - unittest plugin Roald Bankras Software Engineer JTeam b.v. -Original Message- From: Christian Goetze [mailto:[EMAIL PROTECTED] Sent: Friday,