Re: Maven Multi-Project - Modules are Numbers when checked out --repl y

2007-08-28 Thread Emmanuel Venisse
 
The problem I have now is when the build fails, say due to a unit test, the

status of the build is SUCCESS.  Although the log states FAILED.
 
Is there some configuration I am missing here or is the problem related to

me setup?


It is a known issue in 2.0.7. http://jira.codehaus.org/browse/MNG-3084

You can update the bat file in your local install as described in the bug and 
it will start working.

Emmanuel



Maven Multi-Project - Modules are Numbers when checked out --repl y

2007-08-23 Thread James Clinton
**In follow up to my own post**
 
I have this working now using [continuum-1.1-beta-2], the key seems to be to
have a overall cvs project wrapping all the sub projects and to alter the
default POM path in the Build Definitions.  
 
The reason for using the alph is because it has been support for Maven2
multi-projects.
 
The problem I have now is when the build fails, say due to a unit test, the
status of the build is SUCCESS.  Although the log states FAILED.
 
Is there some configuration I am missing here or is the problem related to
me setup?
 
regards,
James

   _  

From: James Clinton 
Sent: 23 August 2007 16:40
To: [EMAIL PROTECTED]
Subject: FW: Maven Multi-Project - Modules are Numbers when checked out


( apoligies if you received this twice ) 

Hello,
 
Setting up Continuum for the first time using Maven2 for our builds. (which
is a Multi-Project).
 
Pointed Continuum to the parent POM and this loaded in the projects.  When
running the parent the build fails because it cannot find the child POM in
the working directory.
 
Looking in the directory, the reason is because the checked out folder isnt
the name of the module, but a number:
 
-1   (parent)
-2   (child)
-n
 
If this number was the project name the child POM would of been found.  Is
there some configuration I am missing or is this to do with my setup.  My
Parent module is at the same level as it children if that matters. Parent
POM extract:
 

 ../ProjectAPI
 ../ProjectCore

 
Any help appreciated.
 
Regards,
James.
DISCLAIMER: This e-mail is confidential and may also be legally privileged.
If you are not the intended recipient, use of the information contained in
this e-mail (including disclosure, copying or distribution) is prohibited
and may be unlawful.  Please inform the sender and delete the message
immediately from your system.  This e-mail is attributed to the sender and
may not necessarily reflect the views of the Patsystems Group and no member
of the Patsystems Group accepts any liability for any action taken in
reliance on the contents of this e-mail (other than where it has a legal or
regulatory obligation to do so) or for the consequences of any computer
viruses which may have been transmitted by this e-mail. The Patsystems Group
comprises Patsystems plc and its subsidiary group of companies.


[ANN] Maven Multi-Project Plugin 1.5 for Maven 1.x released

2006-05-07 Thread Lukas Theussl

We are pleased to announce the Maven Multi-Project Plugin 1.5 release!

http://maven.apache.org/maven-1.x/plugins/multiproject/

A plugin to handle the building of multiple projects within maven.

===

Changes in this version include:

  New Features:

o Possibility to re-execute multiproject:projects-init. Fixes
  MPMULTIPROJECT-58. Thanks to Lucas Persson.

  Fixed bugs:

o Error when generating navigation.xml. Fixes MPMULTIPROJECT-63.
o multiproject:clean doesn't remove top target directory. Fixes
  MPMULTIPROJECT-45.
o multiproject:site fails if sub-projects has a & on POM. Fixes
  MPMULTIPROJECT-44.
o Can not mix multiproject goals with other/custom goals. Fixes
  MPMULTIPROJECT-49.

  Changes:

o Update dependencies to match ones in maven 1.1 core and to unify them
  between plugins. The following dependencies are updated : maven v1.0 ->
  v1.0.2 maven-model v3.0.0 -> v3.0.1 velocity v1.4-dev -> v1.4 Fixes
  MAVEN-1712.

===


To automatically install the plugin, type the following on a single line:

maven plugin:download

