Maven 3 missing dependencies copy+paste mvn install statements

2011-06-20 Thread reikster
Hi, in Maven 2+ when you had an unresolvable dependency, the error message would suggest you to install the artifact to your local repository. The full statement you needed to run was printed to the screen, you just had to copy+paste and change the file location (mvn install:install-file ). Sup

xml file is invalid.

2011-06-20 Thread samwun
Hello, I found this shouldn't be happened, as this example is one of the spring examples I downloaded from spring website. The example is spring 3 with maven build. Here is the error I got when during the deployment process: [#|2011-06-20T21:20:08.542+1000|INFO|glassfish3.1|javax.enterprise.sy

Re: xml file is invalid.

2011-06-20 Thread samwun
Here is my servlet-context.xml file: samwun wrote: > > > http://java.sun.com/xml/ns/j2ee"; > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; > xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee > http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"; version="2.4"> > iXSystems Portal

[ANN] Mojo's Cassandra Maven Plugin 0.8.0-1 released

2011-06-20 Thread Stephen Connolly
Hi, The Mojo team is pleased to announce the release of Mojo's Cassandra Maven Plugin version 0.8.0-1. Mojo's Cassandra Plugin is used when you want to install and control a test instance of Apache Cassandra from within your Apache Maven build. The plugin has the following goals. * cassandra:

With the maven-release-plugin, how to branch a module and its children ?

2011-06-20 Thread Frédéric Conrotte
Hello Say you have a module named "parent" which has 2 childs "childA" and "ChildB" If I run mvn release:branch -DbranchName=my-branch in the "parent" folder, it will branch the parent module code to SVN /branches/my-branch WITHOUT the 2 child modules. I would like release:branch to branch the

Re: With the maven-release-plugin, how to branch a module and its children ?

2011-06-20 Thread Nick Stolwijk
I guess you could make an aggregator pom in your trunk/ which kicks of all 3 builds. If you branch this pom it would succeed. Or you could move your parent pom one level higher and let it serve as parent and aggregator pom. Hth, Nick Stolwijk ~Senior Java Developer~ iPROFS Wagenweg 208 2012 NM

Re: xml file is invalid.

2011-06-20 Thread Wayne Fay
> I found this shouldn't be happened, as this example is one of the spring > examples I downloaded from spring website. > > The example is spring 3 with maven build. This is not the Spring support list. This is the Maven user list. Please post your question to the proper Spring group. Wayne ---

maven 3.0.3 out of memory error, version ranges, lots of maven meta downloads

2011-06-20 Thread Paul French
Below is some filtered output from a maven build (showing maven meta data being downloaded for one artifact). All my dependencies use version ranges of the form [1.0.0.SNAPSHOT,2.0.0.SNAPSHOT) In general the build fails with out of memory. I can increase the heap size and the build is successf

Re: xml file is invalid.

2011-06-20 Thread Sebastian Otaegui
As a recommendation, do not paste logs or config files in a mailing list. It is very annoying and it is unreadable. Use a paste service as pastebin or github's gists. Regards On Mon, Jun 20, 2011 at 12:22 PM, Wayne Fay wrote: > > I found this shouldn't be happened, as this example is one of th

Maven release:prepare and NOT creating SNAPSHOTs

2011-06-20 Thread Neil Hart
I would like to run release:prepare without creating a new development version. I don't always know the next version number when versioning the current build. Later I could run release:branch (perhaps). This is using Maven 2.2.1. I've tried a few of the properties in the release plugin without

Re: With the maven-release-plugin, how to branch a module and its children ?

2011-06-20 Thread Barrie Treloar
2011/6/21 Frédéric Conrotte : > Hello > > Say you have a module named "parent" which has 2 childs "childA" and "ChildB" > > If I run > mvn release:branch -DbranchName=my-branch > in the "parent" folder, it will branch the parent module code to SVN > /branches/my-branch WITHOUT the 2 child modules.

Re: Maven release:prepare and NOT creating SNAPSHOTs

2011-06-20 Thread Barrie Treloar
On Tue, Jun 21, 2011 at 5:16 AM, Neil Hart wrote: > I would like to run release:prepare without creating a new development > version.  I don't always know the next version number when versioning the > current build.  Later I could run release:branch (perhaps).  This is using > Maven 2.2.1. > > I'v

Re: Maven release:prepare and NOT creating SNAPSHOTs

2011-06-20 Thread Wendy Smoak
On Mon, Jun 20, 2011 at 3:46 PM, Neil Hart wrote: > I would like to run release:prepare without creating a new development > version.  I don't always know the next version number when versioning the > current build.  Later I could run release:branch (perhaps).  This is using > Maven 2.2.1. Did yo

Re: Maven release:prepare and NOT creating SNAPSHOTs

2011-06-20 Thread Barrie Treloar
On Tue, Jun 21, 2011 at 9:14 AM, Wendy Smoak wrote: > On Mon, Jun 20, 2011 at 3:46 PM, Neil Hart wrote: >> I would like to run release:prepare without creating a new development >> version.  I don't always know the next version number when versioning the >> current build.  Later I could run relea