Maven calling maven

2010-05-06 Thread daniel . d . santos
Hello,

I have a project that is using maven. I cannot change this maven projects 
pom's. I need to use a tool that automatically calls maven on a project, 
but I need to execute some custom plugin's first. My idea was to make a 
maven project that would execute those plugins before calling maven on the 
other project I can't change.

Is this a crazy idea ?




This message and any attachments (the "message") is
intended solely for the addressees and is confidential. 
If you receive this message in error, please delete it and 
immediately notify the sender. Any use not in accord with 
its purpose, any dissemination or disclosure, either whole 
or partial, is prohibited except formal approval. The internet
can not guarantee the integrity of this message. 
BNP PARIBAS (and its subsidiaries) shall (will) not 
therefore be liable for the message if modified. 
Do not print this message unless it is necessary,
consider the environment.

-

Ce message et toutes les pieces jointes (ci-apres le 
"message") sont etablis a l'intention exclusive de ses 
destinataires et sont confidentiels. Si vous recevez ce 
message par erreur, merci de le detruire et d'en avertir 
immediatement l'expediteur. Toute utilisation de ce 
message non conforme a sa destination, toute diffusion 
ou toute publication, totale ou partielle, est interdite, sauf 
autorisation expresse. L'internet ne permettant pas 
d'assurer l'integrite de ce message, BNP PARIBAS (et ses
filiales) decline(nt) toute responsabilite au titre de ce 
message, dans l'hypothese ou il aurait ete modifie.
N'imprimez ce message que si necessaire,
pensez a l'environnement.


Re: Maven calling maven

2010-05-06 Thread Stephen Connolly
yes it is a crazy idea... you might get somewher with the invoker plugin...
but realistically you may be better off with ANT, esp if somebody is tieing
your hands behind your back

-Stephen

On 6 May 2010 10:54,  wrote:

> Hello,
>
> I have a project that is using maven. I cannot change this maven projects
> pom's. I need to use a tool that automatically calls maven on a project,
> but I need to execute some custom plugin's first. My idea was to make a
> maven project that would execute those plugins before calling maven on the
> other project I can't change.
>
> Is this a crazy idea ?
>
>
>
>
> This message and any attachments (the "message") is
> intended solely for the addressees and is confidential.
> If you receive this message in error, please delete it and
> immediately notify the sender. Any use not in accord with
> its purpose, any dissemination or disclosure, either whole
> or partial, is prohibited except formal approval. The internet
> can not guarantee the integrity of this message.
> BNP PARIBAS (and its subsidiaries) shall (will) not
> therefore be liable for the message if modified.
> Do not print this message unless it is necessary,
> consider the environment.
>
>-
>
> Ce message et toutes les pieces jointes (ci-apres le
> "message") sont etablis a l'intention exclusive de ses
> destinataires et sont confidentiels. Si vous recevez ce
> message par erreur, merci de le detruire et d'en avertir
> immediatement l'expediteur. Toute utilisation de ce
> message non conforme a sa destination, toute diffusion
> ou toute publication, totale ou partielle, est interdite, sauf
> autorisation expresse. L'internet ne permettant pas
> d'assurer l'integrite de ce message, BNP PARIBAS (et ses
> filiales) decline(nt) toute responsabilite au titre de ce
> message, dans l'hypothese ou il aurait ete modifie.
> N'imprimez ce message que si necessaire,
> pensez a l'environnement.
>


maven-eclipse-plugin:to-maven

2011-05-14 Thread Stefan Eder

 Hi,

First: Thanks!
I am using Maven since years and my enthusiasm is still growing, on an 
already very high level.

Very fine work, great software, makes software development a pleasure.

On of the things I appreciate very much, working with Maven, Eclipse and 
M2E is "sources at your fingertips".

Occasionally I am using a debugger ;~)

And that is also the reason for my suggestion to improve 
maven-eclipse-plugin: I have noticed, that the to-maven goal of the 
maven-eclipse-plugin does not honour Eclipse sources as sources.


In the Eclipse nomenclature the symbolic name of a source bundle is the 
symbolic name of the corresponding binary bundle suffixed with ".source".
maven-eclipse-plugin:to-maven derives the groupId and artifactId from 
the bundles symbolic name by taking the right part of the symbolic name 
split by the last dot as artifactId and the left part as groupId.
So far so good, but in case of a source bundle, it should cut of the 
".source" suffix before and install/deploy the bundle as secondary 
artifact with classifier "sources".
One consequence of the actual plugins behaviour is, that each and every 
source bundle gets the artifactId "source".
I made a q&d hack with the plugin and was surprised how well it worked 
for me.
The hack filters out source bundles from the file list for primary 
artifact candidates and puts them in a map for later retrieval.
Then for each primary (binary) artifact it looks into that map, and if 
found attaches the jar as secondary artifact with classifier sources and 
removes it from the map.
And, that was the surprise, at the end, the map was empty. And I got 
what I wanted, Eclipse bundles as Maven artifacts with the sources attached.


If you are interested, I can send you the hack and spend some more time 
to make it more reliable and introduce some comments.


Stefan


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Invoking maven from maven

2006-04-09 Thread Marco Tedone
Hi, I'm in the need of invoking Maven from withing a maven.xml. This is the 
scenario:


Folder A contains project.xml and maven.xml
Folder B, subdirectory of A, contains the whole maven project which I want 
to build. I would need to invoke a goal in B from maven.xml in A.


I couldn't find anything out there which would let me obtain this. Could you 
recommend a solution?


Many thanks.

Marco 



---
[This E-mail has been scanned for viruses but it is your responsibility 
to maintain up to date anti virus software on the device that you are

currently using to read this email. ]


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



[ANN] Maven/Maven Plugins/Maven Shared Components Parent POMs

2011-08-19 Thread Hervé Boutemy
The Maven team is pleased to announce the release of the parent POMs for Maven 
projects: version 21 for Maven parent, version 22 for Maven Plugins parent and 
version 17 for Maven Shared Components parent.

http://maven.apache.org/pom/maven/
http://maven.apache.org/pom/maven-plugins/
http://maven.apache.org/pom/maven-shared-commonents/


Release Notes - Maven POMs - Version MAVEN-21

** Bug
* [MPOM-13] - Java 5 compiler settings is only in quality-checks profile: 
should be in the default config
* [MPOM-19] - Cannot stage site documentation with Maven 3.0.x

** Improvement
* [MPOM-14] - make reporting and quality checks plugin Java 5 compatible
* [MPOM-15] - code generation plugins should generate Java 5 sources by 
default
* [MPOM-17] - set detectLinks=true for javadoc plugin
* [MPOM-18] - add plexus and maven plugins taglets to javadoc configuration
* [MPOM-20] - Maven Parent Pom should be properly documented
* [MPOM-26] - add Sonar report configuration to ASF Sonar instance

** New Feature
* [MPOM-25] - add Findbugs to reporting profile

** Wish
* [MPOM-16] - move modello and plexus plugins from ASF-wide parent pom to 
Maven parent
* [MPOM-23] - move maven-site-plugin configuration for Maven 3 from maven-
parent to asf-parent


Release Notes - Maven POMs - Version MAVEN-PLUGINS-22

** Bug
* [MPOM-13] - Java 5 compiler settings is only in quality-checks profile: 
should be in the default config

** Improvement
* [MPOM-14] - make reporting and quality checks plugin Java 5 compatible
* [MPOM-15] - code generation plugins should generate Java 5 sources by 
default
* [MPOM-17] - set detectLinks=true for javadoc plugin
* [MPOM-26] - add Sonar report configuration to ASF Sonar instance

** New Feature
* [MPOM-25] - add Findbugs to reporting profile

** Wish
* [MPOM-21] - share run-its profile with common invoker plugin configuration


Release Notes - Maven POMs - Version MAVEN-SHARED-17

** Bug
* [MPOM-13] - Java 5 compiler settings is only in quality-checks profile: 
should be in the default config

** Improvement
* [MPOM-14] - make reporting and quality checks plugin Java 5 compatible
* [MPOM-15] - code generation plugins should generate Java 5 sources by 
default
* [MPOM-17] - set detectLinks=true for javadoc plugin
* [MPOM-26] - add Sonar report configuration to ASF Sonar instance

** New Feature
* [MPOM-25] - add Findbugs to reporting profile

** Wish
* [MPOM-24] - add documentation for maven shared components like other 
parent poms


Enjoy,

-The Maven team

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



maven archiva vs. maven repo

2008-04-11 Thread Peter Horlock
Hi,

could anyone explain to me the difference between maven archiva and a
regular maven repository?
The explanation I found on the site was pretty short -

"With Archiva, you can share artifacts with other developers..."
Isn't that exactly what the regular maven repository does?

So why / when / what for should I use Archiva??

Thanks in advance,

Peter


maven 2.1 or maven 3.0

2009-02-04 Thread Jason Chaffee
Is there a timeline for a release and there anywhere I can find documentation 
on the new features/improvements/changes in said release?

regards,

Jason

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Building Maven Without Maven Installed

2010-06-11 Thread christianto hendri
hi , i have 2 problem here could you help me:
1 . i need the maven snapshot because netbeans only can use maven release
3.0 and snapshot version , i have try with 3.0 beta version and i still
can't create a maven project , where i can download it

2. i have read the guide to build maven without maven installed but i'cant
understand when i enter command ant it's find build.xml , how can i create
this build.xml so i can make maven snapshot , i am still new to maven and
ant  so i didn't understand it

thanks for your attention


Maven release plugin forking maven

2010-08-04 Thread Jason Perry
Hi,

I am using the maven release plugin in teamcity and when I call the 
release:perform it fails because the teamcity maven plugin contains mvn but not 
with an executable bit thus causing the perform to fail because of permission 
problems.  The workaround was to go on the box and set the executable bit with 
chmod but this is only temporary.  I could also set my M2_HOME to something 
outside of teamcity but that isn't ideal.  Anybody out there run into a similar 
issue.  Is there a way to prevent the forking of a new maven process?  Here is 
the failure:

[15:20:41]: [INFO] Executing goals 'deploy'...
[15:20:41]: [INFO] /bin/sh: /opt/packages/teamcity/plugins/maven/bin/mvn: 
Permission denied


Thanks,   
-- Jay

Maven 3 - Maven Validation Level

2011-05-11 Thread Karl Heinz Marbaise
Hi to all,

i saw in Jenkins that it is possible to change the  "Maven Validation
Level". This possible cause Jenkins uses an embedded Maven for running jobs.

So the questions is:

Does exist a possibility to change the Maven Validation Level on command
line via a property etc. ? for Maven 3.0.3 ? 

This is particular interesstion for checking POM problem duplicate
definitions of dependencies, plugins etc. or missing versions...

Kind regards
Karl Heinz Marbaise



-
Kind regards
Karl Heinz Marbaise

http://www.soebes.de
http://www.skmwiki.de
http://supose.org/wiki/supose
--
View this message in context: 
http://maven.40175.n5.nabble.com/Maven-3-Maven-Validation-Level-tp4387400p4387400.html
Sent from the Maven - Users mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: maven-eclipse-plugin:to-maven

2011-05-14 Thread Barrie Treloar
On Sun, May 15, 2011 at 12:54 AM, Stefan Eder  wrote:
>  Hi,
>
> First: Thanks!
> I am using Maven since years and my enthusiasm is still growing, on an
> already very high level.
> Very fine work, great software, makes software development a pleasure.
>
> On of the things I appreciate very much, working with Maven, Eclipse and M2E
> is "sources at your fingertips".
> Occasionally I am using a debugger ;~)
>
> And that is also the reason for my suggestion to improve
> maven-eclipse-plugin: I have noticed, that the to-maven goal of the
> maven-eclipse-plugin does not honour Eclipse sources as sources.
>
> In the Eclipse nomenclature the symbolic name of a source bundle is the
> symbolic name of the corresponding binary bundle suffixed with ".source".
> maven-eclipse-plugin:to-maven derives the groupId and artifactId from the
> bundles symbolic name by taking the right part of the symbolic name split by
> the last dot as artifactId and the left part as groupId.
> So far so good, but in case of a source bundle, it should cut of the
> ".source" suffix before and install/deploy the bundle as secondary artifact
> with classifier "sources".
> One consequence of the actual plugins behaviour is, that each and every
> source bundle gets the artifactId "source".
> I made a q&d hack with the plugin and was surprised how well it worked for
> me.
> The hack filters out source bundles from the file list for primary artifact
> candidates and puts them in a map for later retrieval.
> Then for each primary (binary) artifact it looks into that map, and if found
> attaches the jar as secondary artifact with classifier sources and removes
> it from the map.
> And, that was the surprise, at the end, the map was empty. And I got what I
> wanted, Eclipse bundles as Maven artifacts with the sources attached.
>
> If you are interested, I can send you the hack and spend some more time to
> make it more reliable and introduce some comments.

to-maven is a hack and not well supported.

The mapping from Eclipse OSGi bundles to Maven needs a lot more work,
there should be plenty of archives about this topic.

Work is being done with Eclipse to help them populate a maven
repository from the ant generated artifacts.
A first cut of exposing Eclipse artifacts is available at
https://repository.sonatype.org/content/repositories/eclipse but it
only contains 3.2 and 3.3 artifacts from the looks.

But we have been waiting many years to get this solved properly.

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Maven 2 -> Maven 1 converter

2007-08-21 Thread nick_stolwijk
I have found the maven 2 plugin to convert a project.xml (maven 1) to a pom.xml 
(maven 2). Is there also a maven 1 or maven 2 plugin, which converts a pom.xml 
to a project.xml?

With regards,

Nick Stolwijk


Maven 3.0.4 + Maven Project + Modules

2012-12-12 Thread Marcos Mendez

Does anyone know to get children modules as MavenProjects?

I'm building a plugin. I've already created something to find the parent 
project from any child project. Now I want to find a specific project by group 
and artifact ids. So I need to traverse the hierarchy from any child module. I 
can go up, but I need to be able to get the child modules as projects and 
repeat the process recursively.
-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Maven 3.0.4 + Maven Project + Modules

2012-12-13 Thread Marcos Mendez

Does anyone know to get children modules as MavenProjects?

I'm building a plugin. I've already created something to find the parent 
project from any child project. Now I want to find a specific project by group 
and artifact ids. So I need to traverse the hierarchy from any child module. I 
can go up, but I need to be able to get the child modules as projects and 
repeat the process recursively.
-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



RE: [maven] Security Questions - Maven

2018-11-26 Thread Jason Pyeron
See responses inline.

> -Original Message-
> From: Jack O'Connor [mailto:jackoc...@verizon.net]
> Sent: Monday, November 26, 2018 9:11 PM
> To: users@maven.apache.org
> Subject: [maven] Security Questions - Maven
> 
> Hello,
> 
> 
> 
> My company is considering using Apache Maven but I need some answers to
> some
> security questions.  I hope someone out there can help me out.
> 
> 
> 
> 1) Is the software compliant with U.S. Federal Information Processing
> Standard (FIPS) 140-2?
> 

You will need to use a compliant or certified JRE/JDK configuration. Maven 
inherits the status of the JVM.

> 2) Is any third party software bundled with the software?

Please refer to the lib directory for all 3rd party libraries. There are no 
third party executables.

> 
> 3) Can the software export security related audit trails to external
> collection systems, such as syslog or ArcSight?

Yes, you will need to ensure the logging properties are configured to do so.

> 
> 5) Are user accounts required or optional?
> 

Not applicable.

> 
> 
> Thank you!
> 
> 
> 
> Jack



-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Invoking maven from maven

2006-04-09 Thread Arnaud HERITIER
You can use the maven tag
http://maven.apache.org/maven-1.x/tags.html#maven:maven

Arnaud

On 4/9/06, Marco Tedone <[EMAIL PROTECTED]> wrote:
>
> Hi, I'm in the need of invoking Maven from withing a maven.xml. This is
> the
> scenario:
>
> Folder A contains project.xml and maven.xml
> Folder B, subdirectory of A, contains the whole maven project which I want
> to build. I would need to invoke a goal in B from maven.xml in A.
>
> I couldn't find anything out there which would let me obtain this. Could
> you
> recommend a solution?
>
> Many thanks.
>
> Marco
>
>
> ---
> [This E-mail has been scanned for viruses but it is your responsibility
> to maintain up to date anti virus software on the device that you are
> currently using to read this email. ]
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


Re: Invoking maven from maven

2006-04-09 Thread Marco Tedone
I found  a solution. I use the multiproject goal to invoke the build process 
on Folder B from Folder A.
- Original Message - 
From: "Marco Tedone" <[EMAIL PROTECTED]>

To: "Maven-Users" 
Sent: Sunday, April 09, 2006 4:09 PM
Subject: Invoking maven from maven


Hi, I'm in the need of invoking Maven from withing a maven.xml. This is 
the scenario:


Folder A contains project.xml and maven.xml
Folder B, subdirectory of A, contains the whole maven project which I want 
to build. I would need to invoke a goal in B from maven.xml in A.


I couldn't find anything out there which would let me obtain this. Could 
you recommend a solution?


Many thanks.

Marco

---
[This E-mail has been scanned for viruses but it is your responsibility to 
maintain up to date anti virus software on the device that you are

currently using to read this email. ]


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





