RE: How to create Hello World Projects using Maven for Spring, Hibernate, JPA, EJB, ActiveMQ?

2009-09-12 Thread siegfried
There was a nice archetype that created a simple spring hibernate that uses dbunit. Now I cannot find it. Was it this one? mvn org.apache.maven.plugins:maven-archetype-plugin:1.0-alpha-7:create -DgroupId=www.signitek.com -DartifactId=demo-osgi-spring -DarchetypeArtifactId -DarchetypeArtifactId=spr

Re: Maven 3.0 Model Builder Build Failure

2009-09-12 Thread Wendy Smoak
On Sat, Sep 12, 2009 at 6:23 PM, Martin Gainty wrote: > Any idea what causes the fail? Probably best to ask on the dev list if you're trying to build from source or using unreleased stuff. -- Wendy - To unsubscribe, e-mail: u

Maven 3.0 Model Builder Build Failure

2009-09-12 Thread Martin Gainty
[INFO] [INFO] Building Maven Model Builder [INFO]task-segment: [install] [INFO] Downloading: file:///D:\Maven-plugin/org/codehaus/plexus/plexus-cont

Cannot find Test after adding maven

2009-09-12 Thread siegfried
I'm running maven 2.1.0 and eclipse 3.5 and the recent maven plugin for eclipse. When I create a simple JUnit 4 unit test, everything works. When I add maven dependency support and try to run the test again, ALT+SHIFT+X T will no longer find the junit test as denoted by the dialog box ("can

Re: Source code distribution plugin?

2009-09-12 Thread UseTheFork
How did I miss that? Thanks !!! UseTheFork -- View this message in context: http://www.nabble.com/Source-code-distribution-plugin--tp25416872p25417046.html Sent from the Maven - Users mailing list archive at Nabble.com. - To

Re: Source code distribution plugin?

2009-09-12 Thread David Hoffer
Yes, this is standard feature of maven. org.apache.maven.plugins maven-source-plugin 2.0.4 jar

Source code distribution plugin?

2009-09-12 Thread UseTheFork
Hi, Is there a Maven puglin to distribute the source code of a project (for example, to create a source.zip artifact)? I can't find anything with googling. Thanks, UseTheFork -- View this message in context: http://www.nabble.com/Source-code-distribution-plugin--tp25416872p25416872.html Sent

Re: Maven site generation is taking 3 hrs

2009-09-12 Thread Olivier Lamy
Use maven-project-info-reports-plugin version 2.1.2. With the following configuration false < dependencyLocationsEnabled>false It will be faster. -- Olivier 2009/9/12 Mr Debasis : > > Hi all, >  I am using maven site:stage goal to generate the site for my proejct. > >  Project structure is like

Maven site generation is taking 3 hrs

2009-09-12 Thread Mr Debasis
Hi all, I am using maven site:stage goal to generate the site for my proejct. Project structure is like below Parent |_module1 | |-module1 pom.xml |_module2 | |_module 2 pom.xml |_module3 | |_module 3 pom.xml | -Parent pom.xml my build is succes

Re: Deprecating and banning artifacts with repository metadata

2009-09-12 Thread Freddy Mallet
Hi, FYI I've created a ticket few months ago to create such Sonar plugin : http://jira.codehaus.org/browse/SONARPLUGINS-41. This Sonar plugin could work like this : 1 - Accept a text list of prohibited dependencies. For instance : libGroupeId1:libArtifactId1:[libScope1]:[libType1]:(,lib

cargo:deploy ear on parent pom

2009-09-12 Thread Filippo De Luca
Hi all, I'm developing a multi module maven project: It is composed by three modules: ejb, war and ear module. The ear pom contains the cargo plugin configuration as follow: jboss51x