Re: Installation glitch!

2012-01-23 Thread igorm
I am having the same problem. I checked all steps another time. Do all variables have to be in the Users category? mvn -version is not being recognized as a command. If anyone could help, would be much appreciated. - Igor -- View this message in context:

Re: Installation glitch!

2012-01-23 Thread Guillaume Polet
Have you looked at the archive of this thread? Here is a copy of my answer: Looks like mvn is not on your path (the purpose of step 2 thru 7 is to have, one way or another, the bin directory of Maven in your path variable). Note that after updating the environment variables you should open a

Re: custom unique version

2012-01-23 Thread Ansgar Konermann
Am 23.01.2012 08:36 schrieb Thomas Scheffler thomas.scheff...@uni-jena.de : Am 20.01.2012 16:27, schrieb Ron Wheeler: Of all of the developers that have built thousands of applications using Maven, you are the only one who wants to do this. Does that not raise any red flags? There must be

Re: mvn release problems with too many '-'?

2012-01-23 Thread Wayne Fay
Have maven problems with modules containing too many -? I have projects that are named: globalpom-groovy globalpom-groovy-izpack globalpom-groovy-izpack-snglejar globalpom-groovy-testutils Perhaps try renaming from - to _ and see if it continues to break, or if it works. You may have found

Re: custom unique version

2012-01-23 Thread Thomas Scheffler
Am 23.01.2012 09:34, schrieb Ansgar Konermann: Am 23.01.2012 08:36 schrieb Thomas Schefflerthomas.scheff...@uni-jena.de : Am 20.01.2012 16:27, schrieb Ron Wheeler: Of all of the developers that have built thousands of applications using Maven, you are the only one who wants to do this. Does

DarchetypeCatalog and archiva.

2012-01-23 Thread Jorge Infante Osorio
Hi all. I´m working in a workstation that doesn´t have internet access, but I can use an Archiva repo with internet access to download the jars I need. Now I need to specified the following: mvn org.wso2.carbon:carbon-template:generate -U

Re: custom unique version

2012-01-23 Thread Ron Wheeler
You could reach out to the Hudson user community. I do not use Hudson although many people here do use Maven and Hudson together. We have a large project with over 90 maven projects of which 70 produce artifacts based on our code. We have a small team but have some rules about releases and

Re: custom unique version

2012-01-23 Thread Stephen Connolly
On 23 January 2012 13:25, Ron Wheeler rwhee...@artifact-software.comwrote: You could reach out to the Hudson user community. I do not use Hudson although many people here do use Maven and Hudson together. Most use Jenkins rather than that scurrilous fork Hudson ;-) We have a large

Re: DarchetypeCatalog and archiva.

2012-01-23 Thread Olivier Lamy
Hello, It's an Apache Maven user list. For questions regarding Apache Archiva, you must ask on Archiva mailing lists: http://archiva.apache.org/mail-lists.html 2012/1/23 Jorge Infante Osorio jorg...@uci.cu: Hi all. I´m working in a workstation that doesn´t have internet access, but I can use

Re: custom unique version

2012-01-23 Thread Ron Wheeler
We use SNAPSHOTs extensively and deploy them when they are ready to be used by a consuming project. For example, we often have one person working on the database and the DAOs, another person working on the Web services and a third person working on the GUI components. The GUI person often needs

Re: custom unique version

2012-01-23 Thread Stephen Connolly
See when Maven is the build tool, I usually find it easier to just checkout my -SNAPSHOT deps locally and build them. That way I have complete control over when they get updated. On 23 January 2012 15:17, Ron Wheeler rwhee...@artifact-software.comwrote: We use SNAPSHOTs extensively and deploy

Re: custom unique version

2012-01-23 Thread Ron Wheeler
On 23/01/2012 10:30 AM, Stephen Connolly wrote: See when Maven is the build tool, I usually find it easier to just checkout my -SNAPSHOT deps locally and build them. That way I have complete control over when they get updated. Some times the guys do that as well. Ron On 23 January 2012

Re: Installation glitch!

2012-01-23 Thread igorm
Guillaume, Thanks. I did go over your reply. Sorry but how do I copy from the command terminal? -- View this message in context: http://maven.40175.n5.nabble.com/Installation-glitch-tp5130974p5167057.html Sent from the Maven - Users mailing list archive at Nabble.com.

Re: custom unique version

2012-01-23 Thread Benson Margulies
Deploying SNAPSHOTS can work when there is a clear, one-directional, flow, from producers to consumers. It produces nothing but horror otherwise, when developers find Maven downloading a 'new' snapshot that is actually 'old' with respect to their pending changes. On Mon, Jan 23, 2012 at 1:06 PM,

Re: Installation glitch!

2012-01-23 Thread igorm
OK, got it. Here it is and thanks again. ** C:\Windows\system32set ALLUSERSPROFILE=C:\ProgramData APPDATA=C:\Users\igorm\AppData\Roaming asl.log=Destination=file CLASSPATH=.;C:\Program Files (x86)\Java\jre6\lib\ext\QTJava.zip

[ANN] Maven Javadoc Plugin 2.8.1 Released

2012-01-23 Thread John Casey
The Maven team is pleased to announce the release of the Maven Javadoc Plugin, version 2.8.1 The Maven Javadoc Plugin is a plugin that uses the javadoc tool for generating javadocs for the specified project. http://maven.apache.org/plugins/maven-javadoc-plugin/ You should specify the

Re: Installation glitch!

2012-01-23 Thread Guillaume Polet
Hi Igor, I guess that your installation is located here, then: C:\Program Files\Apache Software Foundation\apache-maven-3.0.3\bin I suppose that the line returns and other strange split are due to the Windows-terminal (it sucks, I know. A way around this is to type 'set set.txt' which will

Plugin execution not covered by lifecycle configuration

2012-01-23 Thread prabaharan
HI All, I stuck with the Plugin execution not covered by lifecycle configuration while using flexmojos-maven-plugin and getting below warning when doing maven build [WARNING] Some problems were encountered while building the effective model for

properties not getting shared

2012-01-23 Thread Maven User
Hi all - I've got a bit of a head scratcher here and while I know this isn't the BEST way to solve things, it seems to be how it is getting done. We have a parent pom that has a list of a few child modules. In the parent pom, we have a property that defines what version of a dependency we

Re: properties not getting shared

2012-01-23 Thread Maven User
Ok, a bit more clarity - the child build that fails has a dependency on another child which has a dependency on something with ${foo.version}. Once that dependency is attempted to be resolved transitively, the property is NOT expanded to the -D value, but simply whatever was set in the top level