---
[This E-mail has been scanned for viruses but it is your responsibility 
to maintain up to date anti virus software on the device that you are

currently using to read this email. ]


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



Re: Invoking maven from maven

2006-04-09 Thread Marco Tedone

Thank you. That solved the problem brilliantly.
- Original Message - 
From: "Arnaud HERITIER" <[EMAIL PROTECTED]>

To: "Maven Users List" 
Sent: Sunday, April 09, 2006 10:42 PM
Subject: Re: Invoking maven from maven


You can use the maven tag
http://maven.apache.org/maven-1.x/tags.html#maven:maven

Arnaud

On 4/9/06, Marco Tedone <[EMAIL PROTECTED]> wrote:


Hi, I'm in the need of invoking Maven from withing a maven.xml. This is
the
scenario:

Folder A contains project.xml and maven.xml
Folder B, subdirectory of A, contains the whole maven project which I want
to build. I would need to invoke a goal in B from maven.xml in A.

I couldn't find anything out there which would let me obtain this. Could
you
recommend a solution?

Many thanks.

Marco


---
[This E-mail has been scanned for viruses but it is your responsibility
to maintain up to date anti virus software on the device that you are
currently using to read this email. ]


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





---
[This E-mail has been scanned for viruses but it is your responsibility 
to maintain up to date anti virus software on the device that you are

currently using to read this email. ]


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



Installing Maven WAS: Building Maven

2003-11-05 Thread Brett Porter
Much more information needed. The installation doco is designed to help get
started. What did you try, and wht didn't work?

> -Original Message-
> From: Rauf, Saleem [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, 6 November 2003 11:00 AM
> To: Maven Users List
> Subject: RE: Building Maven
> 
> 
> Hi All,
> 
> I am new to Maven, I tired to follow online doc to install 
> it, it didn't work. Can some help me get started.
> 
> Thanks,
> Saleem
> 


Maven & cruisecontrol & logging maven output

2004-01-30 Thread kai lilleby
Does any one know how to pipe mavens out put (the stuff that is writte
to stdout when running maven) so that it can be fetched by cruisecontrol
during automated builds? 

Something like ANTs logger functionality would have been nice :)


--
Kai Lilleby

mob: 930 22 179
[EMAIL PROTECTED]
www.systemfabrikken.no
 


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



Maven

2007-03-20 Thread ALACHARI SALAH
Hello, 

I inherited beautiful CD which contains the source code of a project builds
with Maven2, the project is to constitute several sub-projects, in each
project there are the files "maven.xml and projet.xml". I would like to know
which is the procedure to rebuild this project knowing that I installed
Maven and the plugin maven for eclipse. 

Thank you in advance

 



maven

2007-09-09 Thread priyadarshini

help me,i am  getting this error when i am trying to run examples using
maven,if any body has got this previously pls help me

D:\apps\Apache\servicemix\examples\basic>mvn jbi:embeddedServicemix
[INFO] Scanning for projects...
Downloading:
http://people.apache.org/repo/m2-incubating-repository/org/apache/s
ervicemix/samples/3.1.1-incubating/samples-3.1.1-incubating.pom
Downloading:
http://repo1.maven.org/maven2/org/apache/servicemix/samples/3.1.1-i
ncubating/samples-3.1.1-incubating.pom
[INFO]

[ERROR] FATAL ERROR
[INFO]

[INFO] Failed to resolve artifact.

GroupId: org.apache.servicemix
ArtifactId: samples
Version: 3.1.1-incubating