-Dmaven.repo.remote=http://www.ibiblio.org/maven,http://cvs.apache.org/repository/
  -DgroupId=maven
  -DartifactId=maven-multiproject-plugin
  -Dversion=1.5

For a manual installation, you can download the plugin here:
http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-multiproject-plugin-1.5.jar


Have fun!
-The Maven Multi-Project Plugin development team

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: maven multi project

2005-07-04 Thread Arik Kfir
only way I can think of is create a 'build.properties' file inside 
project A, with the line 'maven.test.skip=true' (without the quotes).



Maven User wrote:


Does anyone know to suppress the Unit Test to a specific project if no
changes made.

Example: 


Project A
Project B depends on Project  A

if i want create a jar for Project B and there's no changes in Project
Core A.  It should test on project B not on project A since there's no
change to it.

Alvin

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



maven multi project

2005-07-04 Thread Maven User
Does anyone know to suppress the Unit Test to a specific project if no
changes made.

Example: 

Project A
Project B depends on Project  A

if i want create a jar for Project B and there's no changes in Project
Core A.  It should test on project B not on project A since there's no
change to it.

Alvin

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [ANN] Maven Multi-Project Plug-in 1.4.1 released

2005-06-07 Thread Brett Porter
It may take a few more hours to filter out to ibiblio. It is available
from the URL provided in the original email, just not by the automated
mechanism.

- Brett