Reason: Unable to download the artifact from any repository

  org.apache.servicemix:samples:pom:3.1.1-incubating

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  apache.incubating (http://people.apache.org/repo/m2-incubating-repository)
-- 
View this message in context: 
http://www.nabble.com/maven-tf4412376s177.html#a12587095
Sent from the Maven - Users mailing list archive at Nabble.com.


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



Maven

2013-03-18 Thread Martin Gainty
Think of it this way

what do you want to do with the URL?

 the url will be used as a SOURCE REPOSITORY for your compiler to extract
its artifacts
 the url will be used as one of PLUGIN REPOSITORYs where you will download
your plugins
 the url will be used as the URL as a PRIVATE LOCAL REPOSITORY to upload
your deployables

 you can see a URL is contextually sensitive to what its being used for by
which MAVEN Phase

 This will give you an understanding of Maven Repositories
http://maven.apache.org/guides/introduction/introduction-to-repositories.html

 The intent is not to introduce documentation and or processes you will
never use

The intent of Maven is allow you to use the Maven lifecycle to flex your
build configurations for any environment
and to enable you to control the build with custom configurations and
custom plugins

 Martin Gainty
__
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité

 Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene
Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte
Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht
dient lediglich dem Austausch von Informationen und entfaltet keine
rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von
E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.

Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le
destinataire prévu, nous te demandons avec bonté que pour satisfaire
informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie
de ceci est interdite. Ce message sert à l'information seulement et n'aura
pas n'importe quel effet légalement obligatoire. Étant donné que les email
peuvent facilement être sujets à la manipulation, nous ne pouvons accepter
aucune responsabilité pour le contenu fourni.


maven

2012-02-13 Thread Jorge Infante Osorio
Hi all.

It´s possible to configure the DarchetypeCatalog and DarchetypeRepository
parameters inside a maven repository management like Apache Archiva?  Not in
the client settings.xml in the local repo.

I need to do that because the Archiva Server have full internet access to
download an archetype configuration, but the maven client don´t have
internet access.

Any idea?

Saludos,
Ing. Jorge Infante Osorio.
J´Dpto Soluciones SOA.
CDAE.
Fac. 5.
UCI.





Fin a la injusticia, LIBERTAD AHORA A NUESTROS CINCO COMPATRIOTAS QUE SE 
ENCUENTRAN INJUSTAMENTE EN PRISIONES DE LOS EEUU!
http://www.antiterroristas.cu
http://justiciaparaloscinco.wordpress.com

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Maven

2006-03-17 Thread A S Praj
Hi Team,
   Am very new to Build as well as Maven. I managed to compile a source
using mvn compile
   When I try to do test i.e mvn test am getting the following Error

RUN ABORTED
java.lang.NoSuchMethodException
org.apache.maven.surefire.Runner
An exception or error caused a run to abort.
org.apache.commons.beanutils.TestBeanPackageSubclass.()

what could be the problem.

If any one can help me out in this that will be great help for me to Explore
more things

Regards


A.S.P. Raj


Maven

2004-10-18 Thread Manoj . Thomas
Hi,

Am a newbie to Maven, and I was trying to setup a project build system.

I understand that the goals has to be redifined/modified using maven.xml if the target 
path (classes dir) is different from the default one. How can i do that? any good 
place to refer?

and more over can I pass the directory path as a runtime argument when calling maven?

Many Thanks,
Manoj

Visit our website at http://www.ubs.com

This message contains confidential information and is intended only
for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please
notify the sender immediately by e-mail if you have received this
e-mail by mistake and delete this e-mail from your system.

E-mail transmission cannot be guaranteed to be secure or error-free
as information could be intercepted, corrupted, lost, destroyed,
arrive late or incomplete, or contain viruses.  The sender therefore
does not accept liability for any errors or omissions in the contents
of this message which arise as a result of e-mail transmission.  If
verification is required please request a hard-copy version.  This
message is provided for informational purposes and should not be
construed as a solicitation or offer to buy or sell any securities or
related financial instruments.


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



maven 2.0.6 and xdoclet-maven-plugin

2007-04-04 Thread Przemyslaw Madzik

Hello,

I have problem with maven 2.0.6 and xdoclet-maven-plugin (1.0-alpha-2).

After creating simple project (mvn archetype:create
-DgroupId=com.mycompany.app -DartifactId=my-app)
and adding following section to pom.xml:




org.codehaus.mojo
xdoclet-maven-plugin
1.0-alpha-2


generate-sources

xdoclet




Hello world!









i get this output (mvn generate-sources):

[INFO] Scanning for projects...
[INFO]

[INFO] Building my-app
[INFO]task-segment: [generate-sources]
[INFO]

[WARNING] While downloading servletapi:servletapi:2.3
  This artifact has been relocated to javax.servlet:servlet-api:2.3.


-
this realm = app0.child-container[org.codehaus.mojo:xdoclet-maven-plugin]
urls[0] = file:/C:/Documents and
Settings/pmadzik/.m2/repository/org/codehaus/mojo/xdoclet-maven-plugin/1.0-alpha-2/xdoclet-maven-plugin-1.0-alpha-2.jar
urls[1] = file:/C:/Documents and
Settings/pmadzik/.m2/repository/xdoclet/xdoclet-wsee-module/1.2.3/xdoclet-wsee-module-1.2.3.jar
urls[2] = file:/C:/Documents and
Settings/pmadzik/.m2/repository/xdoclet/xdoclet-jboss-module/1.2.3/xdoclet-jboss-module-1.2.3.jar
urls[3] = file:/C:/Documents and
Settings/pmadzik/.m2/repository/junit/junit/3.8.1/junit-3.8.1.jar
urls[4] = file:/C:/Documents and
Settings/pmadzik/.m2/repository/xdoclet/xdoclet-orion-module/1.2.3/xdoclet-orion-module-1.2.3.jar
urls[5] = file:/C:/Documents and
Settings/pmadzik/.m2/repository/xdoclet/xdoclet-xdoclet-module/1.2.3/xdoclet-xdoclet-module-1.2.3.jar
urls[6] = file:/C:/Documents and
Settings/pmadzik/.m2/repository/xdoclet/xdoclet-ibm-module/1.2.3/xdoclet-ibm-module-1.2.3.jar
urls[7] = file:/C:/Documents and
Settings/pmadzik/.m2/repository/xdoclet/xdoclet-jmx-module/1.2.3/xdoclet-jmx-module-1.2.3.jar
urls[8] = file:/C:/Documents and
Settings/pmadzik/.m2/repository/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar
urls[9] = file:/C:/Documents and
Settings/pmadzik/.m2/repository/commons-collections/commons-collections/2.1/commons-collections-2.1.jar
urls[10] = file:/C:/Documents and
Settings/pmadzik/.m2/repository/ant/ant/1.5.2/ant-1.5.2.jar
urls[11] = file:/C:/Documents and
Settings/pmadzik/.m2/repository/xdoclet/xdoclet-apache-module/1.2.3/xdoclet-apache-module-1.2.3.jar
urls[12] = file:/C:/Documents and
Settings/pmadzik/.m2/repository/xdoclet/xdoclet-objectweb-module/1.2.3/xdoclet-objectweb-module-1.2.3.jar
urls[13] = file:/C:/Documents and
Settings/pmadzik/.m2/repository/ant/ant-launcher/1.6.5/ant-launcher-1.6.5.jar
urls[14] = file:/C:/Documents and
Settings/pmadzik/.m2/repository/xdoclet/xdoclet-fr_FR-locale/1.2.3/xdoclet-fr_FR-locale-1.2.3.jar
urls[15] = file:/C:/Documents and
Settings/pmadzik/.m2/repository/org/apache/maven/plugins/maven-antrun-plugin/1.0/maven-antrun-plugin-1.0.jar
urls[16] = file:/C:/Documents and
Settings/pmadzik/.m2/repository/xdoclet/xdoclet-java-module/1.2.3/xdoclet-java-module-1.2.3.jar
urls[17] = file:/C:/Documents and
Settings/pmadzik/.m2/repository/xdoclet/xdoclet-exolab-module/1.2.3/xdoclet-exolab-module-1.2.3.jar
urls[18] = file:/C:/Documents and
Settings/pmadzik/.m2/repository/xdoclet/xdoclet-mvcsoft-module/1.2.3/xdoclet-mvcsoft-module-1.2.3.jar
urls[19] = file:/C:/Documents and
Settings/pmadzik/.m2/repository/xdoclet/xdoclet-bea-module/1.2.3/xdoclet-bea-module-1.2.3.jar
urls[20] = file:/C:/Documents and
Settings/pmadzik/.m2/repository/xdoclet/xdoclet-sun-module/1.2.3/xdoclet-sun-module-1.2.3.jar
urls[21] = file:/C:/Documents and
Settings/pmadzik/.m2/repository/xdoclet/xdoclet-spring-module/1.2.3/xdoclet-spring-module-1.2.3.jar
urls[22] = file:/C:/Documents and
Settings/pmadzik/.m2/repository/xdoclet/xdoclet-de-locale/1.2.3/xdoclet-de-locale-1.2.3.jar
urls[23] = file:/C:/Documents and
Settings/pmadzik/.m2/repository/jboss/jboss-j2ee/3.2.1/jboss-j2ee-3.2.1.jar
urls[24] = file:/C:/Documents and
Settings/pmadzik/.m2/repository/xdoclet/xdoclet-caucho-module/1.2.3/xdoclet-caucho-module-1.2.3.jar
urls[25] = file:/C:/Documents and
Settings/pmadzik/.m2/repository/javax/servlet/servlet-api/2.3/servlet-api-2.3.jar
urls[26] = file:/C:/Documents and
Settings/pmadzik/.m2/repository/xdoclet/xdoclet-web-module/1.2.3/xdoclet-web-module-1.2.3.jar
urls[27] = file:/C:/Documents and
Settings/pmadzik/.m2/repository/xdoclet/xdoclet-jdo-module/1.2.3/xdoclet-jdo-module-1.2.3.jar
urls[28] = file:/C:/Documents and
Settings/pmadzik/.m2/repository/xdoclet/xdoclet-tjdo-module/1.2.3/xdoclet-tjdo-module-1.2.3.jar
urls[29

maven 3 and maven-bundle-plugin

2009-10-21 Thread Mark Derricutt
Hey all,

Just started testing maven 3 on our builds and noticed that it's causing
some weirdness with the maven-bundle-plugin, in that my manifest doesn't
seem to export all the desired packages anymore.

i.e. I had exported org.hibernate.*  - under maven 2.2.1 this would also
export org.hibernate.envers, org.hibernate.search and any sub-package, under
maven 3 I seem to only get org.hibernate exported.

Anyone else seen this behavior?  I'll see if I isolate exactly whats going
on.

-- 
Pull me down under...


Re: maven archiva vs. maven repo

2008-04-11 Thread Mick Knutson
if you have a maven repo, you have a LOCAL repo only. Now if you have a
team, and want to setup a central repo and not use all the other external
repo's (maven, codehaus, apache, jboss etc...), then you can have a central
remote repo yourself with maven-proxy, or archiva.


On Fri, Apr 11, 2008 at 8:38 AM, Peter Horlock <[EMAIL PROTECTED]>
wrote:

> Hi,
>
> could anyone explain to me the difference between maven archiva and a
> regular maven repository?
> The explanation I found on the site was pretty short -
>
> "With Archiva, you can share artifacts with other developers..."
> Isn't that exactly what the regular maven repository does?
>
> So why / when / what for should I use Archiva??
>
> Thanks in advance,
>
> Peter
>



-- 
Thanks,
Mick Knutson

http://www.baselogic.com
http://www.blincmagazine.com
http://www.linkedin.com/in/mickknutson
http://www.djmick.com
http://www.myspace.com/mickknutson
http://www.myspace.com/BLiNCMagazine
http://tahoe.baselogic.com
---


Re: maven archiva vs. maven repo

2008-04-11 Thread Dennis Lundberg

We a few things written about this at:

  http://maven.apache.org/repository-management.html

Peter Horlock wrote:

Hi,

could anyone explain to me the difference between maven archiva and a
regular maven repository?
The explanation I found on the site was pretty short -

"With Archiva, you can share artifacts with other developers..."
Isn't that exactly what the regular maven repository does?

So why / when / what for should I use Archiva??

Thanks in advance,

Peter




--
Dennis Lundberg

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



RE: maven archiva vs. maven repo

2008-04-11 Thread nicklist
What do you mean by a "regular repository"?

If you are using a filesystem on a server and deploying to there with mvn 
deploy, you virtually have an inhouse repository like archiva offers, without 
the management like snapshot purging, access control (who may read/write), 
search for artifacts. Also, Archiva works as a mirror proxy, so each artifact 
you look up on the archiva repository, which isn't found, Archiva will pull it 
from central (or any other configured repository) and store it locally for 
other developers, who may need that artifact, so your internet connection and 
central are less used.

So in short, it offers a "few" extra options. ;)

Hth,

Nick S.


-Original Message-
From: Peter Horlock [mailto:[EMAIL PROTECTED]
Sent: Fri 4/11/2008 17:38
To: users@maven.apache.org
Subject: maven archiva vs. maven repo
 
Hi,

could anyone explain to me the difference between maven archiva and a
regular maven repository?
The explanation I found on the site was pretty short -

"With Archiva, you can share artifacts with other developers..."
Isn't that exactly what the regular maven repository does?

So why / when / what for should I use Archiva??

Thanks in advance,

Peter



Re: maven archiva vs. maven repo

2008-04-11 Thread Peter Horlock
Well, we've got Maven running on a remote server, and I set this as our
maven remote server.
As far as I know we don't have additional proxy or so running.

So I still don't know why I would need archiva.


Peter


Re: maven archiva vs. maven repo

2008-04-11 Thread Peter Horlock
What's "snapshot purging"???
"access control (who may read/write), search for artifacts" - do you define
this for each file, or just general "read" access vs general "write" access?

>Archiva works as a mirror proxy, so each artifact you look up on the
archiva repository, which isn't found, Archiva will pull it from central (or
any other >configured repository)

And all this works automatically, so I just could use whatever dependency
the maven remote repo offers, and it would be downloaded just in time if not
present? That sound cool.

So if Archiva offers all these things - why isn't the maven repo using it???
(http://repo1.maven.org/maven2/)
Are there (better) alternatives to Archiva?

Thanks in advance,

Peter


RE: maven archiva vs. maven repo

2008-04-11 Thread nicklist
> What's "snapshot purging"???
If you have an internal development team which uses the repository and you make 
a new release of a component, most of the time the snapshots for that component 
are no longer needed. Archiva can delete the snapshots for a specific version 
or after a specific amount of time. It saves diskspace. ;)

>And all this works automatically, so I just could use whatever dependency
>the maven remote repo offers, and it would be downloaded just in time if not
>present? That sound cool.

Yes, and it will also be present when another developer wants to get it.

> So if Archiva offers all these things - why isn't the maven repo using it???
> (http://repo1.maven.org/maven2/)

Because they don't need snapshot purging (it doesn't contain snapshots), access 
control is done by ssh accounts and generally, with the amount of traffic 
central has, you don't want a sophisticated system like archive, but just a 
fast system like apache (I guess they use that).

Hth,

Nick S.

-Original Message-
From: Peter Horlock [mailto:[EMAIL PROTECTED]
Sent: Fri 4/11/2008 17:57
To: Maven Users List
Subject: Re: maven archiva vs. maven repo
 

"access control (who may read/write), search for artifacts" - do you define
this for each file, or just general "read" access vs general "write" access?

>Archiva works as a mirror proxy, so each artifact you look up on the
archiva repository, which isn't found, Archiva will pull it from central (or
any other >configured repository)

And all this works automatically, so I just could use whatever dependency
the maven remote repo offers, and it would be downloaded just in time if not
present? That sound cool.

So if Archiva offers all these things - why isn't the maven repo using it???
(http://repo1.maven.org/maven2/)
Are there (better) alternatives to Archiva?

Thanks in advance,

Peter



RE: maven archiva vs. maven repo

2008-04-11 Thread nicklist
This is a very common pitfall Maven users can fall in.

You are using a local repository as remote repository. I thought there was some 
information on the maven site about the differences between remote and local 
repositories, but the most important one is:

A local repository stores snapshots different than a remote one. If you use a 
local repository as a remote repository, Maven can't tell that a snapshot 
artifact has changed, so you won't get the newer snapshot. (You can only get 
the newer one, if you manually remove the snapshot from your own local 
repository. This can be very tricky)

Hth,

Nick S.


-Original Message-
From: Peter Horlock [mailto:[EMAIL PROTECTED]
Sent: Fri 4/11/2008 17:51
To: Maven Users List
Subject: Re: maven archiva vs. maven repo
 
Well, we've got Maven running on a remote server, and I set this as our
maven remote server.
As far as I know we don't have additional proxy or so running.

So I still don't know why I would need archiva.


Peter



Re: maven archiva vs. maven repo

2008-04-11 Thread Jason van Zyl
The best description of why repository managers exist and why you  
should use one is here:


http://www.sonatype.com/book/reference/repository-manager.html#

On 11-Apr-08, at 8:38 AM, Peter Horlock wrote:

Hi,

could anyone explain to me the difference between maven archiva and a
regular maven repository?
The explanation I found on the site was pretty short -

"With Archiva, you can share artifacts with other developers..."
Isn't that exactly what the regular maven repository does?

So why / when / what for should I use Archiva??

Thanks in advance,

Peter


Thanks,

Jason

--
Jason van Zyl
Founder,  Apache Maven
jason at sonatype dot com
--

A man enjoys his work when he understands the whole and when he
is responsible for the quality of the whole

-- Christopher Alexander, A Pattern Language 





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



Re: maven archiva vs. maven repo

2008-04-11 Thread Trevor Torrez
On Fri, Apr 11, 2008 at 12:33 PM,  <[EMAIL PROTECTED]> wrote:
> This is a very common pitfall Maven users can fall in.
>
>  You are using a local repository as remote repository. I thought there was 
> some information on the maven site about the differences between remote and 
> local repositories, but the most important one is:
>
>  A local repository stores snapshots different than a remote one. If you use 
> a local repository as a remote repository, Maven can't tell that a snapshot 
> artifact has changed, so you won't get the newer snapshot. (You can only get 
> the newer one, if you manually remove the snapshot from your own local 
> repository. This can be very tricky)
>
>
>  Hth,
>
>  Nick S.
>
>  [snip]

Maybe the problem is terminology. To me "local repository" means "a
repository stored locally"; e.g.: if I mirror the central repo on my
hard drive, I have a "local repository".  The
${user.home}/.m2/repository folder should perhaps be referred to as
"local cache".  I don't think anyone would expect a local cache to be
shared or used the same way that the central repository is.

(my $.02)
-trevor

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



convert maven 1 to maven 2

2008-04-30 Thread mathapfahl

I got a few problem s to migrate some projects from maven 1 to maven 2
I have several main components to migrate.
Under every component there are other components, and each of them has a
client project, a server project and a common project.
example: project A --> project A.1 --> client, server, common

Now I thought it ' s a good idea to declare every client, server and common
project as a module of the father component. Therefore I have to rename
them, cause in Maven 2 you need for every project an unique artifact id and
a group id. 

What advantages I get with the modules ? And what disadvantages?
Is there any other handling with dependencies ?
Because I still don't know how to build up the dependency management.

-- 
View this message in context: 
http://www.nabble.com/convert-maven-1-to-maven-2-tp1698s177p1698.html
Sent from the Maven - Users mailing list archive at Nabble.com.


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



RE: maven 2.1 or maven 3.0

2009-02-04 Thread Jason Chaffee
Actually, I found this page: http://docs.codehaus.org/display/MAVEN/Maven+3.0.x

I cannot tell you how happy I am to hear about the rewriting of the artifact 
handling.  It is the main part of maven that I think has major architectural 
issues.  I very glad to see that Maven developers have realized this as well.  
kudos.

Now I am even more excited for this release.  Any idea when it might happen?  
Is there any chance to play around with a beta?

regards,

Jason


From: Jason Chaffee [jason.chaf...@zilliontv.tv]
Sent: Wednesday, February 04, 2009 7:25 PM
To: Maven Developers List
Cc: users@maven.apache.org
Subject: maven 2.1 or maven 3.0

Is there a timeline for a release and there anywhere I can find documentation 
on the new features/improvements/changes in said release?

regards,

Jason

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: maven 2.1 or maven 3.0

2009-02-05 Thread Jason van Zyl
I'm about to stage alpha-2, I don't know exactly when there will be a  
GA. Benjamin is pounding out ITs like no one's business and Shane is  
working full-time on the core. Oleg is working full-time on the  
artifact layer and I'm probably quarter time hopefully doing more once  
we get m2e on the rails. Igor (who works on m2e) is also making many  
changes to mesh Maven with an incremental system like Eclipse. All  
said the hope is to produce an alpha a week but that's hasn't happened  
yet because we keep running into snags. But we've installed Nexus and  
that's where I plan to start pushing all the alphas on a regular basis  
once we start. The current workload is in JIRA.


On 4-Feb-09, at 7:34 PM, Jason Chaffee wrote:


Actually, I found this page: http://docs.codehaus.org/display/MAVEN/Maven+3.0.x

I cannot tell you how happy I am to hear about the rewriting of the  
artifact handling.  It is the main part of maven that I think has  
major architectural issues.  I very glad to see that Maven  
developers have realized this as well.  kudos.


Now I am even more excited for this release.  Any idea when it might  
happen?  Is there any chance to play around with a beta?


regards,

Jason


From: Jason Chaffee [jason.chaf...@zilliontv.tv]
Sent: Wednesday, February 04, 2009 7:25 PM
To: Maven Developers List
Cc: users@maven.apache.org
Subject: maven 2.1 or maven 3.0

Is there a timeline for a release and there anywhere I can find  
documentation on the new features/improvements/changes in said  
release?


regards,

Jason

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Thanks,

Jason

------
Jason van Zyl
Founder,  Apache Maven
jason at sonatype dot com
--

To do two things at once is to do neither.

 -—Publilius Syrus, Roman slave, first century B.C.


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Maven jaxb2-maven-plugin toString() generation

2009-02-16 Thread balderman

Hi
I am using jaxb2-maven-plugin in my pom file. (see below)
I would like to have toString() method on my generated pojo's.
I know that the java.net jaxb maven plugin support this kind of extension,
and I wonder if I can use it with the jaxb plugin that I am using.
Thanks
Avishay Balderman


pom.xml
~

org.codehaus.mojo 
 jaxb2-maven-plugin 



-- 
View this message in context: 
http://www.nabble.com/Maven-jaxb2-maven-plugin-toString%28%29-generation-tp22038341p22038341.html
Sent from the Maven - Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Maven 2.1 and Maven 2.0.9 changes

2009-04-08 Thread Ben Storey
Hi,

We ran into a problem I thought I would make you aware of one of my
colleagues was running maven 2.1 and we were all running maven 2.0.9

 When deploying with version 2.1.0 and you have properties setup like the
following in the root project.

 

  1.1



…



  



   commons-logging

   commons-logging

   ${commons-logging.version} 



  





When you do the deploy with 2.0.9 it deploys like above, however when
deploying in 2.1. it substitutes the dependencyManagement version property
like below.





  



   commons-logging

   commons-logging

   1.1



  





This means in the child projects we cannot override the version by the
following:





  1.1.1




Because maven does not do the substitution because there is no variable to
substitute in the root descriptor.

With the way we are using maven currently the dependencyManagement elements
we want to be able to override some of our own library versions.

 Is this an enhancement or a bug?

Cheers

Ben


Re: Building Maven Without Maven Installed

2010-06-11 Thread Shan Syed
Hi, are you sure netbeans requires Maven 3?
http://wiki.netbeans.org/Maven

if you're new to Maven, building and understand Maven 3 will be tricky, so
it might be a good idea to stick with an older/stable version


On Fri, Jun 11, 2010 at 3:17 PM, christianto hendri <
christianto.hen...@gmail.com> wrote:

> hi , i have 2 problem here could you help me:
> 1 . i need the maven snapshot because netbeans only can use maven release
> 3.0 and snapshot version , i have try with 3.0 beta version and i still
> can't create a maven project , where i can download it
>
> 2. i have read the guide to build maven without maven installed but i'cant
> understand when i enter command ant it's find build.xml , how can i create
> this build.xml so i can make maven snapshot , i am still new to maven and
> ant  so i didn't understand it
>
> thanks for your attention
>


Re: Maven release plugin forking maven

2010-08-04 Thread Wayne Fay
> it fails because the teamcity maven plugin contains mvn but not with an 
> executable bit
> thus causing the perform to fail because of permission problems.  The 
> workaround was

Why are you complaining about a problem you know is *entirely* the
fault of Teamcity to the Maven Users list? Talk to Teamcity and get
them to fix the real problem.

Wayne

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Maven release plugin forking maven

2010-08-04 Thread Mark Derricutt
Or configure Team City to use a standard/normal maven install.  This is
changeable on a per-project basis, but you can also set it as a
default/template I believe.

I do that so I can have an secondary build profile using maven 3.


-- 
Pull me down under...



On Thu, Aug 5, 2010 at 6:08 AM, Wayne Fay  wrote:

> Why are you complaining about a problem you know is *entirely* the
> fault of Teamcity to the Maven Users list? Talk to Teamcity and get
> them to fix the real problem.
>


[m3] maven documentation - maven-site-plugin

2010-11-02 Thread Hauschel Fred Robert
Hey all,

what is happening with the maven-site-plugin in future? Will it be
supported for maven 3?

I heard from any other plans keyword: "idiom: access wiki". Does anybody
have some information?

 

Actually my sit generation crashes ;-(

 

Fredy



was6-maven-plugin and Maven 3.0.3

2011-03-16 Thread javed mandary
Dear,
all we have EJB projects which are deployed on WAS 6.1 and these
projects build fine with the was6-maven-plugin with maven 2.2.1 , however
upon moving to maven 3.x (3.0.2 and 3.0.3) we are getting validation
exceptions which prevent the generation of client stubs .

Wanted to know if you experienced similar issues with the was6-maven-plugin
and if your've found any work around may it be another plugin or some fixes
to get maven 3 working with WAS 6.1 EJB Client Stub generation?

many thanks,
  Javed


maven-enforcer-plugin and Maven 3

2011-03-25 Thread Jeff MAURY
Hello,

the rule 'Require Plugin Versions' is discarded when run in Maven 3, not in
Maven 2.
Is there any reason and how to achieve the same behaviour using Maven 3 ?

Thanks
Jeff MAURY

-- 
"Legacy code" often differs from its suggested alternative by actually
working and scaling.
 - Bjarne Stroustrup

http://www.jeffmaury.com
http://riadiscuss.jeffmaury.com
http://www.twitter.com/jeffmaury


Re: Maven 3 - Maven Validation Level

2011-05-11 Thread Benjamin Bentmann

Karl Heinz Marbaise wrote:


Does exist a possibility to change the Maven Validation Level on command
line via a property etc. ? for Maven 3.0.3 ?


No.


Benjamin

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Maven 3 - Maven Validation Level

2011-05-11 Thread Karl Heinz Marbaise
Hi Benjamin,

that's the answer i expected but i wanted to play safe.

Thanks for clarifiaction.

Kind regards
Karl Heinz Marbaise


-
Kind regards
Karl Heinz Marbaise

http://www.soebes.de
http://www.skmwiki.de
http://supose.org/wiki/supose
--
View this message in context: 
http://maven.40175.n5.nabble.com/Maven-3-Maven-Validation-Level-tp4387400p4387477.html
Sent from the Maven - Users mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Doxia maven plugin with maven 2.0.7

2007-07-17 Thread Dave Syer

Is it possible to use the doxia maven plugin
(http://maven.apache.org/doxia/book/index.html) with maven 2.0.7.  I have to
specify a snapshot repo to get the plugin to load at all, and then it fails
miserably during "mvn site" with 

urls[19] = file:/C:/Documents and Settings/David
Syer/.m2/repository/org/apache/
maven/reporting/maven-reporting-impl/2.0.2/maven-reporting-impl-2.0.2.jar
Number of imports: 4
import: [EMAIL PROTECTED]
import: [EMAIL PROTECTED]
import: [EMAIL PROTECTED]
import: [EMAIL PROTECTED]


this realm = plexus.core
urls[0] = file:/c:/Programs/maven-2.0.7/lib/maven-core-2.0.7-uber.jar
Number of imports: 4
import: [EMAIL PROTECTED]
import: [EMAIL PROTECTED]
import: [EMAIL PROTECTED]
import: [EMAIL PROTECTED]
-
[INFO]

[ERROR] BUILD ERROR
[INFO]

[INFO] Internal error in the plugin manager executing goal
'org.apache.maven.dox
ia:doxia-maven-plugin:1.0-SNAPSHOT:render-books': Unable to find the mojo
'org.a
pache.maven.doxia:doxia-maven-plugin:1.0-SNAPSHOT:render-books' in the
plugin 'o
rg.apache.maven.doxia:doxia-maven-plugin'
org/apache/maven/doxia/module/xdoc/XdocSink

Anybody using doxia to build a book?
-- 
View this message in context: 
http://www.nabble.com/Doxia-maven-plugin-with-maven-2.0.7-tf4096101s177.html#a11646993
Sent from the Maven - Users mailing list archive at Nabble.com.


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



Maven 1 to Maven 2 Question

2007-08-02 Thread Girish1702


Hi

In maven 1 you can modify the version of a dependency in the project.xml of
a sub-project through a master project.properties file.

e.g in several project.xml you have
${library.axis.version} and in a master
project.properties you have library.axis.version=1.2.9. Hence you can change
the version in different project.xml from a single project.properties file.

How do you achieve this in Maven 2 since there are no project.properties
file?

Thanks
 
-- 
View this message in context: 
http://www.nabble.com/Maven-1-to-Maven-2-Question-tf4204985s177.html#a11960984
Sent from the Maven - Users mailing list archive at Nabble.com.


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



Re: Maven 2 -> Maven 1 converter

2007-08-21 Thread Lukas Theussl

Yeah! I want that too! :)

-Lukas


[EMAIL PROTECTED] wrote:

I have found the maven 2 plugin to convert a project.xml (maven 1) to a pom.xml 
(maven 2). Is there also a maven 1 or maven 2 plugin, which converts a pom.xml 
to a project.xml?

With regards,

Nick Stolwijk



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



Re: Maven 2 -> Maven 1 converter

2007-08-21 Thread Wim Deblauwe
? why would anyone want to go back to the old maven version?

2007/8/21, Lukas Theussl <[EMAIL PROTECTED]>:
>
> Yeah! I want that too! :)
>
> -Lukas
>
>
> [EMAIL PROTECTED] wrote:
> > I have found the maven 2 plugin to convert a project.xml (maven 1) to a
> pom.xml (maven 2). Is there also a maven 1 or maven 2 plugin, which
> converts a pom.xml to a project.xml?
> >
> > With regards,
> >
> > Nick Stolwijk
> >
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
Vigilog - an open source log file viewer: http://vigilog.sourceforge.net
Blog: http://www.jroller.com/page/Fester


Re: Maven 2 -> Maven 1 converter

2007-08-22 Thread Nick Stolwijk
It's not that I want to go back, but for my employer I need to deliver a 
project in Maven 1, while I prefer working in Maven 2. If I can 
afterwards create a (simple) maven 1 configuration for the dependencies, 
I would be happy.


With regards,

Nick Stolwijk

Wim Deblauwe wrote:

? why would anyone want to go back to the old maven version?

2007/8/21, Lukas Theussl <[EMAIL PROTECTED]>:
  

Yeah! I want that too! :)

-Lukas


[EMAIL PROTECTED] wrote:


I have found the maven 2 plugin to convert a project.xml (maven 1) to a
  

pom.xml (maven 2). Is there also a maven 1 or maven 2 plugin, which
converts a pom.xml to a project.xml?


With regards,

Nick Stolwijk

  

-
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: Maven 2 -> Maven 1 converter

2007-08-22 Thread Eric Redmond
Though it may take a little work, how about using the Maven 2 to Ant
converter (http://maven.apache.org/plugins/maven-ant-plugin/). IIRC, Maven 1
can support Ant syntax, I would imagine it would only take a little bit of
hacking to get the ant file to run as a maven.xml. Then all you'd need to
convert would be the POM which would be much more straightforward.

-- 
Eric Redmond
http://blog.propellors.net

On 8/22/07, Nick Stolwijk <[EMAIL PROTECTED]> wrote:
>
> It's not that I want to go back, but for my employer I need to deliver a
> project in Maven 1, while I prefer working in Maven 2. If I can
> afterwards create a (simple) maven 1 configuration for the dependencies,
> I would be happy.
>
> With regards,
>
> Nick Stolwijk
>
> Wim Deblauwe wrote:
> > ? why would anyone want to go back to the old maven version?
> >
> > 2007/8/21, Lukas Theussl <[EMAIL PROTECTED]>:
> >
> >> Yeah! I want that too! :)
> >>
> >> -Lukas
> >>
> >>
> >> [EMAIL PROTECTED] wrote:
> >>
> >>> I have found the maven 2 plugin to convert a project.xml (maven 1) to
> a
> >>>
> >> pom.xml (maven 2). Is there also a maven 1 or maven 2 plugin, which
> >> converts a pom.xml to a project.xml?
> >>
> >>> With regards,
> >>>
> >>> Nick Stolwijk
> >>>
> >>>
> >> -
> >> 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: Maven 2 -> Maven 1 converter

2007-08-22 Thread Dennis Lundberg
If you're serious about this you should check out maven-model-converter 
[1]. That is the component that is used in the maven-one-plugin to 
convert a project.xml to a pom.xml. It just needs to work the other way 
around. You should be able to get a fairly usable project.xml without to 
much coding. But it depends on how much of the M2 functionality you need 
in M1.



[1] 
https://svn.apache.org/repos/asf/maven/shared/trunk/maven-model-converter/


Nick Stolwijk wrote:
It's not that I want to go back, but for my employer I need to deliver a 
project in Maven 1, while I prefer working in Maven 2. If I can 
afterwards create a (simple) maven 1 configuration for the dependencies, 
I would be happy.


With regards,

Nick Stolwijk

Wim Deblauwe wrote:

? why would anyone want to go back to the old maven version?

2007/8/21, Lukas Theussl <[EMAIL PROTECTED]>:
 

Yeah! I want that too! :)

-Lukas


[EMAIL PROTECTED] wrote:
   

I have found the maven 2 plugin to convert a project.xml (maven 1) to a
  

pom.xml (maven 2). Is there also a maven 1 or maven 2 plugin, which
converts a pom.xml to a project.xml?
   

With regards,

Nick Stolwijk

  

-
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]





--
Dennis Lundberg

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



RE: Maven Reporting - DashBoard-Maven-Plugin

2008-02-07 Thread Nagesh, Srinivas (IS Consultant)
Hi Stefan,

Thanks for your response.

As you mentioned I am looking for a common report.When I try using the 
dashboard-maven-plugin, I ran into the following problem

I went to http://mojo.codehaus.org/dashboard-maven-plugin/usage.html

1. Placed the dashboard plugin at the very end of the reporting tag.
2. Ran Maven Site. This actually generated the report before the findbugs 
plugin is executed. Shouldnt it supposed to run it at the last when all the 
other plugins have finished generating their reports?
3. Also as mentioned in the site above, what does this mean? "add the dashboard 
report item in the left menu".

Would you happen to have a working example of the dashboard-maven-plugin?

Thanks

Srinivas
x3126