On 6/8/05, Dennis Cook <[EMAIL PROTECTED]> wrote:
> Get a 404 error on the URL 
> http://www.ibiblio.org/maven/maven/plugins/maven-multiproject-plugin-1.4.1.jar
> 
> -Original Message-
> From: Vincent Massol [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, June 07, 2005 1:56 PM
> To: users@maven.apache.org; dev@maven.apache.org
> Subject: [ANN] Maven Multi-Project Plug-in 1.4.1 released
> 
> 
> The maven team is pleased to announce the Maven Multi-Project Plug-in 1.4.1
> release!
> 
> http://maven.apache.org/reference/plugins/multiproject/
> 
> A plugin to handle the building of multiple projects within maven.
> 
> Changes in this version include:
> 
>   Fixed bugs:
> 
> o Set version of the maven-modeldependency to 3.0.0(it was pointing to a
>   SNAPSHOT version).
> 
> To automatically install the plugin, type the following on a single line:
> 
> maven plugin:download
>   -DgroupId=maven
>   -DartifactId=maven-multiproject-plugin
>   -Dversion=1.4.1
> 
> For a manual installation, you can download the plugin here:
> http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-multiproject-plugin-1.4.1.jar
> 
> 
> Have fun!
> -The maven team
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [ANN] Maven Multi-Project Plug-in 1.4.1 released

2005-06-07 Thread Dennis Cook
Get a 404 error on the URL 
http://www.ibiblio.org/maven/maven/plugins/maven-multiproject-plugin-1.4.1.jar

-Original Message-
From: Vincent Massol [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 07, 2005 1:56 PM
To: users@maven.apache.org; dev@maven.apache.org
Subject: [ANN] Maven Multi-Project Plug-in 1.4.1 released


The maven team is pleased to announce the Maven Multi-Project Plug-in 1.4.1 
release! 

http://maven.apache.org/reference/plugins/multiproject/

A plugin to handle the building of multiple projects within maven. 

Changes in this version include:

  Fixed bugs:

o Set version of the maven-modeldependency to 3.0.0(it was pointing to a 
  SNAPSHOT version).  

To automatically install the plugin, type the following on a single line:

maven plugin:download 
  -DgroupId=maven 
  -DartifactId=maven-multiproject-plugin
  -Dversion=1.4.1

For a manual installation, you can download the plugin here:
http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-multiproject-plugin-1.4.1.jar
 

Have fun!
-The maven team
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[ANN] Maven Multi-Project Plug-in 1.4.1 released

2005-06-07 Thread Vincent Massol
The maven team is pleased to announce the Maven Multi-Project Plug-in 1.4.1 
release! 

http://maven.apache.org/reference/plugins/multiproject/

A plugin to handle the building of multiple projects within maven. 

Changes in this version include:

  Fixed bugs:

o Set version of the maven-modeldependency to 3.0.0(it was pointing to a 
  SNAPSHOT version).  

To automatically install the plugin, type the following on a single line:

maven plugin:download 
  -DgroupId=maven 
  -DartifactId=maven-multiproject-plugin
  -Dversion=1.4.1

For a manual installation, you can download the plugin here:
http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-multiproject-plugin-1.4.1.jar
 

Have fun!
-The maven team
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [ANN] Maven Multi-Project Plug-in 1.4 released

2005-06-07 Thread Michael Niemaz

Oops sorry for the misunderstanding.

--mike

Massimo Lusetti wrote:


On 6/7/05, Michael Niemaz <[EMAIL PROTECTED]> wrote:

 


As Brett said:

If you want to hand edit project.xml in your cache to make
"3.0.0-SNAPSHOT" into "3.0.0", that will suffice for now.

It does the trick.
   



Sure, I've already done that.
Just wish to let you know

 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [ANN] Maven Multi-Project Plug-in 1.4 released

2005-06-07 Thread Massimo Lusetti
On 6/7/05, Michael Niemaz <[EMAIL PROTECTED]> wrote:

> As Brett said:
> 
> If you want to hand edit project.xml in your cache to make
> "3.0.0-SNAPSHOT" into "3.0.0", that will suffice for now.
> 
> It does the trick.

Sure, I've already done that.
Just wish to let you know

-- 
Massimo

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [ANN] Maven Multi-Project Plug-in 1.4 released

2005-06-07 Thread Michael Niemaz

As Brett said:

If you want to hand edit project.xml in your cache to make
"3.0.0-SNAPSHOT" into "3.0.0", that will suffice for now.

It does the trick.

--mike

Massimo Lusetti wrote:


On 6/5/05, Vincent Massol <[EMAIL PROTECTED]> wrote:

 


We are pleased to announce the Maven Multi-Project Plug-in 1.4 release!
   



The same error (dep on maven-model-3.0.0-SNAPSHOT) which affect
changelog plugin 1.8 seems to affect this plugin as well.

Anyone else has noticed this ?

 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [ANN] Maven Multi-Project Plug-in 1.4 released

2005-06-07 Thread Massimo Lusetti
On 6/5/05, Vincent Massol <[EMAIL PROTECTED]> wrote:

> We are pleased to announce the Maven Multi-Project Plug-in 1.4 release!

The same error (dep on maven-model-3.0.0-SNAPSHOT) which affect
changelog plugin 1.8 seems to affect this plugin as well.

Anyone else has noticed this ?

-- 
Massimo
http://meridio.blogspot.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[ANN] Maven Multi-Project Plug-in 1.4 released

2005-06-05 Thread Vincent Massol
We are pleased to announce the Maven Multi-Project Plug-in 1.4 release! 

http://maven.apache.org/reference/plugins/multiproject/

A plugin to handle the building of multiple projects within maven. 

Changes in this version include:

  New Features:

o Add multiproject:site-deploy Issue: MPMULTIPROJECT-33. 

  Fixed bugs:

o multiproject:install[-snapshot] and multiproject:deploy[-snapshot] now call 
  plugin:repository-* for plugins instead of plugin:* which are not correct 
o Document multiproject dependency convergence report Issue: 
  MPMULTIPROJECT-41. 

  Changes:

o Make compatible with Maven 1.1 
o Deprecate dependency handle  

To automatically install the plugin, type the following on a single line:

maven plugin:download
  -Dmaven.repo.remote=http://www.ibiblio.org/maven, 
http://cvs.apache.org/repository/
  -DgroupId=maven
  -DartifactId=maven-multiproject-plugin
  -Dversion=1.4

For a manual installation, you can download the plugin here:
http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-multiproject-plugin-1.4.jar
 

Have fun!
-The Maven Multi-Project Plug-in development team
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]