-Original Message-
From: VUB Stefan Seidel [mailto:[EMAIL PROTECTED] 
Sent: Thursday, February 07, 2008 2:46 AM
To: Maven Users List
Subject: Re: Maven Reporting

Hi,

you may consolidate single reports for all modules (like Javadoc, JXR, 
...) using the "aggregate" feature of these reports. The question is, 
what do you really want to do? Your modules have different names for 
example, how do you "consolidate" that?

If you are looking for a common report on JUnit tests, Checkstyle, 
Findbugs etc. have a look at the dashboard-maven-plugin.

regards,

Stefan

Nagesh, Srinivas (IS Consultant) wrote:
> Hi All,
> 
> I have a multi-project setup in maven
> 
> -- Proj
> -- pom.xml <-- Reporting
> -- Proj1
> -- pom.xml
> -- Proj2
> -- pom.xml
> 
> When I specify reporting in the parent pom, the reports are generated in
> the respective children projects. I would like to know if there is a
> feature to create a consolidated report of the sub project (Proj1 &
> Proj2)?
> 
> Thanks
> 
> Srini
> 

-- 
best regards,

Stefan Seidel
software developer

VUB Printmedia GmbH
Chopinstraße 4
D-04103 Leipzig
Germany
tel.+49 (341) 9 60 50 07
fax.+49 (341) 9 60 50 92
mail.   [EMAIL PROTECTED]
web.www.vub.de

HRB Köln 24015
UStID DE 122 649 251
GF Dr. Achim Preuss Neudorf,
Dr. Christian Preuss Neudorf

-
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: Maven Reporting - DashBoard-Maven-Plugin

2008-02-07 Thread dvicente

Hi all,

as described in dashboard documentation :
http://mojo.codehaus.org/dashboard-maven-plugin/

you must add this in your pom.xml or settings.xml to use properly the
dashboard plugin:



Codehaus Snapshots
 http://snapshots.repository.codehaus.org/



But even if this configuration is well done, Maven doesn't recognize the
"mvn dashboard-report:dashboard" command.

and to work fine, you must run "mvn
org.codehaus.mojo:dashboard-maven-plugin:1.0-SNAPSHOT:dashboard" command
instead of "mvn dashboard-report:dashboard".

See :

http://www.nabble.com/Make-a-Codehaus-plugin-works-on-a-local-configuration-tf4297606s177.html
or
http://www.nabble.com/Multimodule-code-coverage-report-tf4511339s177.html
or
http://jira.codehaus.org/browse/MOJO-899

In the project's beginning, i decided to modify the goal prefix to
"dashboard-report" instead of the default's one by adding in the pom.xml of
the dashboard plugin :

...




  maven-plugin-plugin
  
  dashboard-report
  

...

...



I think it's The Maven resolution problem of "dashboard-report".

Maven does not resolve properly the plugin prefix.

it's for that : "mvn dashboard-report:dashboard" doesn't work correctly.

For the next release , i will post a vote to "users@maven.apache.org " and
"[EMAIL PROTECTED]" mailing lists to delete this goalPrefix and let the
default's one which works fine.

After that, you will have to modify the goal prefix in your command line or
Continuum goals to use the dashboard report :

from "dashboard-report:dashboard" to "dashboard:dashboard"
or
from "dashboard-report:persist" to "dashboard:persist"

Best Regards

David Vicente

SrinivasN wrote:
> 
> I did... the second command never worked... it complains that it cannot
> find the dashboard-report plugin. I even set up the repository as
> mentioned and it downloaded while generating site... but the second
> command doesn't work.
> 
> Thanks
> 
> Srinivas
> x3126
> 
> -Original Message-
> From: VUB Stefan Seidel [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, February 07, 2008 10:00 AM
> To: Maven Users List
> Subject: Re: Maven Reporting - DashBoard-Maven-Plugin
> 
> Quote:
> To generate the site and the correct dashboard report, you must run the 
> dashboard report plugin in 2 passes :
> # mvn site
> # mvn dashboard-report:dashboard
> 
> You should execute these two commands on the command line.
> 
> regards,
> 
> Stefan
> 
> Nagesh, Srinivas (IS Consultant) wrote:
>> Hi Stefan,
>> 
>> Thanks for your response.
>> 
>> As you mentioned I am looking for a common report.When I try using the
>> dashboard-maven-plugin, I ran into the following problem
>> 
>> I went to http://mojo.codehaus.org/dashboard-maven-plugin/usage.html
>> 
>> 1. Placed the dashboard plugin at the very end of the reporting tag.
>> 2. Ran Maven Site. This actually generated the report before the findbugs
>> plugin is executed. Shouldnt it supposed to run it at the last when all
>> the other plugins have finished generating their reports?
>> 3. Also as mentioned in the site above, what does this mean? "add the
>> dashboard report item in the left menu".
>> 
>> Would you happen to have a working example of the dashboard-maven-plugin?
>> 
>> Thanks
>> 
>> Srinivas
>> x3126
>> 
>> -Original Message-
>> From: VUB Stefan Seidel [mailto:[EMAIL PROTECTED] 
>> Sent: Thursday, February 07, 2008 2:46 AM
>> To: Maven Users List
>> Subject: Re: Maven Reporting
>> 
>> Hi,
>> 
>> you may consolidate single reports for all modules (like Javadoc, JXR, 
>> ...) using the "aggregate" feature of these reports. The question is, 
>> what do you really want to do? Your modules have different names for 
>> example, how do you "consolidate" that?
>> 
>> If you are looking for a common report on JUnit tests, Checkstyle, 
>> Findbugs etc. have a look at the dashboard-maven-plugin.
>> 
>> regards,
>> 
>> Stefan
>> 
>> Nagesh, Srinivas (IS Consultant) wrote:
>>> Hi All,
>>>
>>> I have a multi-project setup in maven
>>>
>>> -- Proj
>>> -- pom.xml <-- Reporting
>>> -- Proj1
>>> -- pom.xml
>>> -- Proj2
>>> -- pom.xml
>>>
>>> When I specify reporting in the parent pom, the reports are generated in
>>> the respective children projects. I would like to know if there is a
&g

RE: Maven Reporting - DashBoard-Maven-Plugin

2008-02-07 Thread dvicente

Hi all,

as described in dashboard documentation :
http://mojo.codehaus.org/dashboard-maven-plugin/

you must add this in your pom.xml or settings.xml to use properly the
dashboard plugin:



Codehaus Snapshots
 http://snapshots.repository.codehaus.org/



But even if this configuration is well done, Maven doesn't recognize the
"mvn dashboard-report:dashboard" command.

and to work fine, you must run "mvn
org.codehaus.mojo:dashboard-maven-plugin:1.0-SNAPSHOT:dashboard" command
instead of "mvn dashboard-report:dashboard".

See :

http://www.nabble.com/Make-a-Codehaus-plugin-works-on-a-local-configuration-tf4297606s177.html
or
http://www.nabble.com/Multimodule-code-coverage-report-tf4511339s177.html
or
http://jira.codehaus.org/browse/MOJO-899

In the project's beginning, i decided to modify the goal prefix to
"dashboard-report" instead of the default's one by adding in the pom.xml of
the dashboard plugin :

...




  maven-plugin-plugin
  
  dashboard-report
  

...

...



I think it's The Maven resolution problem of "dashboard-report".

Maven does not resolve properly the plugin prefix.

it's for that : "mvn dashboard-report:dashboard" doesn't work correctly.

For the next release , i will post a vote to "users@maven.apache.org " and
"[EMAIL PROTECTED]" mailing lists to delete this goalPrefix and let the
default's one which works fine.

After that, you will have to modify the goal prefix in your command line or
Continuum goals to use the dashboard report :

from "dashboard-report:dashboard" to "dashboard:dashboard"
or
from "dashboard-report:persist" to "dashboard:persist"

Best Regards

David Vicente

SrinivasN wrote:
> 
> I did... the second command never worked... it complains that it cannot
> find the dashboard-report plugin. I even set up the repository as
> mentioned and it downloaded while generating site... but the second
> command doesn't work.
> 
> Thanks
> 
> Srinivas
> x3126
> 
> -Original Message-
> From: VUB Stefan Seidel [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, February 07, 2008 10:00 AM
> To: Maven Users List
> Subject: Re: Maven Reporting - DashBoard-Maven-Plugin
> 
> Quote:
> To generate the site and the correct dashboard report, you must run the 
> dashboard report plugin in 2 passes :
> # mvn site
> # mvn dashboard-report:dashboard
> 
> You should execute these two commands on the command line.
> 
> regards,
> 
> Stefan
> 
> Nagesh, Srinivas (IS Consultant) wrote:
>> Hi Stefan,
>> 
>> Thanks for your response.
>> 
>> As you mentioned I am looking for a common report.When I try using the
>> dashboard-maven-plugin, I ran into the following problem
>> 
>> I went to http://mojo.codehaus.org/dashboard-maven-plugin/usage.html
>> 
>> 1. Placed the dashboard plugin at the very end of the reporting tag.
>> 2. Ran Maven Site. This actually generated the report before the findbugs
>> plugin is executed. Shouldnt it supposed to run it at the last when all
>> the other plugins have finished generating their reports?
>> 3. Also as mentioned in the site above, what does this mean? "add the
>> dashboard report item in the left menu".
>> 
>> Would you happen to have a working example of the dashboard-maven-plugin?
>> 
>> Thanks
>> 
>> Srinivas
>> x3126
>> 
>> -Original Message-
>> From: VUB Stefan Seidel [mailto:[EMAIL PROTECTED] 
>> Sent: Thursday, February 07, 2008 2:46 AM
>> To: Maven Users List
>> Subject: Re: Maven Reporting
>> 
>> Hi,
>> 
>> you may consolidate single reports for all modules (like Javadoc, JXR, 
>> ...) using the "aggregate" feature of these reports. The question is, 
>> what do you really want to do? Your modules have different names for 
>> example, how do you "consolidate" that?
>> 
>> If you are looking for a common report on JUnit tests, Checkstyle, 
>> Findbugs etc. have a look at the dashboard-maven-plugin.
>> 
>> regards,
>> 
>> Stefan
>> 
>> Nagesh, Srinivas (IS Consultant) wrote:
>>> Hi All,
>>>
>>> I have a multi-project setup in maven
>>>
>>> -- Proj
>>> -- pom.xml <-- Reporting
>>> -- Proj1
>>> -- pom.xml
>>> -- Proj2
>>> -- pom.xml
>>>
>>> When I specify reporting in the parent pom, the reports are generated in
>>> the respective children projects. I would like to know if there is a
&g

RE: Maven Reporting - DashBoard-Maven-Plugin

2008-02-07 Thread nicklist
Try:

mvn org.codehaus.mojo:dashboard-maven-plugin:1.0-SNAPSHOT:dashboard

or whatever version you're using.

With regards,

Nick Stolwijk



-Original Message-
From: Nagesh, Srinivas (IS Consultant) [mailto:[EMAIL PROTECTED]
Sent: Thu 2/7/2008 4:03 PM
To: Maven Users List
Subject: RE: Maven Reporting - DashBoard-Maven-Plugin
 
I did... the second command never worked... it complains that it cannot find 
the dashboard-report plugin. I even set up the repository as mentioned and it 
downloaded while generating site... but the second command doesn't work.

Thanks

Srinivas
x3126

-Original Message-
From: VUB Stefan Seidel [mailto:[EMAIL PROTECTED] 
Sent: Thursday, February 07, 2008 10:00 AM
To: Maven Users List
Subject: Re: Maven Reporting - DashBoard-Maven-Plugin

Quote:
To generate the site and the correct dashboard report, you must run the 
dashboard report plugin in 2 passes :
# mvn site
# mvn dashboard-report:dashboard

You should execute these two commands on the command line.

regards,

Stefan

Nagesh, Srinivas (IS Consultant) wrote:
> Hi Stefan,
> 
> Thanks for your response.
> 
> As you mentioned I am looking for a common report.When I try using the 
> dashboard-maven-plugin, I ran into the following problem
> 
> I went to http://mojo.codehaus.org/dashboard-maven-plugin/usage.html
> 
> 1. Placed the dashboard plugin at the very end of the reporting tag.
> 2. Ran Maven Site. This actually generated the report before the findbugs 
> plugin is executed. Shouldnt it supposed to run it at the last when all the 
> other plugins have finished generating their reports?
> 3. Also as mentioned in the site above, what does this mean? "add the 
> dashboard report item in the left menu".
> 
> Would you happen to have a working example of the dashboard-maven-plugin?
> 
> Thanks
> 
> Srinivas
> x3126
> 
> -Original Message-
> From: VUB Stefan Seidel [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, February 07, 2008 2:46 AM
> To: Maven Users List
> Subject: Re: Maven Reporting
> 
> Hi,
> 
> you may consolidate single reports for all modules (like Javadoc, JXR, 
> ...) using the "aggregate" feature of these reports. The question is, 
> what do you really want to do? Your modules have different names for 
> example, how do you "consolidate" that?
> 
> If you are looking for a common report on JUnit tests, Checkstyle, 
> Findbugs etc. have a look at the dashboard-maven-plugin.
> 
> regards,
> 
> Stefan
> 
> Nagesh, Srinivas (IS Consultant) wrote:
>> Hi All,
>>
>> I have a multi-project setup in maven
>>
>> -- Proj
>> -- pom.xml <-- Reporting
>> -- Proj1
>> -- pom.xml
>> -- Proj2
>> -- pom.xml
>>
>> When I specify reporting in the parent pom, the reports are generated in
>> the respective children projects. I would like to know if there is a
>> feature to create a consolidated report of the sub project (Proj1 &
>> Proj2)?
>>
>> Thanks
>>
>> Srini
>>
> 

-- 
best regards,

Stefan Seidel
software developer

VUB Printmedia GmbH
Chopinstraße 4
D-04103 Leipzig
Germany
tel.+49 (341) 9 60 50 07
fax.+49 (341) 9 60 50 92
mail.   [EMAIL PROTECTED]
web.www.vub.de

HRB Köln 24015
UStID DE 122 649 251
GF Dr. Achim Preuss Neudorf,
Dr. Christian Preuss Neudorf

-
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: Maven Reporting - DashBoard-Maven-Plugin

2008-02-07 Thread Nagesh, Srinivas (IS Consultant)
I did... the second command never worked... it complains that it cannot find 
the dashboard-report plugin. I even set up the repository as mentioned and it 
downloaded while generating site... but the second command doesn't work.

Thanks

Srinivas
x3126

-Original Message-
From: VUB Stefan Seidel [mailto:[EMAIL PROTECTED] 
Sent: Thursday, February 07, 2008 10:00 AM
To: Maven Users List
Subject: Re: Maven Reporting - DashBoard-Maven-Plugin

Quote:
To generate the site and the correct dashboard report, you must run the 
dashboard report plugin in 2 passes :
# mvn site
# mvn dashboard-report:dashboard

You should execute these two commands on the command line.

regards,

Stefan

Nagesh, Srinivas (IS Consultant) wrote:
> Hi Stefan,
> 
> Thanks for your response.
> 
> As you mentioned I am looking for a common report.When I try using the 
> dashboard-maven-plugin, I ran into the following problem
> 
> I went to http://mojo.codehaus.org/dashboard-maven-plugin/usage.html
> 
> 1. Placed the dashboard plugin at the very end of the reporting tag.
> 2. Ran Maven Site. This actually generated the report before the findbugs 
> plugin is executed. Shouldnt it supposed to run it at the last when all the 
> other plugins have finished generating their reports?
> 3. Also as mentioned in the site above, what does this mean? "add the 
> dashboard report item in the left menu".
> 
> Would you happen to have a working example of the dashboard-maven-plugin?
> 
> Thanks
> 
> Srinivas
> x3126
> 
> -Original Message-
> From: VUB Stefan Seidel [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, February 07, 2008 2:46 AM
> To: Maven Users List
> Subject: Re: Maven Reporting
> 
> Hi,
> 
> you may consolidate single reports for all modules (like Javadoc, JXR, 
> ...) using the "aggregate" feature of these reports. The question is, 
> what do you really want to do? Your modules have different names for 
> example, how do you "consolidate" that?
> 
> If you are looking for a common report on JUnit tests, Checkstyle, 
> Findbugs etc. have a look at the dashboard-maven-plugin.
> 
> regards,
> 
> Stefan
> 
> Nagesh, Srinivas (IS Consultant) wrote:
>> Hi All,
>>
>> I have a multi-project setup in maven
>>
>> -- Proj
>> -- pom.xml <-- Reporting
>> -- Proj1
>> -- pom.xml
>> -- Proj2
>> -- pom.xml
>>
>> When I specify reporting in the parent pom, the reports are generated in
>> the respective children projects. I would like to know if there is a
>> feature to create a consolidated report of the sub project (Proj1 &
>> Proj2)?
>>
>> Thanks
>>
>> Srini
>>
> 

-- 
best regards,

Stefan Seidel
software developer

VUB Printmedia GmbH
Chopinstraße 4
D-04103 Leipzig
Germany
tel.+49 (341) 9 60 50 07
fax.+49 (341) 9 60 50 92
mail.   [EMAIL PROTECTED]
web.www.vub.de

HRB Köln 24015
UStID DE 122 649 251
GF Dr. Achim Preuss Neudorf,
Dr. Christian Preuss Neudorf

-
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: Maven Reporting - DashBoard-Maven-Plugin

2008-02-07 Thread VUB Stefan Seidel

Quote:
To generate the site and the correct dashboard report, you must run the 
dashboard report plugin in 2 passes :

# mvn site
# mvn dashboard-report:dashboard

You should execute these two commands on the command line.

regards,

Stefan

Nagesh, Srinivas (IS Consultant) wrote:

Hi Stefan,

Thanks for your response.

As you mentioned I am looking for a common report.When I try using the 
dashboard-maven-plugin, I ran into the following problem

I went to http://mojo.codehaus.org/dashboard-maven-plugin/usage.html

1. Placed the dashboard plugin at the very end of the reporting tag.
2. Ran Maven Site. This actually generated the report before the findbugs 
plugin is executed. Shouldnt it supposed to run it at the last when all the 
other plugins have finished generating their reports?
3. Also as mentioned in the site above, what does this mean? "add the dashboard 
report item in the left menu".

Would you happen to have a working example of the dashboard-maven-plugin?

Thanks

Srinivas
x3126

-Original Message-
From: VUB Stefan Seidel [mailto:[EMAIL PROTECTED] 
Sent: Thursday, February 07, 2008 2:46 AM

To: Maven Users List
Subject: Re: Maven Reporting

Hi,

you may consolidate single reports for all modules (like Javadoc, JXR, 
...) using the "aggregate" feature of these reports. The question is, 
what do you really want to do? Your modules have different names for 
example, how do you "consolidate" that?


If you are looking for a common report on JUnit tests, Checkstyle, 
Findbugs etc. have a look at the dashboard-maven-plugin.


regards,

Stefan

Nagesh, Srinivas (IS Consultant) wrote:

Hi All,

I have a multi-project setup in maven

-- Proj
-- pom.xml <-- Reporting
-- Proj1
-- pom.xml
-- Proj2
-- pom.xml

When I specify reporting in the parent pom, the reports are generated in
the respective children projects. I would like to know if there is a
feature to create a consolidated report of the sub project (Proj1 &
Proj2)?

Thanks

Srini





--
best regards,

Stefan Seidel
software developer

VUB Printmedia GmbH
Chopinstraße 4
D-04103 Leipzig
Germany
tel.+49 (341) 9 60 50 07
fax.+49 (341) 9 60 50 92
mail.   [EMAIL PROTECTED]
web.www.vub.de

HRB Köln 24015
UStID DE 122 649 251
GF Dr. Achim Preuss Neudorf,
Dr. Christian Preuss Neudorf

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



gwt-maven-plugin - maven-release-plugin

2012-11-28 Thread Karl Heinz Marbaise

Hello to all,

i just want to know if someone knows about some influences between
the gwt-maven-plugin and the maven-release-plugin ?

may be someone has already some kind of this experience ?

Thanks in advance.
Karl-Heinz Marbaise
--
SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893
Dipl.Ing.(FH) Karl-Heinz MarbaiseICQ#: 135949029
Hauptstrasse 177 USt.IdNr: DE191347579
52146 Würselen   http://www.soebes.de

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Maven 3.0.4 + Maven Project + Modules

2012-12-13 Thread Anders Hammar
I don't know, but I would look in the source code of some open source maven
plugin that does similar things. Try the javadoc plugin as I believe it has
an aggregate goal.

/Anders


On Thu, Dec 13, 2012 at 11:55 AM, Marcos Mendez  wrote:

>
> Does anyone know to get children modules as MavenProjects?
>
> I'm building a plugin. I've already created something to find the parent
> project from any child project. Now I want to find a specific project by
> group and artifact ids. So I need to traverse the hierarchy from any child
> module. I can go up, but I need to be able to get the child modules as
> projects and repeat the process recursively.
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>


Re: Maven 3.0.4 + Maven Project + Modules

2012-12-13 Thread Marcos Mendez
Well. figured it out. Thanks.

Found a way to get the root module. Then figured out how to load the modules by 
using the maven project builder.

On Dec 13, 2012, at 6:47 AM, Anders Hammar wrote:

> I don't know, but I would look in the source code of some open source maven
> plugin that does similar things. Try the javadoc plugin as I believe it has
> an aggregate goal.
> 
> /Anders
> 
> 
> On Thu, Dec 13, 2012 at 11:55 AM, Marcos Mendez  wrote:
> 
>> 
>> Does anyone know to get children modules as MavenProjects?
>> 
>> I'm building a plugin. I've already created something to find the parent
>> project from any child project. Now I want to find a specific project by
>> group and artifact ids. So I need to traverse the hierarchy from any child
>> module. I can go up, but I need to be able to get the child modules as
>> projects and repeat the process recursively.
>> -
>> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
>> For additional commands, e-mail: users-h...@maven.apache.org
>> 
>> 


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Maven 3.0.4 + Maven Project + Modules

2012-12-13 Thread Stephen Connolly
FYI: You should look for them in the list of reactor project first before
resorting to building a new model. Otherwise subtle effects to do with
order of installation into the maven repository can creep in


On 13 December 2012 11:53, Marcos Mendez  wrote:

> Well. figured it out. Thanks.
>
> Found a way to get the root module. Then figured out how to load the
> modules by using the maven project builder.
>
> On Dec 13, 2012, at 6:47 AM, Anders Hammar wrote:
>
> > I don't know, but I would look in the source code of some open source
> maven
> > plugin that does similar things. Try the javadoc plugin as I believe it
> has
> > an aggregate goal.
> >
> > /Anders
> >
> >
> > On Thu, Dec 13, 2012 at 11:55 AM, Marcos Mendez 
> wrote:
> >
> >>
> >> Does anyone know to get children modules as MavenProjects?
> >>
> >> I'm building a plugin. I've already created something to find the parent
> >> project from any child project. Now I want to find a specific project by
> >> group and artifact ids. So I need to traverse the hierarchy from any
> child
> >> module. I can go up, but I need to be able to get the child modules as
> >> projects and repeat the process recursively.
> >> -
> >> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> >> For additional commands, e-mail: users-h...@maven.apache.org
> >>
> >>
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>


Re: Maven 3.0.4 + Maven Project + Modules

2012-12-13 Thread Marcos Mendez
reactor projects in the plugin are not all the projects and i'm not going to 
force the user to run things from a top-level project. i'm interested in simple 
properties not building or doing anything else with the project. my plugin does 
just that with a little elbow grease. i could also just parsed the pom files 
myself for what i need...

On Dec 13, 2012, at 7:14, Stephen Connolly  
wrote:

> FYI: You should look for them in the list of reactor project first before
> resorting to building a new model. Otherwise subtle effects to do with
> order of installation into the maven repository can creep in
> 
> 
> On 13 December 2012 11:53, Marcos Mendez  wrote:
> 
>> Well. figured it out. Thanks.
>> 
>> Found a way to get the root module. Then figured out how to load the
>> modules by using the maven project builder.
>> 
>> On Dec 13, 2012, at 6:47 AM, Anders Hammar wrote:
>> 
>>> I don't know, but I would look in the source code of some open source
>> maven
>>> plugin that does similar things. Try the javadoc plugin as I believe it
>> has
>>> an aggregate goal.
>>> 
>>> /Anders
>>> 
>>> 
>>> On Thu, Dec 13, 2012 at 11:55 AM, Marcos Mendez 
>> wrote:
>>> 
>>>> 
>>>> Does anyone know to get children modules as MavenProjects?
>>>> 
>>>> I'm building a plugin. I've already created something to find the parent
>>>> project from any child project. Now I want to find a specific project by
>>>> group and artifact ids. So I need to traverse the hierarchy from any
>> child
>>>> module. I can go up, but I need to be able to get the child modules as
>>>> projects and repeat the process recursively.
>>>> -
>>>> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
>>>> For additional commands, e-mail: users-h...@maven.apache.org
>> 
>> 
>> -
>> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
>> For additional commands, e-mail: users-h...@maven.apache.org
>> 
>> 

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Maven 3.0.4 + Maven Project + Modules

2012-12-13 Thread Stephen Connolly
The point I am making is that you should check the reactor list *FIRST* and
if not there *ONLY THEN* do you go and build the project. The Maven build
itself may have modified the pom files that are in the reactor during the
course of the build (not encouraged but possible... I've heard of people
doing crazy stuff with my versions-m-p) in which case the files on disk
differ from the in-memory model that the build is working from and you will
generate inconsistent results.

Trust me, if you want a stable build and to write a good plugin, resolve
from the reactor if available first


On 13 December 2012 13:13, Marcos Mendez  wrote:

> reactor projects in the plugin are not all the projects and i'm not going
> to force the user to run things from a top-level project. i'm interested in
> simple properties not building or doing anything else with the project. my
> plugin does just that with a little elbow grease. i could also just parsed
> the pom files myself for what i need...
>
> On Dec 13, 2012, at 7:14, Stephen Connolly <
> stephen.alan.conno...@gmail.com> wrote:
>
> > FYI: You should look for them in the list of reactor project first before
> > resorting to building a new model. Otherwise subtle effects to do with
> > order of installation into the maven repository can creep in
> >
> >
> > On 13 December 2012 11:53, Marcos Mendez  wrote:
> >
> >> Well. figured it out. Thanks.
> >>
> >> Found a way to get the root module. Then figured out how to load the
> >> modules by using the maven project builder.
> >>
> >> On Dec 13, 2012, at 6:47 AM, Anders Hammar wrote:
> >>
> >>> I don't know, but I would look in the source code of some open source
> >> maven
> >>> plugin that does similar things. Try the javadoc plugin as I believe it
> >> has
> >>> an aggregate goal.
> >>>
> >>> /Anders
> >>>
> >>>
> >>> On Thu, Dec 13, 2012 at 11:55 AM, Marcos Mendez 
> >> wrote:
> >>>
> >>>>
> >>>> Does anyone know to get children modules as MavenProjects?
> >>>>
> >>>> I'm building a plugin. I've already created something to find the
> parent
> >>>> project from any child project. Now I want to find a specific project
> by
> >>>> group and artifact ids. So I need to traverse the hierarchy from any
> >> child
> >>>> module. I can go up, but I need to be able to get the child modules as
> >>>> projects and repeat the process recursively.
> >>>> -
> >>>> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> >>>> For additional commands, e-mail: users-h...@maven.apache.org
> >>
> >>
> >> -
> >> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> >> For additional commands, e-mail: users-h...@maven.apache.org
> >>
> >>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>


Re: Maven 3.0.4 + Maven Project + Modules

2012-12-13 Thread Anders Hammar
Just for records, I'd like to state that you're creating something that is
not the Maven way. In Maven, projects should be self-contained and only
rely on dependencies to artifacts (not source code).

/Anders


On Thu, Dec 13, 2012 at 2:13 PM, Marcos Mendez  wrote:

> reactor projects in the plugin are not all the projects and i'm not going
> to force the user to run things from a top-level project. i'm interested in
> simple properties not building or doing anything else with the project. my
> plugin does just that with a little elbow grease. i could also just parsed
> the pom files myself for what i need...
>
> On Dec 13, 2012, at 7:14, Stephen Connolly <
> stephen.alan.conno...@gmail.com> wrote:
>
> > FYI: You should look for them in the list of reactor project first before
> > resorting to building a new model. Otherwise subtle effects to do with
> > order of installation into the maven repository can creep in
> >
> >
> > On 13 December 2012 11:53, Marcos Mendez  wrote:
> >
> >> Well. figured it out. Thanks.
> >>
> >> Found a way to get the root module. Then figured out how to load the
> >> modules by using the maven project builder.
> >>
> >> On Dec 13, 2012, at 6:47 AM, Anders Hammar wrote:
> >>
> >>> I don't know, but I would look in the source code of some open source
> >> maven
> >>> plugin that does similar things. Try the javadoc plugin as I believe it
> >> has
> >>> an aggregate goal.
> >>>
> >>> /Anders
> >>>
> >>>
> >>> On Thu, Dec 13, 2012 at 11:55 AM, Marcos Mendez 
> >> wrote:
> >>>
> >>>>
> >>>> Does anyone know to get children modules as MavenProjects?
> >>>>
> >>>> I'm building a plugin. I've already created something to find the
> parent
> >>>> project from any child project. Now I want to find a specific project
> by
> >>>> group and artifact ids. So I need to traverse the hierarchy from any
> >> child
> >>>> module. I can go up, but I need to be able to get the child modules as
> >>>> projects and repeat the process recursively.
> >>>> -
> >>>> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> >>>> For additional commands, e-mail: users-h...@maven.apache.org
> >>
> >>
> >> -
> >> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> >> For additional commands, e-mail: users-h...@maven.apache.org
> >>
> >>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>


Re: Maven 3.0.4 + Maven Project + Modules

2012-12-13 Thread Marcos Mendez
Thanks. Doesn't apply to me. I've solved it in a good way.

On Dec 13, 2012, at 8:22 AM, Stephen Connolly wrote:

> The point I am making is that you should check the reactor list *FIRST* and
> if not there *ONLY THEN* do you go and build the project. The Maven build
> itself may have modified the pom files that are in the reactor during the
> course of the build (not encouraged but possible... I've heard of people
> doing crazy stuff with my versions-m-p) in which case the files on disk
> differ from the in-memory model that the build is working from and you will
> generate inconsistent results.
> 
> Trust me, if you want a stable build and to write a good plugin, resolve
> from the reactor if available first
> 
> 
> On 13 December 2012 13:13, Marcos Mendez  wrote:
> 
>> reactor projects in the plugin are not all the projects and i'm not going
>> to force the user to run things from a top-level project. i'm interested in
>> simple properties not building or doing anything else with the project. my
>> plugin does just that with a little elbow grease. i could also just parsed
>> the pom files myself for what i need...
>> 
>> On Dec 13, 2012, at 7:14, Stephen Connolly <
>> stephen.alan.conno...@gmail.com> wrote:
>> 
>>> FYI: You should look for them in the list of reactor project first before
>>> resorting to building a new model. Otherwise subtle effects to do with
>>> order of installation into the maven repository can creep in
>>> 
>>> 
>>> On 13 December 2012 11:53, Marcos Mendez  wrote:
>>> 
>>>> Well. figured it out. Thanks.
>>>> 
>>>> Found a way to get the root module. Then figured out how to load the
>>>> modules by using the maven project builder.
>>>> 
>>>> On Dec 13, 2012, at 6:47 AM, Anders Hammar wrote:
>>>> 
>>>>> I don't know, but I would look in the source code of some open source
>>>> maven
>>>>> plugin that does similar things. Try the javadoc plugin as I believe it
>>>> has
>>>>> an aggregate goal.
>>>>> 
>>>>> /Anders
>>>>> 
>>>>> 
>>>>> On Thu, Dec 13, 2012 at 11:55 AM, Marcos Mendez 
>>>> wrote:
>>>>> 
>>>>>> 
>>>>>> Does anyone know to get children modules as MavenProjects?
>>>>>> 
>>>>>> I'm building a plugin. I've already created something to find the
>> parent
>>>>>> project from any child project. Now I want to find a specific project
>> by
>>>>>> group and artifact ids. So I need to traverse the hierarchy from any
>>>> child
>>>>>> module. I can go up, but I need to be able to get the child modules as
>>>>>> projects and repeat the process recursively.
>>>>>> -
>>>>>> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
>>>>>> For additional commands, e-mail: users-h...@maven.apache.org
>>>> 
>>>> 
>>>> -
>>>> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
>>>> For additional commands, e-mail: users-h...@maven.apache.org
>>>> 
>>>> 
>> 
>> -
>> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
>> For additional commands, e-mail: users-h...@maven.apache.org
>> 
>> 


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Maven classloader change / Maven integrator contacts?

2017-09-01 Thread Olivier Lamy
Hi,
The Apache Maven team is working on a classloader so we'd like to have some
testing by people who are embedding Maven and could have issues with this
change.
Furthermore we'd like to have contacts from those projects. (simply reply
to priv...@maven.apache.org )

The change is: https://issues.apache.org/jira/browse/MNG-6275

We have lists which could be enhanced (or cleaned as well :-) )

Let us know and have a great weekend!!


 [IDE] (https://maven.apache.org/ide.html)
 Eclipse
 Intellij
 Netbeans (maybe apache dev mailing list?)

 [CI] (https://maven.apache.org/continuous-integration.html)
 Bamboo (Atlassian)
 BuildHive (CloudBees)
 CODESHIP?
 Cruise Control?
 Hudson
 Jenkins

 [QA]
 Sonar Qube

-- 
Olivier Lamy
http://twitter.com/olamy | http://linkedin.com/in/olamy


maven 3.2.2 breaks maven-invoker-plugin?

2014-06-26 Thread cody.a.fyler
I just update to 3.2.2 from 3.2.1 and am now getting the error below from the 
maven-invoker-plugin. Using Java 1.8.20.

[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-invoker-plugin:1.8:run (integration-test) on 
project base-pom: Execution integration-test of goal 
org.apache.maven.plugins:maven-invoker-plugin:1.8:run failed: An API 
incompatibility was encountered while executing 
org.apache.maven.plugins:maven-invoker-plugin:1.8:run: 
java.lang.NoSuchMethodError: 
org.apache.maven.settings.Settings.getRuntimeInfo()Lorg/apache/maven/settings/RuntimeInfo;

Here is the configuration from my pom.xml:


org.apache.maven.plugins
maven-invoker-plugin
1.8
false


pre-integration-test

install



integration-test

run


false

${basedir}/src/test/resources/settings.xml
true
true

${project.build.directory}/it/projects
true
4

${basedir}/src/test/resources/parent


${BUILD_NUMBER}
true
true

${BUILD_NUMBER}
true


${basedir}/src/test/resources/parent/pom.xml
true
true
true
false


install
sonar:sonar
release:prepare
release:perform






something.com


${localRepositoryPath}



Cody Fyler
Lending Grid Build Team
G=Lending Grid Builds
(515) - 441 - 0814





maven 2 mirgration to maven 3

2011-11-24 Thread Martin Sweeney
Hi,

I am just getting up to speed with maven and I have a couple of projects that 
use maven. I have been fighting with maven / dependencies / mirrors and 
repositories for the better part of a week now with my projects always ending 
up with being unable to resolve dependencies. Usually on a bunch of the same 
jar files (commons-lang, commons-discovery - to name a couple).

I am using maven 3.0.3 with jdk150_12.

What I have found out is that I can manually install these jar files into my 
(what I assume to be local repository) using mvn install:install-file command. 
I get the correct successfully updated response to this command and re-run my 
mvn clean install command. Only to find that the result is exactly the same 
"build failure" with the same jar files being not found.

If I look into my local repository and follow the artifact/group/version path I 
see my jar file is happily sitting there, but for some reason is not recognised 
or found.

I dont understand how come it appears to me that maven 3.0.3 is not looking at 
my local repository for my files?
Also how come everytime I run the command mvn install maven 3.0.3 goes off into 
the internet and tries to download all the files again?

I did some further investigation into the problem and actually went and got the 
binaries for maven 2.0.11. I updated my path variables and then re-ran my build 
on the project under maven 2.0.11 using mvn clean install. This time after an 
age of downloading and updating files the project successfully built. I have 
not changed any source code in the project or altered the pom file (which maybe 
the issue) in any way.

I understood that maven 3 is backwards compatible with maven 2 projects?

Is there any tutorials / migration paths / updates that I need to apply to my 
pom file to build the application under maven 3.0.3?

I attached the pom and settings files and I can provide the environment paths 
etc required and I also have a list of missing jar files that are causing the 
issue that I can supply as well.

I would like to build the project under maven 3 or at least understand why the 
project is not or cannot be built under maven 3.

Any help on this would be greatly appreciated.

Thanks,
Martin Sweeney
martin.swee...@payzone.ie<mailto:martin.swee...@payzone.ie>







This is a PRIVATE message. If you are not the intended recipient please delete 
without copying and kindly advise us by e-mail of the mistake in delivery. 
NOTE: Regardless of content, this e-mail shall not operate to bind Payzone to 
any order or other contract unless pursuant to explicit written agreement or 
government initiative expressly permitting the use of e-mail for such purpose. 
Thank you for your co-operation.

Payzone Ireland  and Payzone Group are subsidiaries of Payzone Ventures Ltd.
Directors:  Robert Scott, David Gagie, Julian Gibbins, Arun Kaul, Iain Kennedy, 
Charlie Troup, Mike Maloney, Nigel Bell, Julian Rothwell.
Registered in UK;  Number: 7112083. Registered Office: Davidson House, Gadbrook 
Park, Northwich CW9 7TW.

All e-mails are scanned for viruses. You should in addition carry out your own 
virus checks. Payzone cannot accept any liability for damage as a result of 
software viruses.



maven dependency plugin and maven 3

2012-05-31 Thread Anthony Dahanne
Hello all,
I'm only using maven 3 on my machine (be it command line or m2e).
I tried to use the maven dependency plugin on a project,

mvn org.apache.maven.plugins:maven-dependency-plugin:2.4:purge-local-repository
-Dverbose=true   -DresolutionFuzziness=version

and it printed such warnings :

[WARNING] Missing POM for javax.servlet:servlet-api:jar:2.5
[WARNING] Missing POM for org.easymock:easymock:jar:3.0
[WARNING] Missing POM for junit:junit:jar:4.8.2

before telling me that the build was successful.
Thing is, it did not purge anything from my repo; because of those
warnings actually; launching the same command with -X, I could see :
[DEBUG] Verifying availability of
/Users/anthony/.m2/repository/javax/servlet/servlet-api/2.5/servlet-api-2.5.pom
from []
[WARNING] Missing POM for javax.servlet:servlet-api:jar:2.5: Error
resolving project artifact: Could not find artifact
javax.servlet:servlet-api:pom:2.5 for project
javax.servlet:servlet-api:pom:2.5
[DEBUG]   javax.servlet:servlet-api:jar:2.5:provided (selected for provided)

and... I can tell you
/Users/anthony/.m2/repository/javax/servlet/servlet-api/2.5/servlet-api-2.5.pom
exists and contains :

  4.0.0
  javax.servlet
  servlet-api
  2.5


Debugging the code a little, I could notice that this goal was using
org.apache.maven.artifact.resolver.DefaultArtifactResolver#resolveTransitively
from maven-artifact-manager 2.0.9 to find the dependencies.

I am wondering if this plugin failed purging my dependencies because
it used a maven 2 library to scan the dependencies, and my local repo
has only been built and used by mvn3 (and the repo metadata/layout
could be different to what this plugin was expecting) ..
Any thoughts ?
thanks a lot in advance
Anthony

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Maven repository manager (and maven-proxy)

2006-06-15 Thread Adam Hardy
Our company's internet connection went down this week and I realised I
need to set up maven-proxy better. 
 
While trying to find configuration info for maven-proxy, I keep seeing
mention of Maven Repository Manager and it looks like it is in beta, but
I haven't seen any release announcements for it - such announcements
would be on this list?
 
I want to configure maven-proxy to time-out after 5 seconds when waiting
for a response from the upstream repository. I can't see any possibility
to set this though - is it configurable?
 
I would also like to run maven-proxy in 'off-line' mode so that it just
serves what it has in its local repo. Is there any configuration option
for this? 
 
Are these configuration options that MRM allows?
 
 
Thanks
Adam
 
 


Maven 1 book for Maven 2

2005-12-09 Thread Christopher Cobb
If you are starting to use Maven 2 as your first encounter with Maven, is it
worthwhile looking at the Maven 1 book or would that just be too confusing?



-
Attention:
Any views expressed in this message are those of the individual sender,
except where the message states otherwise and the sender is authorized
to state them to be the views of any such entity. The information
contained in this message and or attachments is intended only for the
person or entity to which it is addressed and may contain confidential
and/or privileged material.  If you received this in error, please
contact the sender and delete the material from any system and destroy
any copies.


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



Maven-proxy functional with Maven 2?

2005-12-21 Thread Mayorgaadame, Alex
Hello all and Merry Christmas to everyone,

Anyone knows what have been the fate of http://maven-proxy.codehaus.org I 
hadn't see any changes on it for a long time. I've used it with Maven 1 and 
would like to know if it "just work" with Maven 2 or maybe a similar 
tool/plug-in/component for Maven 2.

Thanks in advance,
Alex

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



[M2] Maven-proxy and Maven 2

2006-01-15 Thread Pablo Muñiz García
Hi all!!
I'm trying to deploy maven-proxy webapp to act as proxy of my
internal repository and others like ibiblio. After searching through
Google I found it was needed to build maven-proxy from CVS and update
maven-proxy.properties with two new properties.
I've done all this stuff, I've deployed it successfully on Tomcat 4 but
I'm not able to make maven-proxy act as my proxy (it's defined in my
settings.xml file). It simply rejects any request to
http://localhost:/repository.

Has anyone been able to run maven-proxy with Maven 2? Any help would be
very appreciated.

Thanks in advance.

Pablo.

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



[ANN] Maven book and Maven Quiz

2005-03-10 Thread Vincent Massol
Hi everyone,

Here it is, it's now official! I'm currently writing a Maven book for
O'Reilly with Tim O'Brien. I can't say much more at this point in time
except that it'll be available sometime this summer.

I've also written 2 Maven quizzes
(http://javablackbelt.com/jbb/WikiPage.do?action=view&page=Maven) for
JavaBlackBelt.com. If you want to see if your Maven knowledge is up to the
par, go and take them! And let me know your comments. If you register on the
site you can even propose new questions!

Blog announcement: http://tinyurl.com/6pnab

Thanks
-Vincent




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



Bundling Maven with IntelliJ Maven Plugin

2005-04-09 Thread Arik Kfir
Hello,
I've built an IntelliJ/Maven integration plugin, which I'm going to 
publish (hopefully) tonight.

The plugin uses the Maven API directly for plugin and goal discovery, 
meaning that it does not spawn another Maven for it process - it is done 
inside the IntelliJ runtime, which makes it much faster (it still spawns 
a real process for goal execution though).

Now to my question: since it uses the Maven classes, it needs the Maven 
runtime JARs to be bundled along with it. From a legal stand point - 
what am I required to do to allow Maven to be distributed with it? Is 
bundling the Maven license file sufficient?

** Note that the plugin does not need to bundle the entire Maven 
distribution, only a small subset of its JAR files. **

For those interested in the plugin: it provides facilities for 
associating Maven POM files (project.xml) with IntelliJ modules, and 
specifying "favorite" goals for each module from the list of global 
goals (all this is done via the standard "Settings" dialogs of IntelliJ).

It provides an Ant-like panel on the right (just like the Ant plugin) 
which lists the project modules, and the favorite goals for each module, 
in addition to the goals defined in that module's maven.xml. Double 
clicking a goal (or selecting it and pressing "Play") will open on the 
bottom the maven execution console (just like the standard Run console) 
to show the output. If several maven processes are run simultaneously, a 
tab for each process is created of course.

In short, my emphasis was to make the maven integration closely resemble 
the standard intellij user interface, as if it is part of the tool (no 
strange looking GUI, etc).

If any of the maven dev team is interesting, I'll be more than happy to 
send the source code so it can become part of the standard Maven distro 
(or at least available from the maven site).

10x in advance,
   Arik.



use maven 1.1 with maven 1.0.2

2005-09-14 Thread Nicolas De Loof


Hello

I'm trying ot prepare my projects for maven 1.1, so I'm setting my 
project.xml files to include properties defined in project.proeprties.

Using maven 1.0.2, this tag is not used and project.properties is required.

To avoid duplicated declaration, do you know any hack to make maven 
1.0.2 read properties tag ? Perhaps a "buil:start" preGoal ?


Nico.

This message contains information that may be privileged or confidential and is 
the property of the Capgemini Group. It is intended only for the person to whom 
it is addressed. If you are not the intended recipient,  you are not authorized 
to read, print, retain, copy, disseminate,  distribute, or use this message or 
any part thereof. If you receive this  message in error, please notify the 
sender immediately and delete all  copies of this message.


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



maven-dist-plugin/maven-multiproject-plugin

2003-10-22 Thread Ibbeken Michael
hi everybody,

  i have been using maven here for quite some time now and find it a 
  valuable tool.

  currently, i am setting up a multiproject with quite some subproject,
  one of which is an ear subproject.

  as we have several remote repositories here and no cvs, we have
  built our own deploy plugin.

  when i try to run the multiproject with the following list of goals 
'dist:build,deploy:custom'
  i happened to find out that the dist:build plugin always builds the jar:jar goal 
even though
  one subproject is supposed to produce an ear.

  i suggest that the dist plugin uses a plugin property to set that defines what goal 
is to run.


  the original code looks like this:


   



  while the suggested change would look like this


  



  any comments are welcome


thanx, michael





-

 Michael Ibbeken
 ProSieben Information Service GmbH
 CMS - Content Management Systems
 Gutenbergstrasse 3
 85774 Unterföhring
 Besucheranschrift:
 Osterfeldstrasse 82
 85737 Ismaning
 tel.: +49 (0) 89 / 9507-5108
 fax.: +49 (0) 89 / 9507-5192
 email: [EMAIL PROTECTED]
 { privat: +49 (0) 173 / 56 78 728 }
 { privat: [EMAIL PROTECTED] }

-



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



RE: Installing Maven WAS: Building Maven

2003-11-05 Thread Rauf, Saleem
Hi
 
I download Maven from http://maven.apache.org/start/download.html
and version I got is maven-1.0-rc1.zip, So I unzip the file to directory:
C:\MavenPlayground\maven-1.0-rc1\maven-1.0-rc1, where in this directory I have 
following directories:
-bin
-lib
-plugins
-repository
maven-projec.xsd
 
I then set $MAVEN_HOME environment variable pointing to 
C:\MavenPlayground\maven-1.0-rc1\maven-1.0-rc1
And then add $MAVEN_HOME/bin to my path 
 
Then I down load turbine as an example app, and i did maven on it, and get following 
errorrs:
 
2003-11-05 18:03:49,005 INFO  org.apache.maven.verifier.DependencyVerifier - 
Attempting to download avalon-framework-4.1.4.jar.
2003-11-05 18:03:52,670 WARN  org.apache.maven.verifier.DependencyVerifier - Error 
retrieving artifact from 
[http://www.ibiblio.org/maven/avalon-framework/jars/avalon-framework-4.1.4.jar]: 
java.net.UnknownHostException: www.ibiblio.org
2003-11-05 18:03:52,670 WARN  org.apache.maven.verifier.DependencyVerifier - WARNING: 
Failed to download avalon-framework-4.1.4.jar.
2003-11-05 18:03:52,670 INFO  org.apache.maven.verifier.DependencyVerifier - 
Attempting to download commons-beanutils-1.6.1.jar.
2003-11-05 18:03:52,680 WARN  org.apache.maven.verifier.DependencyVerifier - Error 
retrieving artifact from 
[http://www.ibiblio.org/maven/commons-beanutils/jars/commons-beanutils-1.6.1.jar]: 
java.net.UnknownHostException: www.ibiblio.org
2003-11-05 18:03:52,680 WARN  org.apache.maven.verifier.DependencyVerifier - WARNING: 
Failed to download commons-beanutils-1.6.1.jar.
2003-11-05 18:03:52,700 INFO  org.apache.maven.verifier.DependencyVerifier - 
Attempting to download commons-codec-1.1.jar.
2003-11-05 18:03:52,700 WARN  org.apache.maven.verifier.DependencyVerifier - Error 
retrieving artifact from 
[http://www.ibiblio.org/maven/commons-codec/jars/commons-codec-1.1.jar]: 
java.net.UnknownHostException: www.ibiblio.org
2003-11-05 18:03:52,700 WARN  org.apache.maven.verifier.DependencyVerifier - WARNING: 
Failed to download commons-codec-1.1.jar.
2003-11-05 18:03:52,700 INFO  org.apache.maven.verifier.DependencyVerifier - 
Attempting to download commons-collections-2.1.jar.
2003-11-05 18:03:52,700 WARN  org.apache.maven.verifier.DependencyVerifier - Error 
retrieving artifact from 
[http://www.ibiblio.org/maven/commons-collections/jars/commons-collections-2.1.jar]: 
java.net.UnknownHostException: www.ibiblio.org
2003-11-05 18:03:52,700 WARN  org.apache.maven.verifier.DependencyVerifier - WARNING: 
Failed to download commons-collections-2.1.jar.
2003-11-05 18:03:52,700 INFO  org.apache.maven.verifier.DependencyVerifier - 
Attempting to download commons-configuration-20030706.202021.jar.
2003-11-05 18:03:52,700 WARN  org.apache.maven.verifier.DependencyVerifier - Error 
retrieving artifact from 
[http://www.ibiblio.org/maven/commons-configuration/jars/commons-configuration-20030706.202021.jar]:
 java.net.UnknownHostException: www.ibiblio.org
2003-11-05 18:03:52,700 WARN  org.apache.maven.verifier.DependencyVerifier - WARNING: 
Failed to download commons-configuration-20030706.202021.jar.
2003-11-05 18:03:52,710 INFO  org.apache.maven.verifier.DependencyVerifier - 
Attempting to download commons-digester-1.5.jar.
2003-11-05 18:03:52,710 WARN  org.apache.maven.verifier.DependencyVerifier - Error 
retrieving artifact from 
[http://www.ibiblio.org/maven/commons-digester/jars/commons-digester-1.5.jar]: 
java.net.UnknownHostException: www.ibiblio.org
2003-11-05 18:03:52,720 WARN  org.apache.maven.verifier.DependencyVerifier - WARNING: 
Failed to download commons-digester-1.5.jar.
2003-11-05 18:03:52,720 INFO  org.apache.maven.verifier.DependencyVerifier - 
Attempting to download commons-email-20030310.165926.jar.
2003-11-05 18:03:52,720 WARN  org.apache.maven.verifier.DependencyVerifier - Error 
retrieving artifact from 
[http://www.ibiblio.org/maven/commons-email/jars/commons-email-20030310.165926.jar]: 
java.net.UnknownHostException: www.ibiblio.org
2003-11-05 18:03:52,720 WARN  org.apache.maven.verifier.DependencyVerifier - WARNING: 
Failed to download commons-email-20030310.165926.jar.
2003-11-05 18:03:52,720 INFO  org.apache.maven.verifier.DependencyVerifier - 
Attempting to download commons-fileupload-1.0.jar.
2003-11-05 18:03:52,720 WARN  org.apache.maven.verifier.DependencyVerifier - Error 
retrieving artifact from 
[http://www.ibiblio.org/maven/commons-fileupload/jars/commons-fileupload-1.0.jar]: 
java.net.UnknownHostException: www.ibiblio.org
2003-11-05 18:03:52,720 WARN  org.apache.maven.verifier.DependencyVerifier - WARNING: 
Failed to download commons-fileupload-1.0.jar.
2003-11-05 18:03:52,720 INFO  org.apache.maven.verifier.DependencyVerifier - 
Attempting to download commons-lang-1.0.1.jar.
2003-11-05 18:03:52,730 WARN  org.apache.maven.verifier.DependencyVerifier - Error 
retrieving artifact from 
[http://www.ibiblio.org/maven/commons-lang/jars/commons-lang-1.0.1.jar]: 
java.net.UnknownHostException: www.ibiblio.org
2003-11-05 18:03:52,730 WARN

RE: Installing Maven WAS: Building Maven

2003-11-05 Thread Brett Porter
Those aren't all errors. Maven.log gives extra information.

>From what I can see, it failed to download some dependencies. Are you beinh
d a proxy? Can you access www.ibiblio.org/maven regularly?

- Brett

> -Original Message-
> From: Rauf, Saleem [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, 6 November 2003 11:20 AM
> To: Maven Users List
> Subject: RE: Installing Maven WAS: Building Maven
> 
> 
> Hi
>  
> I download Maven from http://maven.apache.org/start/download.html
> and version I got is maven-1.0-rc1.zip, So I unzip the file 
> to directory: C:\MavenPlayground\maven-1.0-rc1\maven-1.0-rc1, 
> where in this directory I have following directories: -bin 
> -lib -plugins -repository maven-projec.xsd
>  
> I then set $MAVEN_HOME environment variable pointing to 
> C:\MavenPlayground\maven-1.0-rc1\maven-1.0-rc1
> And then add $MAVEN_HOME/bin to my path 
>  
> Then I down load turbine as an example app, and i did maven 
> on it, and get following errorrs:
>  


RE: Installing Maven WAS: Building Maven

2003-11-05 Thread Rauf, Saleem
I am behind proxy, I can access this site via my browser.My brower has
proxy setup. But I don't know how to let maven know about it.

-Original Message-
From: Brett Porter [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 05, 2003 6:23 PM
To: 'Maven Users List'
Subject: RE: Installing Maven WAS: Building Maven

Those aren't all errors. Maven.log gives extra information.

>From what I can see, it failed to download some dependencies. Are you
beinh
d a proxy? Can you access www.ibiblio.org/maven regularly?

- Brett

> -Original Message-
> From: Rauf, Saleem [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, 6 November 2003 11:20 AM
> To: Maven Users List
> Subject: RE: Installing Maven WAS: Building Maven
> 
> 
> Hi
>  
> I download Maven from http://maven.apache.org/start/download.html
> and version I got is maven-1.0-rc1.zip, So I unzip the file 
> to directory: C:\MavenPlayground\maven-1.0-rc1\maven-1.0-rc1, 
> where in this directory I have following directories: -bin 
> -lib -plugins -repository maven-projec.xsd
>  
> I then set $MAVEN_HOME environment variable pointing to 
> C:\MavenPlayground\maven-1.0-rc1\maven-1.0-rc1
> And then add $MAVEN_HOME/bin to my path 
>  
> Then I down load turbine as an example app, and i did maven 
> on it, and get following errorrs:
>  

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



RE: Installing Maven WAS: Building Maven

2003-11-05 Thread Brett Porter
Reading the FAQ and other maven documentation helps:
http://maven.apache.org/faq.html#build-firewall

Would lead you to:
http://maven.apache.org/reference/user-guide.html#Using%20Proxies

- Brett

> -Original Message-
> From: Rauf, Saleem [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, 6 November 2003 11:25 AM
> To: Maven Users List
> Subject: RE: Installing Maven WAS: Building Maven
> 
> 
> I am behind proxy, I can access this site via my browser.My 
> brower has proxy setup. But I don't know how to let maven 
> know about it.
> 
> -Original Message-
> From: Brett Porter [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, November 05, 2003 6:23 PM
> To: 'Maven Users List'
> Subject: RE: Installing Maven WAS: Building Maven
> 
> Those aren't all errors. Maven.log gives extra information.
> 
> From what I can see, it failed to download some dependencies. 
> Are you beinh d a proxy? Can you access www.ibiblio.org/maven 
> regularly?
> 
> - Brett
> 
> > -Original Message-
> > From: Rauf, Saleem [mailto:[EMAIL PROTECTED]
> > Sent: Thursday, 6 November 2003 11:20 AM
> > To: Maven Users List
> > Subject: RE: Installing Maven WAS: Building Maven
> > 
> > 
> > Hi
> >  
> > I download Maven from http://maven.apache.org/start/download.html
> > and version I got is maven-1.0-rc1.zip, So I unzip the file
> > to directory: C:\MavenPlayground\maven-1.0-rc1\maven-1.0-rc1, 
> > where in this directory I have following directories: -bin 
> > -lib -plugins -repository maven-projec.xsd
> >  
> > I then set $MAVEN_HOME environment variable pointing to
> > C:\MavenPlayground\maven-1.0-rc1\maven-1.0-rc1
> > And then add $MAVEN_HOME/bin to my path 
> >  
> > Then I down load turbine as an example app, and i did maven
> > on it, and get following errorrs:
> >  
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


Maven Presentation For Maven and Developers?

2004-01-23 Thread conradwt
Hi, does anyone have overview documentation for Maven?  I'm looking to do a 
presentation on Maven.  In short, I trying to get the company to buy into it.  Thus, 
if anyone has any leads as to where I can locate such information, please drop me an 
e-mail or post to the e-mail list.

Thanks in advance,

-Conrad


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



RE: Maven & cruisecontrol & logging maven output

2004-01-30 Thread Brett Porter
Cruise control grabs all the output just fine for me?

Are you using the  -Original Message-
> From: kai lilleby [mailto:[EMAIL PROTECTED] 
> Sent: Friday, 30 January 2004 6:42 PM
> To: [EMAIL PROTECTED]
> Subject: Maven & cruisecontrol & logging maven output
> 
> 
> Does any one know how to pipe mavens out put (the stuff that 
> is writte to stdout when running maven) so that it can be 
> fetched by cruisecontrol during automated builds? 
> 
> Something like ANTs logger functionality would have been nice :)
> 
> 
> --
> Kai Lilleby
> 
> mob: 930 22 179
> [EMAIL PROTECTED]
> www.systemfabrikken.no
>  
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


Re: Maven & cruisecontrol & logging maven output

2004-02-03 Thread dion
It comes out automatically when using the MavenLauncher in CC..

How are you kicking off Maven??

--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/



"kai lilleby" <[EMAIL PROTECTED]> wrote on 30/01/2004 06:41:56 PM:

> Does any one know how to pipe mavens out put (the stuff that is writte
> to stdout when running maven) so that it can be fetched by cruisecontrol
> during automated builds? 
> 
> Something like ANTs logger functionality would have been nice :)
> 
> 
> --
> Kai Lilleby
> 
> mob: 930 22 179
> [EMAIL PROTECTED]
> www.systemfabrikken.no
> 
> 
> 
> -
> 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]



[VOTE] Retire Maven Application Skin, Maven Classic Skin, Maven Stylus Skin

2015-12-24 Thread Michael Osipov
Hi,

as previously suggested, it makes sense to retire those skins because
they haven't been updated for a long time and we don't have the resources
to maintain them properly [1].

Last releases:
Maven Application Skin: 2012-01-18
Maven Classic Skin: 2012-01-18
Maven Stylus Skin: 2012-07-30

I therefore propose that we retire these skins.

If this vote is successful I will make one final release of the skin, making
it clear on the skin site that it has been retired. After that the source code
will be moved into the "retired" area in our Subversion repository.
 
The process for retiring a skin is described here:
http://maven.apache.org/developers/retirement-plan-plugins.html
(Though these aren't plugins, the process is universal)
 
The vote is open for 72 hours.
 
[ ] +1 Yes, it's about time
[ ] -1 No, because...

I would ask kindly those who have already cast their vote to revote to make it
"official".

[1] 
http://mail-archives.apache.org/mod_mbox/maven-dev/201512.mbox/%3Ctrinity-8ab6577c-ab69-4f9f-86e6-533e0b309a94-1450902628141%403capp-gmx-bs54%3E

Michael

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



[ANN] Maven Application Skin, Maven Classic Skin, Maven Stylus Skin Retired

2015-12-28 Thread Michael Osipov
As you can see in the release notes below, these skins have now been 
retired.

There will be no more releases of these skins.

Task
* [MSKINS-121] Retire this skin

-The Apache Maven team

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Feedback from a maven beginner (Maven Profiles, plugin binding, maven-resources-plugin)

2007-05-10 Thread Alexander Opatz

Hi,

I'm new to maven and after getting started with maven doc and
Vincent Massol's book "Better Builds with Maven" there are still some
obscurities from my point of view.

I hope for some ideas to get my example project running and to help
improving maven
(may it be in code or documentation)

So here are the points I came across:

1) The documentation (
http://maven.apache.org/guides/introduction/introduction-to-the-pom.html)
  states that profiles are inherited like POMs itself, which is NOT true.
  Profiles are applied to the base POM and inheritance is implicit in the
form of  entry for example.
  So there will be no  tag in extending POMs.
  Here is a bug report, describing the same problem I had, that could be
closed imho after fixing the doc(s):
  http://jira.codehaus.org/browse/MNG-2485

2)
  Another best practice thing about profiles:
  To build for different target environments, profiles.xml is imho the best
place to store profiles including
  properties of different envs, because profiles.xml could be included in
SCM and is also implicitly inherited
  to poms extending that one including the profile.xml.
  Talking from a multi-module build, one global profiles.xml which is
inherited to all modules but can be
  overridden within the modules seems good for me.

  But:
  Vicent Massol encourages to use profiles within pom.xml for portability
reasons
  (is a profile.xml not checked into SCM/repository and why?)
  The thing is that a big pom.xml with profiles, dependencies etc. is not
very maintainable.
  Also it would be nice to be able to split a profiles.xml into different
files (a file for each environment).


3)
  When customizing the build life-cyle, it seems to me that it should be
possible to UNbind a plugin
  from its default phase to keep flexibility of maven.
  Example:
  WSDL-Files need to be processed (filtering, eg. injecting an IP for
specific environment)
  but BEFORE axis-plugin generates sources from it.
  It's not a problem to bind the plugin to initialize phase, but it will be
executed in its default phase too.

4)
  That's where another problem comes into place, which was already filed
here and I agree with Dan Allen that it's critical:
  http://jira.codehaus.org/browse/MRESOURCES-8

  I'm not sure if that's the correct syntax for configuring a resources dir
for that plugin
  (doc of that plugin doesn't tell sth. about a  tag, only about
 which should be a list).
  But I think it should be possible to configure the plugin that it will:
  - process only src/main/wsdl in initialize phase
  - process only src/main/resources in process-resources phase
OR that the plugin even is not active in process-resources phase

5)
  Btw, how does the gobal  tag beneath  interfere with
the  defined in 
  within  of the resources-plugin?
  How can I check if I'm really using the correct syntax for a plugin?
  (sth like how can I check what maven would accept and pass to the plugin
and from where maven gets this info)



That's it, thanks a lot for feedback.

Alex


Maven Build Host (was Improving Maven Site Docs (was maven is hard))

2007-10-08 Thread Greg Morgan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Greg Morgan wrote:

Draft two of the Maven Build Host document has been uploaded to
http://jira.codehaus.org/browse/MNGSITE-27. This draft refined some of
the structure of the document. The major push was just documenting the
mod_dav_svn module.

To use:
Download draft
Create a maven site project.
copy unzipped files in mytestprog/src/site
cd mytestprog
mvn site:run

Any directional ideas or other feedback would be appreciated.

Regards,
Greg



> Brian E. Fox wrote:
>> A common theme in the "maven is hard" thread is bad documentation and
> 
> 
>> Lets list some positive improvements that can be made to the existing
>> Maven site in this thread.
> 
> I started to respond to this thread.  Then decided to scrap that.  There
> are some navigation issues and the like.  The biggest problem that I see
> is that a document doesn't exist for a new Maven user so that they see
> the vision of the designers of the core Maven features and plugins of
> any kind.  Part of that comes from missing documentation in the code and
> documentation that gets going but stops i.e. there's tons of I just
> figured out Maven and here's my spin on the 5 minute guide.  Perhaps
> part of the site issues are from the Maven 1.x to Maven 2.x transition.
> 
> I am about a year old Maven user.  I am very excited about Maven because
> it will replace my shell scripts.  Yes, I don't have the ANT baggage and
> the POM thing feels my needs.  The biggest plus is the network
> repository and pulling down jars that I need. "That's Hot"   I think I
> have finally hit critical mass.  The hard part is putting that in a form
> that other people can understand.  Maven uses decoupling and
> indirection.  I finally see how to put that together.  It's difficult to
> find a way to explain some of concepts.  Non the less, I making my attempt.
> 
> Please see http://jira.codehaus.org/browse/MNGSITE-27 with this
> description:  Create Maven Build Host guide.
> 
> "I am putting Maven together in my head. I am working it out in how to
> configure a Maven centric build host. Draft one is very rough. Major
> areas of thought and configuration have been sketched out. It may not be
> ready for publication yet. To use:
> Download draft
> Crate maven site project.
> copy unzipped files in mytestprog/src/site
> cd mytestprog
> mvn site:run
> 
> There lot's of work left for what I am attempting.  I'd love to hear
> your feedback if you have time to download and unzip the files into a
> simple site project.  The feedback will help me see if you're getting
> what I see too.  Please remember that I have attached a draft one zip
> file.  There's lot's of todo sections as I have fleshed out a beginning
> to end layout.  However, there are some sections of the document that
> are already quite mature.  Ohh and I am quite dyslexic so bear with me
> on the spelling and phrasing.  I prefer to just toss out ideas so things
> will look ugly to many people.  ;-(
> 
> HeeHee.  No it won't die here.  I have to understand these issues at
> home so I can slog through it at work on Solaris.  I am motivated
> contributor.  ;-)
> 
> HTH,
> Greg
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org

iD8DBQFHCyV0xyxe5L6mr7IRAmVzAKCl5teOyhv1ftianf0LcjnktxsFmgCfVn69
TosrmwFrNudNEP6g8DUYaO0=
=+jeo
-END PGP SIGNATURE-

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



Maven 3.0.5 - Strange Interaction/Regression: maven-enforcer-plugin vs. maven-assembly-plugin

2013-07-03 Thread Wolf Geldmacher

Hi list.

I just got hit by a weird interaction between two plugins, namely the 
maven-enforcer-plugin and the maven-assembly-plugin:


I recently updated the versions for the plugins used in my build and 
suddenly the creation of an assembly broke with an NPE:
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-assembly-plugin:2.4:single (assemble) 
on project extjars: Execution assemble of goal 
org.apache.maven.plugins:maven-assembly-plugin:2.4:single failed. 
NullPointerException -> [Help 1]
Now the strange part is, that the m-a-p version had not been updated and 
the assembly descriptor had not been changed.


Further investigation revealed the update of m-e-p to be the cause of 
the error, as reverting to 1.2 (down from 1.3) magically made the build 
work again.


I think this is a bug/regression that should be fixed, but: which of the 
plugins should I file the Jira against? Is the m-e-p destroying data 
that it should not touch or did the changed behaviour of m-e-p uncover a 
bug in m-a-p?


If nothing else here's more proof of the necessity of nailing down all 
the versions to get a reproducible build...


If you feel up to reproducing/analyzing the error here are the two 
(merged and stripped down) files required:


pom.xml:

http://maven.apache.org/POM/4.0.0";
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
4.0.0


1.3


ch.pecunifex.maven
extjars
2014.0.0-SNAPSHOT
pom
3rd-party Jars Assembly

Collect all 3rd-party dependencies and assemble them for 
redistribution.




3.0




asm
asm-commons
3.1


asm
asm
3.1





package

    
org.apache.maven.plugins
maven-clean-plugin
2.4.1

    
org.apache.maven.plugins
maven-deploy-plugin
2.7

    
org.apache.maven.plugins
maven-install-plugin
2.3.1

    
org.apache.maven.plugins
maven-site-plugin
3.0

    
org.apache.maven.plugins
maven-assembly-plugin
2.4


assemble
package
single

false


extjars.xml






    
org.apache.maven.plugins
maven-enforcer-plugin
${plugins.maven-enforcer-plugin.version}


enforce-plugin-versions

enforce




 Best Practice is to 
always define plugin versions!











extjars.xml:

xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2";

xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2
http://maven.apache.org/xsd/assembly-1.1.2.xsd";>
extjars

zip

false



java/ext
0644
0755
false
false


asm:asm-commons:jar:3.1
asm:asm:jar:3.1





When called via:
mvn -Dplugins.maven-enforcer-plugin.version=1.2
a zip file is generated as expected, when called via
mvn -Dplugins.maven-enforcer-plugin.version=1.3
(or without argument) you will get the NPE.

Cheers,
Wolf

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Maven enforcer plugin failing with maven 3.6.1 but passing with maven 3.6.3

2020-08-28 Thread Debraj Manna
Hi

In one of my project I am trying to use DependencyConvergence rule with
maven enforcer plugin. I am observing that if I use maven 3.6.1 then the
enforcer is failing with the below error but the same has been working fine
with maven 3.6.3. Can someone let me know if this expected? If yes can
someone point me to the relevant jira under which this issue is fixed in
maven 3.6.3.

I have placed a sample project in https://github.com/debraj-manna/es-plugins
where this issue can be reproduced.

maven-enforcer-plugin - 3.0.0-M2

Debrajs-MacBook-Air:es-plugins debrajmanna$
~/Downloads/apache-maven-3.6.1/bin/mvn validate
[INFO] Scanning for projects...
[INFO]

[INFO] Reactor Build Order:
[INFO]
[INFO] es-plugins
[pom]
[INFO] dedup
 [jar]
[INFO]
[INFO] ---< org.example:es-plugins
>---
[INFO] Building es-plugins 1.0-SNAPSHOT
[1/2]
[INFO] [ pom
]-
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce
(javaversion-dependencyconvergence) @ es-plugins ---
[INFO]
[INFO] -< org.example:dedup
>--
[INFO] Building dedup 1.0-SNAPSHOT
 [2/2]
[INFO] [ jar
]-
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce
(javaversion-dependencyconvergence) @ dedup ---
[WARNING]
Dependency convergence error for
com.carrotsearch.randomizedtesting:randomizedtesting-runner:2.7.1 paths to
dependency are:
+-org.example:dedup:1.0-SNAPSHOT
  +-org.elasticsearch.test:framework:7.7.1
+-com.carrotsearch.randomizedtesting:randomizedtesting-runner:2.7.1
and
+-org.example:dedup:1.0-SNAPSHOT
  +-org.elasticsearch.test:framework:7.7.1
+-org.apache.lucene:lucene-test-framework:8.5.1
  +-com.carrotsearch.randomizedtesting:randomizedtesting-runner:2.7.2

[WARNING]
Dependency convergence error for commons-logging:commons-logging:1.2 paths
to dependency are:
+-org.example:dedup:1.0-SNAPSHOT
  +-org.elasticsearch.test:framework:7.7.1
+-org.elasticsearch.client:elasticsearch-rest-client:7.7.1
  +-org.apache.httpcomponents:httpclient:4.5.10
+-commons-logging:commons-logging:1.2
and
+-org.example:dedup:1.0-SNAPSHOT
  +-org.elasticsearch.test:framework:7.7.1
+-org.elasticsearch.client:elasticsearch-rest-client:7.7.1
  +-org.apache.httpcomponents:httpasyncclient:4.1.4
+-commons-logging:commons-logging:1.2
and
+-org.example:dedup:1.0-SNAPSHOT
  +-org.elasticsearch.test:framework:7.7.1
+-org.elasticsearch.client:elasticsearch-rest-client:7.7.1
  +-commons-logging:commons-logging:1.1.3
and
+-org.example:dedup:1.0-SNAPSHOT
  +-org.elasticsearch.test:framework:7.7.1
+-org.elasticsearch.client:elasticsearch-rest-client-sniffer:7.7.1
  +-commons-logging:commons-logging:1.1.3
and
+-org.example:dedup:1.0-SNAPSHOT
  +-org.elasticsearch.test:framework:7.7.1
+-commons-logging:commons-logging:1.1.3

[WARNING]
Dependency convergence error for org.apache.httpcomponents:httpcore:4.4.12
paths to dependency are:
+-org.example:dedup:1.0-SNAPSHOT
  +-org.elasticsearch.test:framework:7.7.1
+-org.elasticsearch.client:elasticsearch-rest-client:7.7.1
  +-org.apache.httpcomponents:httpclient:4.5.10
+-org.apache.httpcomponents:httpcore:4.4.12
and
+-org.example:dedup:1.0-SNAPSHOT
  +-org.elasticsearch.test:framework:7.7.1
+-org.elasticsearch.client:elasticsearch-rest-client:7.7.1
  +-org.apache.httpcomponents:httpcore:4.4.12
and
+-org.example:dedup:1.0-SNAPSHOT
  +-org.elasticsearch.test:framework:7.7.1
+-org.elasticsearch.client:elasticsearch-rest-client:7.7.1
  +-org.apache.httpcomponents:httpasyncclient:4.1.4
+-org.apache.httpcomponents:httpcore:4.4.10
and
+-org.example:dedup:1.0-SNAPSHOT
  +-org.elasticsearch.test:framework:7.7.1
+-org.elasticsearch.client:elasticsearch-rest-client-sniffer:7.7.1
  +-org.apache.httpcomponents:httpcore:4.4.12

[WARNING]
Dependency convergence error for
org.apache.httpcomponents:httpclient:4.5.10 paths to dependency are:
+-org.example:dedup:1.0-SNAPSHOT
  +-org.elasticsearch.test:framework:7.7.1
+-org.elasticsearch.client:elasticsearch-rest-client:7.7.1
  +-org.apache.httpcomponents:httpclient:4.5.10
and
+-org.example:dedup:1.0-SNAPSHOT
  +-org.elasticsearch.test:framework:7.7.1
+-org.elasticsearch.client:elasticsearch-rest-client:7.7.1
  +-org.apache.httpcomponents:httpasyncclient:4.1.4
+-org.apache.httpcomponents:httpclient:4.5.6
and
+-org.example:dedup:1.0-SNAPSHOT
  +-org.elasticsearch.test:framework:7.7.1
+-org.elasticsearch.client:elasticsearch-rest-client-sniffer:7.7.1
  +-org.apache.httpcomponents:httpclient:4.5.10

[WARNING]
Dependency convergence error for
org.apache.httpcomponents:httpcore-nio:4.4.10 paths to dependency are:
+-org.example:dedup:1.0-SNAPSHOT
  +-org.elasticsearch.test:fra

Re: [VOTE] Retire Maven Application Skin, Maven Classic Skin, Maven Stylus Skin

2015-12-24 Thread Karl Heinz Marbaise

Hi Michael,


here my +1..

Kind regards
Karl Heinz Marbaise
On 12/24/15 11:34 PM, Michael Osipov wrote:

Hi,

as previously suggested, it makes sense to retire those skins because
they haven't been updated for a long time and we don't have the resources
to maintain them properly [1].

Last releases:
Maven Application Skin: 2012-01-18
Maven Classic Skin: 2012-01-18
Maven Stylus Skin: 2012-07-30

I therefore propose that we retire these skins.

If this vote is successful I will make one final release of the skin, making
it clear on the skin site that it has been retired. After that the source code
will be moved into the "retired" area in our Subversion repository.

The process for retiring a skin is described here:
http://maven.apache.org/developers/retirement-plan-plugins.html
(Though these aren't plugins, the process is universal)

The vote is open for 72 hours.

[ ] +1 Yes, it's about time
[ ] -1 No, because...

I would ask kindly those who have already cast their vote to revote to make it
"official".

[1] 
http://mail-archives.apache.org/mod_mbox/maven-dev/201512.mbox/%3Ctrinity-8ab6577c-ab69-4f9f-86e6-533e0b309a94-1450902628141%403capp-gmx-bs54%3E



-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: [VOTE] Retire Maven Application Skin, Maven Classic Skin, Maven Stylus Skin

2015-12-24 Thread Stephen Connolly
+1

On Thursday 24 December 2015, Michael Osipov <1983-01...@gmx.net> wrote:

> Hi,
>
> as previously suggested, it makes sense to retire those skins because
> they haven't been updated for a long time and we don't have the resources
> to maintain them properly [1].
>
> Last releases:
> Maven Application Skin: 2012-01-18
> Maven Classic Skin: 2012-01-18
> Maven Stylus Skin: 2012-07-30
>
> I therefore propose that we retire these skins.
>
> If this vote is successful I will make one final release of the skin,
> making
> it clear on the skin site that it has been retired. After that the source
> code
> will be moved into the "retired" area in our Subversion repository.
>
> The process for retiring a skin is described here:
> http://maven.apache.org/developers/retirement-plan-plugins.html
> (Though these aren't plugins, the process is universal)
>
> The vote is open for 72 hours.
>
> [ ] +1 Yes, it's about time
> [ ] -1 No, because...
>
> I would ask kindly those who have already cast their vote to revote to
> make it
> "official".
>
> [1]
> http://mail-archives.apache.org/mod_mbox/maven-dev/201512.mbox/%3Ctrinity-8ab6577c-ab69-4f9f-86e6-533e0b309a94-1450902628141%403capp-gmx-bs54%3E
>
> Michael
>
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org 
> For additional commands, e-mail: users-h...@maven.apache.org
> 
>
>

-- 
Sent from my phone


Re: [VOTE] Retire Maven Application Skin, Maven Classic Skin, Maven Stylus Skin

2015-12-25 Thread Kristian Rosenvold
+1
24. des. 2015 23.34 skrev "Michael Osipov" <1983-01...@gmx.net>:

> Hi,
>
> as previously suggested, it makes sense to retire those skins because
> they haven't been updated for a long time and we don't have the resources
> to maintain them properly [1].
>
> Last releases:
> Maven Application Skin: 2012-01-18
> Maven Classic Skin: 2012-01-18
> Maven Stylus Skin: 2012-07-30
>
> I therefore propose that we retire these skins.
>
> If this vote is successful I will make one final release of the skin,
> making
> it clear on the skin site that it has been retired. After that the source
> code
> will be moved into the "retired" area in our Subversion repository.
>
> The process for retiring a skin is described here:
> http://maven.apache.org/developers/retirement-plan-plugins.html
> (Though these aren't plugins, the process is universal)
>
> The vote is open for 72 hours.
>
> [ ] +1 Yes, it's about time
> [ ] -1 No, because...
>
> I would ask kindly those who have already cast their vote to revote to
> make it
> "official".
>
> [1]
> http://mail-archives.apache.org/mod_mbox/maven-dev/201512.mbox/%3Ctrinity-8ab6577c-ab69-4f9f-86e6-533e0b309a94-1450902628141%403capp-gmx-bs54%3E
>
> Michael
>
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>


Re: [VOTE] Retire Maven Application Skin, Maven Classic Skin, Maven Stylus Skin

2015-12-25 Thread Petar Tahchiev
+1

2015-12-25 10:03 GMT+02:00 Kristian Rosenvold :

> +1
> 24. des. 2015 23.34 skrev "Michael Osipov" <1983-01...@gmx.net>:
>
> > Hi,
> >
> > as previously suggested, it makes sense to retire those skins because
> > they haven't been updated for a long time and we don't have the resources
> > to maintain them properly [1].
> >
> > Last releases:
> > Maven Application Skin: 2012-01-18
> > Maven Classic Skin: 2012-01-18
> > Maven Stylus Skin: 2012-07-30
> >
> > I therefore propose that we retire these skins.
> >
> > If this vote is successful I will make one final release of the skin,
> > making
> > it clear on the skin site that it has been retired. After that the source
> > code
> > will be moved into the "retired" area in our Subversion repository.
> >
> > The process for retiring a skin is described here:
> > http://maven.apache.org/developers/retirement-plan-plugins.html
> > (Though these aren't plugins, the process is universal)
> >
> > The vote is open for 72 hours.
> >
> > [ ] +1 Yes, it's about time
> > [ ] -1 No, because...
> >
> > I would ask kindly those who have already cast their vote to revote to
> > make it
> > "official".
> >
> > [1]
> >
> http://mail-archives.apache.org/mod_mbox/maven-dev/201512.mbox/%3Ctrinity-8ab6577c-ab69-4f9f-86e6-533e0b309a94-1450902628141%403capp-gmx-bs54%3E
> >
> > Michael
> >
> > -
> > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> > For additional commands, e-mail: users-h...@maven.apache.org
> >
> >
>



-- 
Regards, Petar!
Karlovo, Bulgaria.
---
Public PGP Key at:
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x19658550C3110611
Key Fingerprint: A369 A7EE 61BC 93A3 CDFF  55A5 1965 8550 C311 0611


  1   2   3   4   5   6   7   8   9   10   >